| 1,91 → 1,91 |
| /**************************************************************************/ |
| /* LabWindows/CVI User Interface Resource (UIR) Include File */ |
| /* */ |
| /* WARNING: Do not add to, delete from, or otherwise modify the contents */ |
| /* of this include file. */ |
| /**************************************************************************/ |
| |
| #include <userint.h> |
| |
| #ifdef __cplusplus |
| extern "C" { |
| #endif |
| |
| /* Panels and Controls: */ |
| |
| #define PANEL 1 |
| #define PANEL_EXPORT_4 2 /* control type: command, callback function: ExportCB */ |
| #define PANEL_EXPORT_2 3 /* control type: command, callback function: ExportCB */ |
| #define PANEL_EXPORT_1 4 /* control type: command, callback function: ExportCB */ |
| #define PANEL_EXPORT_3 5 /* control type: command, callback function: ExportCB */ |
| #define PANEL_HRESET 6 /* control type: command, callback function: ResetCB */ |
| #define PANEL_EXIT 7 /* control type: command, callback function: ExitCB */ |
| #define PANEL_IP 8 /* control type: string, callback function: (none) */ |
| #define PANEL_FILENAME 9 /* control type: string, callback function: (none) */ |
| #define PANEL_TIMER 10 /* control type: timer, callback function: (none) */ |
| #define PANEL_TWIN1 11 /* control type: numeric, callback function: (none) */ |
| #define PANEL_TWIN0 12 /* control type: numeric, callback function: (none) */ |
| #define PANEL_ITRGLEVEL 13 /* control type: numeric, callback function: (none) */ |
| #define PANEL_TRGLEVEL 14 /* control type: numeric, callback function: (none) */ |
| #define PANEL_EXPORTNAME 15 /* control type: string, callback function: (none) */ |
| #define PANEL_FILETYPE 16 /* control type: ring, callback function: (none) */ |
| #define PANEL_PFREQ 17 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NBEFORE 18 /* control type: numeric, callback function: (none) */ |
| #define PANEL_SAMPLES 19 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NTOTAL 20 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NEVE 21 /* control type: numeric, callback function: (none) */ |
| #define PANEL_CEVE 22 /* control type: numeric, callback function: (none) */ |
| #define PANEL_ADC2 23 /* control type: graph, callback function: (none) */ |
| #define PANEL_TDC2 24 /* control type: graph, callback function: (none) */ |
| #define PANEL_ADC1 25 /* control type: graph, callback function: (none) */ |
| #define PANEL_TDC1 26 /* control type: graph, callback function: (none) */ |
| #define PANEL_DECIMATION 27 /* control type: ring, callback function: (none) */ |
| #define PANEL_TRIGGER 28 /* control type: ring, callback function: (none) */ |
| #define PANEL_OUTWAVE 29 /* control type: radioButton, callback function: (none) */ |
| #define PANEL_ENABLEDOUTPUT 30 /* control type: radioButton, callback function: (none) */ |
| #define PANEL_DEBUG 31 /* control type: radioButton, callback function: (none) */ |
| #define PANEL_CH1 32 /* control type: radioButton, callback function: (none) */ |
| #define PANEL_GRAPH 33 /* control type: graph, callback function: (none) */ |
| #define PANEL_CH0 34 /* control type: radioButton, callback function: (none) */ |
| #define PANEL_TEXTMSG 35 /* control type: textMsg, callback function: (none) */ |
| #define PANEL_STDIO 36 /* control type: textBox, callback function: (none) */ |
| #define PANEL_MAXX_3 37 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MINX_3 38 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NCH_3 39 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MAXX_4 40 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MINX_4 41 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NCH_4 42 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MAXX_2 43 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MINX_2 44 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NCH_2 45 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MAXX_5 46 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MINX_5 47 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MAXX_1 48 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MINX_1 49 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NCH_1 50 /* control type: numeric, callback function: (none) */ |
| #define PANEL_CONNECT 51 /* control type: textButton, callback function: StartCB */ |
| #define PANEL_START 52 /* control type: textButton, callback function: StartCB */ |
| #define PANEL_ADCTYPE 53 /* control type: binary, callback function: (none) */ |
| |
| |
| /* Control Arrays: */ |
| |
| /* (no control arrays in the resource file) */ |
| |
| |
| /* Menu Bars, Menus, and Menu Items: */ |
| |
| /* (no menu bars in the resource file) */ |
| |
| |
| /* Callback Prototypes: */ |
| |
| int CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| int CVICALLBACK ExportCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| int CVICALLBACK ResetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| int CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| |
| |
| #ifdef __cplusplus |
| } |
| #endif |
| /**************************************************************************/ |
| /* LabWindows/CVI User Interface Resource (UIR) Include File */ |
| /* */ |
| /* WARNING: Do not add to, delete from, or otherwise modify the contents */ |
| /* of this include file. */ |
| /**************************************************************************/ |
| |
| #include <userint.h> |
| |
| #ifdef __cplusplus |
| extern "C" { |
| #endif |
| |
| /* Panels and Controls: */ |
| |
| #define PANEL 1 |
| #define PANEL_EXPORT_4 2 /* control type: command, callback function: ExportCB */ |
| #define PANEL_EXPORT_2 3 /* control type: command, callback function: ExportCB */ |
| #define PANEL_EXPORT_1 4 /* control type: command, callback function: ExportCB */ |
| #define PANEL_EXPORT_3 5 /* control type: command, callback function: ExportCB */ |
| #define PANEL_HRESET 6 /* control type: command, callback function: ResetCB */ |
| #define PANEL_EXIT 7 /* control type: command, callback function: ExitCB */ |
| #define PANEL_IP 8 /* control type: string, callback function: (none) */ |
| #define PANEL_FILENAME 9 /* control type: string, callback function: (none) */ |
| #define PANEL_TIMER 10 /* control type: timer, callback function: (none) */ |
| #define PANEL_TWIN1 11 /* control type: numeric, callback function: (none) */ |
| #define PANEL_TWIN0 12 /* control type: numeric, callback function: (none) */ |
| #define PANEL_ITRGLEVEL 13 /* control type: numeric, callback function: (none) */ |
| #define PANEL_TRGLEVEL 14 /* control type: numeric, callback function: (none) */ |
| #define PANEL_EXPORTNAME 15 /* control type: string, callback function: (none) */ |
| #define PANEL_FILETYPE 16 /* control type: ring, callback function: (none) */ |
| #define PANEL_PFREQ 17 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NBEFORE 18 /* control type: numeric, callback function: (none) */ |
| #define PANEL_SAMPLES 19 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NTOTAL 20 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NEVE 21 /* control type: numeric, callback function: (none) */ |
| #define PANEL_CEVE 22 /* control type: numeric, callback function: (none) */ |
| #define PANEL_ADC2 23 /* control type: graph, callback function: (none) */ |
| #define PANEL_TDC2 24 /* control type: graph, callback function: (none) */ |
| #define PANEL_ADC1 25 /* control type: graph, callback function: (none) */ |
| #define PANEL_TDC1 26 /* control type: graph, callback function: (none) */ |
| #define PANEL_DECIMATION 27 /* control type: ring, callback function: (none) */ |
| #define PANEL_TRIGGER 28 /* control type: ring, callback function: (none) */ |
| #define PANEL_OUTWAVE 29 /* control type: radioButton, callback function: (none) */ |
| #define PANEL_ENABLEDOUTPUT 30 /* control type: radioButton, callback function: (none) */ |
| #define PANEL_DEBUG 31 /* control type: radioButton, callback function: (none) */ |
| #define PANEL_CH1 32 /* control type: radioButton, callback function: (none) */ |
| #define PANEL_GRAPH 33 /* control type: graph, callback function: (none) */ |
| #define PANEL_CH0 34 /* control type: radioButton, callback function: (none) */ |
| #define PANEL_TEXTMSG 35 /* control type: textMsg, callback function: (none) */ |
| #define PANEL_STDIO 36 /* control type: textBox, callback function: (none) */ |
| #define PANEL_MAXX_3 37 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MINX_3 38 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NCH_3 39 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MAXX_4 40 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MINX_4 41 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NCH_4 42 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MAXX_2 43 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MINX_2 44 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NCH_2 45 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MAXX_5 46 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MINX_5 47 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MAXX_1 48 /* control type: numeric, callback function: (none) */ |
| #define PANEL_MINX_1 49 /* control type: numeric, callback function: (none) */ |
| #define PANEL_NCH_1 50 /* control type: numeric, callback function: (none) */ |
| #define PANEL_CONNECT 51 /* control type: textButton, callback function: StartCB */ |
| #define PANEL_START 52 /* control type: textButton, callback function: StartCB */ |
| #define PANEL_ADCTYPE 53 /* control type: binary, callback function: (none) */ |
| |
| |
| /* Control Arrays: */ |
| |
| /* (no control arrays in the resource file) */ |
| |
| |
| /* Menu Bars, Menus, and Menu Items: */ |
| |
| /* (no menu bars in the resource file) */ |
| |
| |
| /* Callback Prototypes: */ |
| |
| int CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| int CVICALLBACK ExportCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| int CVICALLBACK ResetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| int CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| |
| |
| #ifdef __cplusplus |
| } |
| #endif |