99,28 → 99,27 |
#define P1_TEXTMSG 84 /* control type: textMsg, callback function: (none) */ |
#define P1_DECORATION_5 85 /* control type: deco, callback function: (none) */ |
#define P1_DECORATION_2 86 /* control type: deco, callback function: (none) */ |
#define P1_TIMEOUT 87 /* control type: timer, callback function: LTS_Timeout */ |
#define P1_TIMER 88 /* control type: timer, callback function: TimerCB */ |
#define P1_DECORATION_4 89 /* control type: deco, callback function: (none) */ |
#define P1_STOPSCAN 90 /* control type: command, callback function: (none) */ |
#define P1_SCAN 91 /* control type: command, callback function: (none) */ |
#define P1_IZ 92 /* control type: numeric, callback function: (none) */ |
#define P1_IY 93 /* control type: numeric, callback function: (none) */ |
#define P1_IX 94 /* control type: numeric, callback function: (none) */ |
#define P1_NZ 95 /* control type: numeric, callback function: (none) */ |
#define P1_NY 96 /* control type: numeric, callback function: (none) */ |
#define P1_NX 97 /* control type: numeric, callback function: (none) */ |
#define P1_Z0 98 /* control type: numeric, callback function: (none) */ |
#define P1_Y0 99 /* control type: numeric, callback function: (none) */ |
#define P1_X0 100 /* control type: numeric, callback function: (none) */ |
#define P1_DZ 101 /* control type: numeric, callback function: (none) */ |
#define P1_DY 102 /* control type: numeric, callback function: (none) */ |
#define P1_DX 103 /* control type: numeric, callback function: (none) */ |
#define P1_CBZ 104 /* control type: radioButton, callback function: (none) */ |
#define P1_CBY 105 /* control type: radioButton, callback function: (none) */ |
#define P1_CBX 106 /* control type: radioButton, callback function: (none) */ |
#define P1_DECORATION_3 107 /* control type: deco, callback function: (none) */ |
#define P1_PROGRESS 108 /* control type: scale, callback function: (none) */ |
#define P1_TIMER 87 /* control type: timer, callback function: TimerCB */ |
#define P1_DECORATION_4 88 /* control type: deco, callback function: (none) */ |
#define P1_STOPSCAN 89 /* control type: command, callback function: (none) */ |
#define P1_SCAN 90 /* control type: command, callback function: (none) */ |
#define P1_IZ 91 /* control type: numeric, callback function: (none) */ |
#define P1_IY 92 /* control type: numeric, callback function: (none) */ |
#define P1_IX 93 /* control type: numeric, callback function: (none) */ |
#define P1_NZ 94 /* control type: numeric, callback function: (none) */ |
#define P1_NY 95 /* control type: numeric, callback function: (none) */ |
#define P1_NX 96 /* control type: numeric, callback function: (none) */ |
#define P1_Z0 97 /* control type: numeric, callback function: (none) */ |
#define P1_Y0 98 /* control type: numeric, callback function: (none) */ |
#define P1_X0 99 /* control type: numeric, callback function: (none) */ |
#define P1_DZ 100 /* control type: numeric, callback function: (none) */ |
#define P1_DY 101 /* control type: numeric, callback function: (none) */ |
#define P1_DX 102 /* control type: numeric, callback function: (none) */ |
#define P1_CBZ 103 /* control type: radioButton, callback function: (none) */ |
#define P1_CBY 104 /* control type: radioButton, callback function: (none) */ |
#define P1_CBX 105 /* control type: radioButton, callback function: (none) */ |
#define P1_DECORATION_3 106 /* control type: deco, callback function: (none) */ |
#define P1_PROGRESS 107 /* control type: scale, callback function: (none) */ |
|
|
/* Control Arrays: */ |
135,7 → 134,6 |
|
/* Callback Prototypes: */ |
|
int CVICALLBACK LTS_Timeout(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
int CVICALLBACK TimerCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
|
|