Rev 354 |
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_LEFT_1 2 /* control type: command, callback function: FreeMove1CB */
#define p1_RIGHT_1 3 /* control type: command, callback function: FreeMoveCB */
#define p1_STOP_1 4 /* control type: command, callback function: FreeMoveStopCB */
#define p1_EXIT 5 /* control type: command, callback function: ExitCB */
#define p1_STOP 6 /* control type: command, callback function: StopCB */
#define p1_FOURIER 7 /* control type: command, callback function: Fourier_TransCB */
#define p1_START 8 /* control type: command, callback function: StartCB */
#define p1_VOLTAGE 9 /* control type: numeric, callback function: (none) */
#define p1_WAIT_TIME 10 /* control type: numeric, callback function: (none) */
#define p1_VOLTAGE_GRAPH 11 /* control type: graph, callback function: (none) */
#define p1_NUM_POINTS 12 /* control type: ring, callback function: (none) */
#define p1_F_NAME1 13 /* control type: string, callback function: (none) */
#define p1_F_NAME 14 /* control type: string, callback function: (none) */
#define p1_WIN_FUN 15 /* control type: ring, callback function: (none) */
#define p1_EXAMPLES 16 /* control type: command, callback function: ExamplesCB */
#define p1_FREQ2 17 /* control type: numeric, callback function: (none) */
#define p1_AMPL2 18 /* control type: numeric, callback function: (none) */
#define p1_AMPL1 19 /* control type: numeric, callback function: (none) */
#define p1_FREQ1 20 /* control type: numeric, callback function: (none) */
#define p1_VOLT_GRAPH 21 /* control type: textButton, callback function: Only_voltageCB */
#define p1_POS0 22 /* control type: command, callback function: Pos0CB */
#define p1_RANGE 23 /* control type: radioButton, callback function: RangeCB */
/* 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 ExamplesCB(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 Fourier_TransCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK FreeMove1CB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK FreeMoveCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK FreeMoveStopCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK Only_voltageCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK Pos0CB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK RangeCB(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