Blame |
Last modification |
View Log
| RSS feed
/**************************************************************************/
/* 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 P1 1
#define P1_EXIT 2 /* control type: command, callback function: ExitCB */
#define P1_SHOWSETTINGS 3 /* control type: command, callback function: ShowSettingsCB */
#define P1_STOP 4 /* control type: command, callback function: StopCB */
#define P1_START 5 /* control type: command, callback function: StartCB */
#define P1_DX 6 /* control type: numeric, callback function: (none) */
#define P1_X0 7 /* control type: numeric, callback function: (none) */
#define P1_NX 8 /* control type: numeric, callback function: (none) */
#define P1_NTIME 9 /* control type: numeric, callback function: (none) */
#define P1_NEVE 10 /* control type: numeric, callback function: (none) */
#define P1_EVE 11 /* control type: binary, callback function: (none) */
#define P1_SHOWHISTO 12 /* control type: command, callback function: ShowHistoCB */
#define P1_FMASK 13 /* control type: string, callback function: (none) */
#define P1_FNAME 14 /* control type: string, callback function: (none) */
#define P1_OUTPUT 15 /* control type: radioButton, callback function: (none) */
#define P1_RECO 16 /* control type: radioButton, callback function: (none) */
#define P1_CEVE 17 /* control type: numeric, callback function: (none) */
#define P1_IO 18 /* control type: textBox, callback function: (none) */
#define P1_TIMER 19 /* control type: timer, callback function: (none) */
#define P2 2
#define P2_GRAPHADC 2 /* control type: graph, callback function: (none) */
#define P2_GRAPH2D 3 /* control type: graph, callback function: (none) */
#define P2_ADC 4 /* control type: numeric, callback function: RefreshGraphs */
#define P2_PMT 5 /* control type: numeric, callback function: RefreshGraphs */
#define P2_LOGZ 6 /* control type: radioButton, callback function: SetLogZCB */
#define P2_LOGY 7 /* control type: radioButton, callback function: SetLogYCB */
#define P2_SHOWMAIN 8 /* control type: command, callback function: ShowMainCB */
#define P3 3
#define P3_CGEO_2 2 /* control type: table, callback function: (none) */
#define P3_CGEO 3 /* control type: table, callback function: (none) */
#define P3_SHOWMAIN 4 /* control type: command, callback function: ShowMainCB */
#define P3_GTHRESHOLD 5 /* control type: numeric, callback function: (none) */
#define P3_PEAKSCALING 6 /* control type: numeric, 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 RefreshGraphs(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetLogYCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetLogZCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK ShowHistoCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK ShowMainCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK ShowSettingsCB(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