Rev 203 | Rev 217 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 203 | Rev 210 | ||
---|---|---|---|
1 | /**************************************************************************/ |
1 | /**************************************************************************/ |
2 | /* LabWindows/CVI User Interface Resource (UIR) Include File */ |
2 | /* LabWindows/CVI User Interface Resource (UIR) Include File */ |
3 | /* */ |
3 | /* */ |
4 | /* WARNING: Do not add to, delete from, or otherwise modify the contents */ |
4 | /* WARNING: Do not add to, delete from, or otherwise modify the contents */ |
5 | /* of this include file. */ |
5 | /* of this include file. */ |
6 | /**************************************************************************/ |
6 | /**************************************************************************/ |
7 | 7 | ||
8 | #include <userint.h> |
8 | #include <userint.h> |
9 | 9 | ||
10 | #ifdef __cplusplus |
10 | #ifdef __cplusplus |
11 | extern "C" { |
11 | extern "C" { |
12 | #endif |
12 | #endif |
13 | 13 | ||
14 | /* Panels and Controls: */ |
14 | /* Panels and Controls: */ |
15 | 15 | ||
16 | #define PANEL 1 |
16 | #define PANEL 1 |
17 | #define PANEL_EXIT 2 /* control type: command, callback function: ExitCB */ |
17 | #define PANEL_EXIT 2 /* control type: command, callback function: ExitCB */ |
18 | #define PANEL_STOP 3 /* control type: command, callback function: StopCB */ |
18 | #define PANEL_STOP 3 /* control type: command, callback function: StopCB */ |
19 | #define PANEL_START 4 /* control type: command, callback function: StartCB */ |
19 | #define PANEL_START 4 /* control type: command, callback function: StartCB */ |
20 | #define PANEL_FILENAME 5 /* control type: string, callback function: (none) */ |
20 | #define PANEL_FILENAME 5 /* control type: string, callback function: (none) */ |
21 | #define PANEL_TIMER 6 /* control type: timer, callback function: (none) */ |
21 | #define PANEL_TIMER 6 /* control type: timer, callback function: (none) */ |
22 | #define PANEL_TRGLEVEL 7 /* control type: numeric, callback function: (none) */ |
22 | #define PANEL_TRGLEVEL 7 /* control type: numeric, callback function: (none) */ |
23 | #define PANEL_TRGDELAY 8 /* control type: numeric, callback function: (none) */ |
23 | #define PANEL_TRGDELAY 8 /* control type: numeric, callback function: (none) */ |
24 | #define PANEL_RANGE 9 /* control type: numeric, callback function: (none) */ |
24 | #define PANEL_RANGE 9 /* control type: numeric, callback function: (none) */ |
25 | #define PANEL_TRGCHANNEL 10 /* control type: numeric, callback function: (none) */ |
25 | #define PANEL_TRGCHANNEL 10 /* control type: numeric, callback function: (none) */ |
26 | #define PANEL_PFREQ 11 /* control type: numeric, callback function: (none) */ |
26 | #define PANEL_PFREQ 11 /* control type: numeric, callback function: (none) */ |
27 | #define PANEL_FREQUENCY 12 /* control type: numeric, callback function: (none) */ |
27 | #define PANEL_FREQUENCY 12 /* control type: numeric, callback function: (none) */ |
28 | #define PANEL_NEVE 13 /* control type: numeric, callback function: (none) */ |
28 | #define PANEL_NEVE 13 /* control type: numeric, callback function: (none) */ |
29 | #define PANEL_CEVE 14 /* control type: numeric, callback function: (none) */ |
29 | #define PANEL_CEVE 14 /* control type: numeric, callback function: (none) */ |
30 | #define PANEL_TRGTYPE 15 /* control type: ring, callback function: (none) */ |
30 | #define PANEL_TRGTYPE 15 /* control type: ring, callback function: (none) */ |
31 | #define PANEL_ENABLEDOUTPUT 16 /* control type: radioButton, callback function: (none) */ |
31 | #define PANEL_ENABLEDOUTPUT 16 /* control type: radioButton, callback function: (none) */ |
32 | #define PANEL_DEBUG 17 /* control type: radioButton, callback function: (none) */ |
32 | #define PANEL_DEBUG 17 /* control type: radioButton, callback function: (none) */ |
33 | #define PANEL_CH3 18 /* control type: radioButton, callback function: (none) */ |
33 | #define PANEL_CH3 18 /* control type: radioButton, callback function: (none) */ |
34 | #define PANEL_CH2 19 /* control type: radioButton, callback function: (none) */ |
34 | #define PANEL_CH2 19 /* control type: radioButton, callback function: (none) */ |
35 | #define PANEL_CH1 20 /* control type: radioButton, callback function: (none) */ |
35 | #define PANEL_CH1 20 /* control type: radioButton, callback function: (none) */ |
36 | #define PANEL_GRAPH 21 /* control type: graph, callback function: (none) */ |
36 | #define PANEL_GRAPH 21 /* control type: graph, callback function: (none) */ |
37 | #define PANEL_CH0 22 /* control type: radioButton, callback function: (none) */ |
37 | #define PANEL_CH0 22 /* control type: radioButton, callback function: (none) */ |
38 | #define PANEL_TRGPOLARITY 23 /* control type: binary, callback function: (none) */ |
38 | #define PANEL_TRGPOLARITY 23 /* control type: binary, callback function: (none) */ |
39 | #define PANEL_TEXTMSG 24 /* control type: textMsg, callback function: (none) */ |
39 | #define PANEL_TEXTMSG 24 /* control type: textMsg, callback function: (none) */ |
- | 40 | #define PANEL_STDIO 25 /* control type: textBox, callback function: (none) */ |
|
40 | 41 | ||
41 | #define SCAN 2 |
42 | #define SCAN 2 |
42 | #define SCAN_BD 2 /* control type: command, callback function: MoveStageCB */ |
43 | #define SCAN_BD 2 /* control type: command, callback function: MoveStageCB */ |
43 | #define SCAN_BR 3 /* control type: command, callback function: MoveStageCB */ |
44 | #define SCAN_BR 3 /* control type: command, callback function: MoveStageCB */ |
44 | #define SCAN_GETPOSITION 4 /* control type: command, callback function: GetCurrentPositionCB */ |
45 | #define SCAN_GETPOSITION 4 /* control type: command, callback function: GetCurrentPositionCB */ |
45 | #define SCAN_SCAN 5 /* control type: command, callback function: StartCB */ |
46 | #define SCAN_SCAN 5 /* control type: command, callback function: StartCB */ |
46 | #define SCAN_BU 6 /* control type: command, callback function: MoveStageCB */ |
47 | #define SCAN_BU 6 /* control type: command, callback function: MoveStageCB */ |
47 | #define SCAN_HO 7 /* control type: command, callback function: HomeCB */ |
48 | #define SCAN_HO 7 /* control type: command, callback function: HomeCB */ |
48 | #define SCAN_BL 8 /* control type: command, callback function: MoveStageCB */ |
49 | #define SCAN_BL 8 /* control type: command, callback function: MoveStageCB */ |
49 | #define SCAN_XG 9 /* control type: numeric, callback function: (none) */ |
50 | #define SCAN_XG 9 /* control type: numeric, callback function: (none) */ |
50 | #define SCAN_YG 10 /* control type: numeric, callback function: (none) */ |
51 | #define SCAN_YG 10 /* control type: numeric, callback function: (none) */ |
51 | #define SCAN_IX 11 /* control type: numeric, callback function: (none) */ |
52 | #define SCAN_IX 11 /* control type: numeric, callback function: (none) */ |
52 | #define SCAN_IY 12 /* control type: numeric, callback function: (none) */ |
53 | #define SCAN_IY 12 /* control type: numeric, callback function: (none) */ |
53 | #define SCAN_NSTEPSX 13 /* control type: numeric, callback function: (none) */ |
54 | #define SCAN_NSTEPSX 13 /* control type: numeric, callback function: (none) */ |
54 | #define SCAN_NSTEPSY 14 /* control type: numeric, callback function: (none) */ |
55 | #define SCAN_NSTEPSY 14 /* control type: numeric, callback function: (none) */ |
55 | #define SCAN_STEPX 15 /* control type: numeric, callback function: (none) */ |
56 | #define SCAN_STEPX 15 /* control type: numeric, callback function: (none) */ |
56 | #define SCAN_STEPY 16 /* control type: numeric, callback function: (none) */ |
57 | #define SCAN_STEPY 16 /* control type: numeric, callback function: (none) */ |
57 | #define SCAN_STARTX 17 /* control type: numeric, callback function: (none) */ |
58 | #define SCAN_STARTX 17 /* control type: numeric, callback function: (none) */ |
58 | #define SCAN_STARTY 18 /* control type: numeric, callback function: (none) */ |
59 | #define SCAN_STARTY 18 /* control type: numeric, callback function: (none) */ |
59 | #define SCAN_XP 19 /* control type: numeric, callback function: (none) */ |
60 | #define SCAN_XP 19 /* control type: numeric, callback function: (none) */ |
60 | #define SCAN_YP 20 /* control type: numeric, callback function: (none) */ |
61 | #define SCAN_YP 20 /* control type: numeric, callback function: (none) */ |
61 | #define SCAN_GY 21 /* control type: command, callback function: GoYCB */ |
62 | #define SCAN_GY 21 /* control type: command, callback function: GoYCB */ |
62 | #define SCAN_GX 22 /* control type: command, callback function: GoXCB */ |
63 | #define SCAN_GX 22 /* control type: command, callback function: GoXCB */ |
63 | #define SCAN_PORT 23 /* control type: numeric, callback function: (none) */ |
64 | #define SCAN_PORT 23 /* control type: numeric, callback function: (none) */ |
64 | 65 | ||
65 | 66 | ||
66 | /* Control Arrays: */ |
67 | /* Control Arrays: */ |
67 | 68 | ||
68 | /* (no control arrays in the resource file) */ |
69 | /* (no control arrays in the resource file) */ |
69 | 70 | ||
70 | 71 | ||
71 | /* Menu Bars, Menus, and Menu Items: */ |
72 | /* Menu Bars, Menus, and Menu Items: */ |
72 | 73 | ||
73 | /* (no menu bars in the resource file) */ |
74 | /* (no menu bars in the resource file) */ |
74 | 75 | ||
75 | 76 | ||
76 | /* Callback Prototypes: */ |
77 | /* Callback Prototypes: */ |
77 | 78 | ||
78 | int CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
79 | int CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
79 | int CVICALLBACK GetCurrentPositionCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
80 | int CVICALLBACK GetCurrentPositionCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
80 | int CVICALLBACK GoXCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
81 | int CVICALLBACK GoXCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
81 | int CVICALLBACK GoYCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
82 | int CVICALLBACK GoYCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
82 | int CVICALLBACK HomeCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
83 | int CVICALLBACK HomeCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
83 | int CVICALLBACK MoveStageCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
84 | int CVICALLBACK MoveStageCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
84 | int CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
85 | int CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
85 | int CVICALLBACK StopCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
86 | int CVICALLBACK StopCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
86 | 87 | ||
87 | 88 | ||
88 | #ifdef __cplusplus |
89 | #ifdef __cplusplus |
89 | } |
90 | } |
90 | #endif |
91 | #endif |
91 | 92 |