Rev 280 |
Blame |
Compare with Previous |
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_U_4 3 /* control type: numeric, callback function: (none) */
#define P1_I_4 4 /* control type: numeric, callback function: (none) */
#define P1_BOX_4 5 /* control type: radioButton, callback function: SetMaskCB */
#define P1_U_3 6 /* control type: numeric, callback function: (none) */
#define P1_IMON_4 7 /* control type: numeric, callback function: (none) */
#define P1_VMON_4 8 /* control type: numeric, callback function: (none) */
#define P1_I_3 9 /* control type: numeric, callback function: (none) */
#define P1_BOX_3 10 /* control type: radioButton, callback function: SetMaskCB */
#define P1_U_2 11 /* control type: numeric, callback function: (none) */
#define P1_IMON_3 12 /* control type: numeric, callback function: (none) */
#define P1_VMON_3 13 /* control type: numeric, callback function: (none) */
#define P1_I_2 14 /* control type: numeric, callback function: (none) */
#define P1_BOX_2 15 /* control type: radioButton, callback function: SetMaskCB */
#define P1_U_1 16 /* control type: numeric, callback function: (none) */
#define P1_IMON_2 17 /* control type: numeric, callback function: (none) */
#define P1_VMON_2 18 /* control type: numeric, callback function: (none) */
#define P1_I_1 19 /* control type: numeric, callback function: (none) */
#define P1_BOX_1 20 /* control type: radioButton, callback function: SetMaskCB */
#define P1_READ 21 /* control type: command, callback function: ReadCB */
#define P1_SET 22 /* control type: command, callback function: SetCB */
#define P1_IMON_1 23 /* control type: numeric, callback function: (none) */
#define P1_VMON_1 24 /* control type: numeric, callback function: (none) */
#define P1_TIMERON 25 /* control type: binary, callback function: TimerOnOffCB */
#define P1_LOG 26 /* control type: radioButton, callback function: LogToFileCB */
#define P1_CVCC_4 27 /* control type: LED, callback function: (none) */
#define P1_CVCC_3 28 /* control type: LED, callback function: (none) */
#define P1_CVCC_2 29 /* control type: LED, callback function: (none) */
#define P1_CVCC_1 30 /* control type: LED, callback function: (none) */
#define P1_TIMER 31 /* control type: timer, callback function: TimerCB */
#define P1_ONOFF 32 /* control type: binary, callback function: SwitchOnOffCB */
#define P1_TINTERVAL 33 /* control type: numeric, callback function: SetIntervalCB */
#define P1_PRESET 34 /* control type: numeric, callback function: SetPresetCB */
#define P1_GRAPH_IMON 35 /* control type: strip, callback function: (none) */
#define P1_GRAPH_VMON 36 /* control type: strip, 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 LogToFileCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK ReadCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetIntervalCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetMaskCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetPresetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SwitchOnOffCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK TimerCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK TimerOnOffCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
#ifdef __cplusplus
}
#endif