Rev 163 |
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 __cplusplus
extern "C" {
#endif
/* Panels and Controls: */
#define P1 1
#define P1_HVset 2 /* control type: command, callback function: (none) */
#define P1_EXIT 3 /* control type: command, callback function: (none) */
#define P1_HVcset 4 /* control type: numeric, callback function: (none) */
#define P1_HVvrise 5 /* control type: numeric, callback function: (none) */
#define P1_HVcdis_4 6 /* control type: numeric, callback function: (none) */
#define P1_HVvdis_4 7 /* control type: numeric, callback function: (none) */
#define P1_HVcdis_3 8 /* control type: numeric, callback function: (none) */
#define P1_HVvdis_3 9 /* control type: numeric, callback function: (none) */
#define P1_HVcdis_2 10 /* control type: numeric, callback function: (none) */
#define P1_HVvdis_2 11 /* control type: numeric, callback function: (none) */
#define P1_HVcdis_1 12 /* control type: numeric, callback function: (none) */
#define P1_HVvdis_1 13 /* control type: numeric, callback function: (none) */
#define P1_HVvset 14 /* control type: numeric, callback function: (none) */
#define P1_HVonoff_4 15 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff_3 16 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff_2 17 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff_1 18 /* control type: radioButton, callback function: (none) */
#define P1_HVonoffall 19 /* control type: radioButton, callback function: (none) */
#define P1_REFRESHTIMER 20 /* control type: timer, callback function: refreshTimer */
#define P1_MSW 21 /* control type: binary, callback function: (none) */
#define P1_G1 22 /* control type: strip, callback function: (none) */
#define P1_MSWLED 23 /* control type: LED, callback function: (none) */
#define P1_MST 24 /* control type: numeric, callback function: (none) */
#define P1_MFS 25 /* control type: numeric, callback function: (none) */
#define P1_HVBid_4 26 /* control type: string, callback function: (none) */
#define P1_HVBid_3 27 /* control type: string, callback function: (none) */
#define P1_HVBid_2 28 /* control type: string, callback function: (none) */
#define P1_HVBid_1 29 /* control type: string, callback function: (none) */
#define P1_TESTon 30 /* control type: textButton, callback function: (none) */
/* Control Arrays: */
#define HV_onoffs 1
#define HVB_IDs 2
/* Menu Bars, Menus, and Menu Items: */
/* (no menu bars in the resource file) */
/* Callback Prototypes: */
int CVICALLBACK refreshTimer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
#ifdef __cplusplus
}
#endif