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_STOP 3 /* control type: command, callback function: StopCB */
#define P1_START 4 /* control type: command, callback function: StartCB */
#define P1_CPOSITION 5 /* control type: numeric, callback function: (none) */
#define P1_NFI 6 /* control type: numeric, callback function: (none) */
#define P1_DFI 7 /* control type: numeric, callback function: (none) */
#define P1_FI0 8 /* control type: numeric, callback function: (none) */
#define P1_CEVE 9 /* control type: numeric, callback function: (none) */
#define P1_DAQTIME 10 /* control type: numeric, callback function: (none) */
#define P1_GXY 11 /* control type: graph, callback function: (none) */
#define P1_GSUMADC 12 /* control type: graph, callback function: (none) */
#define P1_GADC 13 /* control type: graph, callback function: (none) */
#define P1_GSINOGRAM 14 /* control type: graph, callback function: (none) */
#define P1_PROGRESS 15 /* control type: slide, callback function: (none) */
#define P1_STAGELED 16 /* control type: LED, callback function: (none) */
#define P1_STDIO 17 /* control type: textBox, callback function: (none) */
#define P1_FILENAME 18 /* control type: string, callback function: (none) */
#define P1_DEBUG 19 /* control type: radioButton, callback function: DebugCB */
#define P1_CH 20 /* control type: numeric, callback function: RedrawCB */
#define P1_TIMER 21 /* control type: timer, callback function: RedrawCB */
#define P1_DAQRATE 22 /* 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 DebugCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK RedrawCB(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