Rev 31 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2014. All Rights Reserved. */
/* */
/* 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_AMPDISSHTHR 2 /* control type: command, callback function: (none) */
#define P1_ASD8THR 3 /* control type: command, callback function: (none) */
#define P1_EXIT 4 /* control type: command, callback function: (none) */
#define P1_ADC 5 /* control type: graph, callback function: (none) */
#define P1_TDC 6 /* control type: graph, callback function: (none) */
#define P1_RESET 7 /* control type: command, callback function: (none) */
#define P1_CEVE 8 /* control type: numeric, callback function: (none) */
#define P1_NMIN 9 /* control type: numeric, callback function: (none) */
#define P1_NEVE 10 /* control type: numeric, callback function: (none) */
#define P1_FRAC 11 /* control type: numeric, callback function: (none) */
#define P1_TDCMIN 12 /* control type: numeric, callback function: (none) */
#define P1_PEDESTAL 13 /* control type: numeric, callback function: (none) */
#define P1_ADCHLSAVE 14 /* control type: binary, callback function: (none) */
#define P1_ADCHL 15 /* control type: binary, callback function: (none) */
#define P1_ADCLOG 16 /* control type: binary, callback function: (none) */
#define P1_TDCLOG 17 /* control type: binary, callback function: (none) */
#define P1_TDCHL 18 /* control type: binary, callback function: (none) */
#define P1_DAQ 19 /* control type: textButton, callback function: (none) */
#define P1_SUPR 20 /* control type: radioButton, callback function: (none) */
#define P1_DSAVE 21 /* control type: radioButton, callback function: (none) */
#define P1_DFILE 22 /* control type: string, callback function: (none) */
#define P1_IY 23 /* control type: numeric, callback function: (none) */
#define P1_Z 24 /* control type: numeric, callback function: (none) */
#define P1_Y 25 /* control type: numeric, callback function: (none) */
#define P1_YMIN 26 /* control type: numeric, callback function: (none) */
#define P1_IX 27 /* control type: numeric, callback function: (none) */
#define P1_YSTEP 28 /* control type: numeric, callback function: (none) */
#define P1_X 29 /* control type: numeric, callback function: (none) */
#define P1_NY 30 /* control type: numeric, callback function: (none) */
#define P1_ZSET 31 /* control type: numeric, callback function: (none) */
#define P1_XMIN 32 /* control type: numeric, callback function: (none) */
#define P1_XSTEP 33 /* control type: numeric, callback function: (none) */
#define P1_NX 34 /* control type: numeric, callback function: (none) */
#define P1_MGET 35 /* control type: command, callback function: (none) */
#define P1_REREAD 36 /* control type: command, callback function: (none) */
#define P1_HO 37 /* control type: command, callback function: (none) */
#define P1_PLCH 38 /* control type: numeric, callback function: (none) */
#define P1_NEWF 39 /* control type: numeric, callback function: (none) */
#define P1_REFON 40 /* control type: radioButton, callback function: (none) */
#define P1_REFRESH 41 /* control type: command, callback function: (none) */
#define P1_DEBUG 42 /* control type: radioButton, callback function: (none) */
#define P1_SAMPDISSHTHR 43 /* control type: numeric, callback function: (none) */
#define P1_SASD8THR 44 /* control type: numeric, callback function: (none) */
#define P1_SBIAS 45 /* control type: numeric, callback function: (none) */
#define P1_BIAS 46 /* control type: command, callback function: (none) */
#define P1_TIMER 47 /* control type: timer, callback function: cb_timer */
#define P1_DECORATION 48 /* control type: deco, callback function: (none) */
#define P1_BIASOFF 49 /* control type: command, callback function: (none) */
#define P1_EXPTIME 50 /* control type: string, callback function: (none) */
#define P1_FCOUNT 51 /* control type: numeric, callback function: (none) */
#define P1_TEXTMSG 52 /* control type: textMsg, callback function: (none) */
#define P1_TEXTMSG_2 53 /* control type: textMsg, callback function: (none) */
#define P1_TEXTMSG_3 54 /* control type: textMsg, callback function: (none) */
#define P1_TEXTMSG_4 55 /* control type: textMsg, callback function: (none) */
#define P1_TEXTMSG_5 56 /* control type: textMsg, callback function: (none) */
#define P1_TEXTMSG_6 57 /* control type: textMsg, callback function: (none) */
#define P1_TEXTMSG_7 58 /* control type: textMsg, callback function: (none) */
#define P1_DECORATION_2 59 /* control type: deco, callback function: (none) */
#define P1_DECORATION_3 60 /* 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