| /RvlSDK-3.2.2/build/demos/videmo/src/ |
| D | dimming.c | 186 DEMORFPrintf(tx, ty+=fh, 0, "Dimming test"); in main() 191 DEMORFPrintf(tx, ty+=fh, 0, "Count to dimming = %8u",VIGetDimmingCount()); in main() 192 … DEMORFPrintf(tx, ty+=fh, 0, "Limit time to dimming = %s",old_time == VI_DM_10M ? "10 minutes" : in main() 195 DEMORFPrintf(tx, ty+=fh, 0, "Wait time to issue VISetTimeToDimming = %3d[field]", in main() 197 DEMORFPrintf(tx, ty+=fh, 0, "Wait time to issue VIResetDimmingCount = %3d[field]", in main() 204 DEMORFPrintf(tx, ty+=fh, 0, "A button to change the limit time to 5 minutes."); in main() 205 DEMORFPrintf(tx, ty+=fh, 0, "- button to change the limit time to 10 minutes."); in main() 206 DEMORFPrintf(tx, ty+=fh, 0, "+ button to change the limit time to 15 minutes."); in main() 207 DEMORFPrintf(tx, ty+=fh, 0, "B button to set the wait time to issue VISetTimeToDimming."); in main() 208 …DEMORFPrintf(tx, ty+=fh, 0, "1 button to issue VIResetDimmingCount after %d field.",WAIT_TO_ISSUE_… in main()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/src/ |
| D | simple.c | 252 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, in myUpdateDisp() 255 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, in myUpdateDisp() 260 (void)DEMORFPrintf(POS_CONNECT_X, POS_TITLE_Y, 0, in myUpdateDisp() 264 (void)DEMORFPrintf(POS_CONNECT_X, POS_SEND_Y, 0, bSend ? "SEND" : "RECV"); in myUpdateDisp() 268 (void)DEMORFPrintf(POS_COMM_X, POS_SENDDATA_Y, 0, dispBuf); in myUpdateDisp() 272 (void)DEMORFPrintf(POS_COMM_X, POS_RECVDATA_Y, 0, "%s", dispBuf); in myUpdateDisp() 275 (void)DEMORFPrintf(POS_COMM_X, POS_MES_Y, 0, in myUpdateDisp() 314 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, "HIO2 DEMO - simple done."); in myHIO2Exit()
|
| D | multi-main.c | 164 (void)DEMORFPrintf(POS_STAT_X, POS_STAT_Y, 0, "ST:%04X", stat); in main() 302 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, "HIO2 DEMO - multi(%s)", in myDispInfo() 306 (void)DEMORFPrintf(POS_COMM_X, POS_SENDDATA_Y, 0, "%s", strBuffer); in myDispInfo() 310 (void)DEMORFPrintf(POS_COMM_X, POS_RECVDATA_Y, 0, "%s", strBuffer); in myDispInfo() 313 (void)DEMORFPrintf(POS_COMM_X, POS_CHAN_Y, 0, in myDispInfo() 319 (void)DEMORFPrintf(POS_COMM_X, POS_V_Y, 0, "V=%ld", dwVCounter); in myDispInfo() 322 (void)DEMORFPrintf(POS_CONNECT_X, POS_CONNECT_Y, 0, in myDispInfo() 327 (void)DEMORFPrintf(POS_SYNC_X, POS_SYNC_Y, 0, hioAsync ? "ASYNC" : "SYNC"); in myDispInfo()
|
| D | dual-main.c | 190 (void)DEMORFPrintf(POS_STAT_X, POS_RECV_STAT_Y, 0, "R:%04X", recvStat); in main() 191 (void)DEMORFPrintf(POS_STAT_X, POS_SEND_STAT_Y, 0, "S:%04X", sendStat); in main() 407 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, "HIO2 DEMO - dual(%s)", in myDispInfo() 410 (void)DEMORFPrintf(POS_COL_X, POS_R_Y, 0, " R:%02X(%03d)", in myDispInfo() 412 (void)DEMORFPrintf(POS_COL_X, POS_G_Y, 0, " G:%02X(%03d)", in myDispInfo() 414 (void)DEMORFPrintf(POS_COL_X, POS_B_Y, 0, " B:%02X(%03d)", in myDispInfo() 417 (void)DEMORFPrintf(POS_COMM_X, POS_RECV_Y, 0, in myDispInfo() 422 (void)DEMORFPrintf(POS_COMM_X, POS_SEND_Y, 0, in myDispInfo() 428 (void)DEMORFPrintf(POS_COMM_X, POS_V_Y, 0, " V=%ld", dwVCounter); in myDispInfo() 431 (void)DEMORFPrintf(POS_CONNECT_X, POS_CONNECT_Y, 0, in myDispInfo() [all …]
|
| /RvlSDK-3.2.2/include/demo/ |
| D | DEMOPuts.h | 68 extern int DEMORFPrintf ( s16 x, s16 y, s16 z, char* fmt, ... );
|
| /RvlSDK-3.2.2/build/demos/wbcdemo/src/ |
| D | balance.c | 183 DEMORFPrintf(x, y, 0, "X"); //Draw the center of gravity. in main()
|
| /RvlSDK-3.2.2/build/libraries/demo/src/ |
| D | DEMOPuts.c | 727 int DEMORFPrintf(s16 x, s16 y, s16 z, char* fmt, ...) in DEMORFPrintf() function
|