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_GRATING 2 /* control type: ring, callback function: (none) */
#define P1_NWL 3 /* control type: numeric, callback function: (none) */
#define P1_DWL 4 /* control type: numeric, callback function: (none) */
#define P1_CWL 5 /* control type: numeric, callback function: (none) */
#define P1_LWL 6 /* control type: numeric, callback function: (none) */
#define P1_WL0 7 /* control type: numeric, callback function: (none) */
#define P1_STAGELED 8 /* control type: LED, callback function: (none) */
#define P1_GLED 9 /* control type: LED, callback function: (none) */
#define P1_SCAN 10 /* control type: command, callback function: (none) */
#define P1_ZC 11 /* control type: command, callback function: (none) */
#define P1_EXIT 12 /* control type: command, callback function: (none) */
#define P1_CURR 13 /* control type: numeric, callback function: (none) */
#define P1_ZSETTO 14 /* control type: numeric, callback function: (none) */
#define P1_Z 15 /* control type: numeric, callback function: (none) */
#define P1_Y 16 /* control type: numeric, callback function: (none) */
#define P1_X 17 /* control type: numeric, callback function: (none) */
#define P1_ZSET 18 /* control type: command, callback function: (none) */
#define P1_GOXY 19 /* control type: command, callback function: (none) */
#define P1_READREFCURR 20 /* control type: command, callback function: (none) */
#define P1_READQE 21 /* control type: command, callback function: (none) */
#define P1_STOP 22 /* control type: command, callback function: (none) */
#define P1_SAVEQE 23 /* control type: command, callback function: (none) */
#define P1_SAVEPOINTS 24 /* control type: command, callback function: (none) */
#define P1_LOADPOINTS 25 /* control type: command, callback function: (none) */
#define P1_HO 26 /* control type: command, callback function: (none) */
#define P1_GSAMPLE 27 /* control type: graph, callback function: (none) */
#define P1_GREF 28 /* control type: graph, callback function: (none) */
#define P1_GQE 29 /* control type: graph, callback function: (none) */
#define P1_POINTS 30 /* control type: table, callback function: (none) */
#define P1_VSOURCE 31 /* control type: radioButton, callback function: (none) */
#define P1_BGRCUR1 32 /* control type: numeric, callback function: (none) */
#define P1_BGRCUR0 33 /* control type: numeric, callback function: (none) */
#define P1_VOUT 34 /* control type: numeric, callback function: (none) */
#define P1_NREF 35 /* control type: numeric, callback function: (none) */
#define P1_TOUT 36 /* control type: numeric, callback function: (none) */
#define P1_WAIT0 37 /* control type: numeric, callback function: (none) */
#define P1_WAIT 38 /* control type: numeric, callback function: (none) */
#define P1_QESCANALL 39 /* control type: command, callback function: (none) */
#define P1_QESCAN 40 /* control type: command, callback function: (none) */
#define P1_REFSCAN 41 /* control type: command, callback function: (none) */
#define P1_POSITION 42 /* control type: numeric, callback function: (none) */
#define P1_RANGE_R 43 /* control type: ring, callback function: (none) */
#define P1_TIMER 44 /* control type: timer, callback function: cb_timer */
#define P1_DECORATION 45 /* control type: deco, callback function: (none) */
#define P1_DECORATION_2 46 /* control type: deco, 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 cb_timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
#ifdef __cplusplus
}
#endif