/**************************************************************************/
/* 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_STOP 8 /* control type: command, callback function: StopCB */
#define PANEL_CONNECT 9 /* control type: command, callback function: StartCB */
#define PANEL_INIT 10 /* control type: command, callback function: StartCB */
#define PANEL_START 11 /* control type: command, callback function: StartCB */
#define PANEL_END 12 /* control type: command, callback function: StartCB */
#define PANEL_IP 13 /* control type: string, callback function: (none) */
#define PANEL_FILENAME 14 /* control type: string, callback function: (none) */
#define PANEL_TIMER 15 /* control type: timer, callback function: (none) */
#define PANEL_TWIN1 16 /* control type: numeric, callback function: (none) */
#define PANEL_TWIN0 17 /* control type: numeric, callback function: (none) */
#define PANEL_ITRGLEVEL 18 /* control type: numeric, callback function: (none) */
#define PANEL_TRGLEVEL 19 /* control type: numeric, callback function: (none) */
#define PANEL_FILENAME_EN 20 /* control type: string, callback function: (none) */
#define PANEL_FILETYPE 21 /* control type: ring, callback function: (none) */
#define PANEL_RANGE 22 /* control type: numeric, callback function: (none) */
#define PANEL_PFREQ 23 /* control type: numeric, callback function: (none) */
#define PANEL_NBEFORE 24 /* control type: numeric, callback function: (none) */
#define PANEL_SAMPLES 25 /* control type: numeric, callback function: (none) */
#define PANEL_NCALLS 26 /* control type: numeric, callback function: (none) */
#define PANEL_NEVE 27 /* control type: numeric, callback function: (none) */
#define PANEL_CEVE 28 /* control type: numeric, callback function: (none) */
#define PANEL_ADC2 29 /* control type: graph, callback function: (none) */
#define PANEL_TDC2 30 /* control type: graph, callback function: (none) */
#define PANEL_ADC1 31 /* control type: graph, callback function: (none) */
#define PANEL_TDC1 32 /* control type: graph, callback function: (none) */
#define PANEL_DECIMATION 33 /* control type: ring, callback function: (none) */
#define PANEL_TRIGGER 34 /* control type: ring, callback function: (none) */
#define PANEL_ENABLEDOUTPUT 35 /* control type: radioButton, callback function: (none) */
#define PANEL_DEBUG 36 /* control type: radioButton, callback function: (none) */
#define PANEL_CH1 37 /* control type: radioButton, callback function: (none) */
#define PANEL_GRAPH 38 /* control type: graph, callback function: (none) */
#define PANEL_CH0 39 /* control type: radioButton, callback function: (none) */
#define PANEL_TEXTMSG 40 /* control type: textMsg, callback function: (none) */
#define PANEL_STDIO 41 /* control type: textBox, 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);
int CVICALLBACK StopCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
#ifdef __cplusplus
}
#endif