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 PANEL 1
#define PANEL_ISET 2 /* control type: numeric, callback function: (none) */
#define PANEL_VSET 3 /* control type: numeric, callback function: (none) */
#define PANEL_CH_1 4 /* control type: numeric, callback function: (none) */
#define PANEL_EXIT 5 /* control type: command, callback function: ExitCB */
#define PANEL_STOP 6 /* control type: command, callback function: StopCB */
#define PANEL_START 7 /* control type: command, callback function: StartCB */
#define PANEL_MPODCHONOFF 8 /* control type: textButton, callback function: MpodChannelsOnOffCB */
#define PANEL_MPODONOFF 9 /* control type: textButton, callback function: MpodOnOffCB */
#define PANEL_TABLE 10 /* control type: table, callback function: (none) */
#define PANEL_SET 11 /* control type: command, callback function: MpodChannelsOutputVoltageCB */
#define PANEL_GET 12 /* control type: command, callback function: GetStatus */
/* 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 GetStatus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK MpodChannelsOnOffCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK MpodChannelsOutputVoltageCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK MpodOnOffCB(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