Rev 197 | Go to most recent revision | 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 __cplusplusextern "C" {#endif/* Panels and Controls: */#define PANEL 1#define PANEL_Exit 2 /* control type: command, callback function: ExitCB */#define PANEL_STOP 3 /* control type: command, callback function: StopCB */#define PANEL_START 4 /* control type: command, callback function: StartCB */#define PANEL_TRGTYPE 5 /* control type: numeric, callback function: (none) */#define PANEL_TRGLEVEL 6 /* control type: numeric, callback function: (none) */#define PANEL_TRGDELAY 7 /* control type: numeric, callback function: (none) */#define PANEL_RANGE 8 /* control type: numeric, callback function: (none) */#define PANEL_TRGCHANNEL 9 /* control type: numeric, callback function: (none) */#define PANEL_CEVE 10 /* control type: numeric, callback function: (none) */#define PANEL_NEVE 11 /* control type: numeric, callback function: (none) */#define PANEL_FREQUENCY 12 /* control type: numeric, callback function: (none) */#define PANEL_TRGPOLARITY 13 /* control type: binary, callback function: (none) */#define PANEL_MASK 14 /* control type: string, callback function: (none) */#define PANEL_FILENAME 15 /* control type: string, callback function: (none) */#define PANEL_GRAPH 16 /* control type: graph, callback function: (none) */#define PANEL_DEBUG 17 /* control type: radioButton, callback function: (none) */#define PANEL_TIMER 18 /* control type: timer, 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 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