Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 308 → Rev 310

/cvi/instr/K2231A/K2231A-ctrl.h
1,74 → 1,77
/**************************************************************************/
/* 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_U_3 3 /* control type: numeric, callback function: (none) */
#define P1_I_3 4 /* control type: numeric, callback function: (none) */
#define P1_BOX_3 5 /* control type: radioButton, callback function: SetMaskCB */
#define P1_U_2 6 /* control type: numeric, callback function: (none) */
#define P1_IMON_3 7 /* control type: numeric, callback function: (none) */
#define P1_VMON_3 8 /* control type: numeric, callback function: (none) */
#define P1_I_2 9 /* control type: numeric, callback function: (none) */
#define P1_BOX_2 10 /* control type: radioButton, callback function: SetMaskCB */
#define P1_U_1 11 /* control type: numeric, callback function: (none) */
#define P1_IMON_2 12 /* control type: numeric, callback function: (none) */
#define P1_VMON_2 13 /* control type: numeric, callback function: (none) */
#define P1_I_1 14 /* control type: numeric, callback function: (none) */
#define P1_BOX_1 15 /* control type: radioButton, callback function: SetMaskCB */
#define P1_READ 16 /* control type: command, callback function: ReadCB */
#define P1_SET 17 /* control type: command, callback function: SetCB */
#define P1_IMON_1 18 /* control type: numeric, callback function: (none) */
#define P1_VMON_1 19 /* control type: numeric, callback function: (none) */
#define P1_TIMERON 20 /* control type: binary, callback function: TimerOnOffCB */
#define P1_LOG 21 /* control type: radioButton, callback function: LogToFileCB */
#define P1_CVCC_3 22 /* control type: LED, callback function: (none) */
#define P1_CVCC_2 23 /* control type: LED, callback function: (none) */
#define P1_CVCC_1 24 /* control type: LED, callback function: (none) */
#define P1_TIMER 25 /* control type: timer, callback function: TimerCB */
#define P1_ONOFF 26 /* control type: binary, callback function: SwitchOnOffCB */
#define P1_TINTERVAL 27 /* control type: numeric, callback function: SetIntervalCB */
#define P1_PRESET 28 /* control type: numeric, callback function: SetPresetCB */
#define P1_GRAPH_IMON 29 /* control type: strip, callback function: (none) */
#define P1_GRAPH_VMON 30 /* 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 ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK LogToFileCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK ReadCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetIntervalCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetMaskCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetPresetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SwitchOnOffCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK TimerCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK TimerOnOffCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
 
#ifdef __cplusplus
}
#endif
/**************************************************************************/
/* 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_U_3 3 /* control type: numeric, callback function: (none) */
#define P1_I_3 4 /* control type: numeric, callback function: (none) */
#define P1_BOX_3 5 /* control type: radioButton, callback function: SetMaskCB */
#define P1_U_2 6 /* control type: numeric, callback function: (none) */
#define P1_IMON_3 7 /* control type: numeric, callback function: (none) */
#define P1_VMON_3 8 /* control type: numeric, callback function: (none) */
#define P1_I_2 9 /* control type: numeric, callback function: (none) */
#define P1_BOX_2 10 /* control type: radioButton, callback function: SetMaskCB */
#define P1_U_1 11 /* control type: numeric, callback function: (none) */
#define P1_IMON_2 12 /* control type: numeric, callback function: (none) */
#define P1_VMON_2 13 /* control type: numeric, callback function: (none) */
#define P1_I_1 14 /* control type: numeric, callback function: (none) */
#define P1_BOX_1 15 /* control type: radioButton, callback function: SetMaskCB */
#define P1_READ 16 /* control type: command, callback function: ReadCB */
#define P1_SET 17 /* control type: command, callback function: SetCB */
#define P1_IMON_1 18 /* control type: numeric, callback function: (none) */
#define P1_VMON_1 19 /* control type: numeric, callback function: (none) */
#define P1_TIMERON 20 /* control type: binary, callback function: TimerOnOffCB */
#define P1_DEBUG 21 /* control type: radioButton, callback function: DebugCB */
#define P1_LOG 22 /* control type: radioButton, callback function: LogToFileCB */
#define P1_CVCC_3 23 /* control type: LED, callback function: (none) */
#define P1_CVCC_2 24 /* control type: LED, callback function: (none) */
#define P1_ONOFFLED 25 /* control type: LED, callback function: (none) */
#define P1_CVCC_1 26 /* control type: LED, callback function: (none) */
#define P1_TIMER 27 /* control type: timer, callback function: TimerCB */
#define P1_ONOFF 28 /* control type: binary, callback function: SwitchOnOffCB */
#define P1_TINTERVAL 29 /* control type: numeric, callback function: SetIntervalCB */
#define P1_PRESET 30 /* control type: numeric, callback function: SetPresetCB */
#define P1_GRAPH_IMON 31 /* control type: strip, callback function: (none) */
#define P1_GRAPH_VMON 32 /* 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 LogToFileCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK ReadCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetIntervalCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetMaskCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SetPresetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK SwitchOnOffCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK TimerCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK TimerOnOffCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
 
#ifdef __cplusplus
}
#endif