Rev 159 | Rev 162 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
161 | f9daq | 1 | /**************************************************************************/ |
2 | /* LabWindows/CVI User Interface Resource (UIR) Include File */ |
||
3 | /* */ |
||
4 | /* WARNING: Do not add to, delete from, or otherwise modify the contents */ |
||
5 | /* of this include file. */ |
||
6 | /**************************************************************************/ |
||
7 | |||
8 | #include <userint.h> |
||
9 | |||
10 | #ifdef __cplusplus |
||
11 | extern "C" { |
||
12 | #endif |
||
13 | |||
14 | /* Panels and Controls: */ |
||
15 | |||
16 | #define P1 1 |
||
17 | #define P1_SET0 2 /* control type: command, callback function: (none) */ |
||
18 | #define P1_EXIT 3 /* control type: command, callback function: (none) */ |
||
19 | #define P1_C0 4 /* control type: numeric, callback function: (none) */ |
||
20 | #define P1_VFA0 5 /* control type: numeric, callback function: (none) */ |
||
21 | #define P1_VRI0 6 /* control type: numeric, callback function: (none) */ |
||
22 | #define P1_CD0 7 /* control type: numeric, callback function: (none) */ |
||
23 | #define P1_VD0 8 /* control type: numeric, callback function: (none) */ |
||
24 | #define P1_V0 9 /* control type: numeric, callback function: (none) */ |
||
25 | #define P1_ONOFF0 10 /* control type: radioButton, callback function: (none) */ |
||
26 | #define P1_REFRESHTIMER 11 /* control type: timer, callback function: refreshTimer */ |
||
27 | #define P1_MSW 12 /* control type: binary, callback function: (none) */ |
||
28 | #define P1_G1 13 /* control type: strip, callback function: (none) */ |
||
29 | #define P1_MSWLED 14 /* control type: LED, callback function: (none) */ |
||
30 | #define P1_MFS 15 /* control type: numeric, callback function: (none) */ |
||
31 | #define P1_MST 16 /* control type: numeric, callback function: (none) */ |
||
32 | |||
33 | |||
34 | /* Control Arrays: */ |
||
35 | |||
36 | /* (no control arrays in the resource file) */ |
||
37 | |||
38 | |||
39 | /* Menu Bars, Menus, and Menu Items: */ |
||
40 | |||
41 | /* (no menu bars in the resource file) */ |
||
42 | |||
43 | |||
44 | /* Callback Prototypes: */ |
||
45 | |||
46 | int CVICALLBACK refreshTimer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
||
47 | |||
48 | |||
49 | #ifdef __cplusplus |
||
50 | } |
||
51 | #endif |