Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 264 → Rev 265

/cvi/instr/DRS/drs4.h
17,30 → 17,31
#define PANEL_OPENGUI 2 /* control type: command, callback function: OpenGuiCB */
#define PANEL_EXIT 3 /* control type: command, callback function: ExitCB */
#define PANEL_STOP 4 /* control type: command, callback function: StopCB */
#define PANEL_START 5 /* control type: command, callback function: StartCB */
#define PANEL_FILENAME 6 /* control type: string, callback function: (none) */
#define PANEL_TIMER 7 /* control type: timer, callback function: (none) */
#define PANEL_TWIN1 8 /* control type: numeric, callback function: (none) */
#define PANEL_TWIN0 9 /* control type: numeric, callback function: (none) */
#define PANEL_TRGLEVEL 10 /* control type: numeric, callback function: (none) */
#define PANEL_TRGDELAY 11 /* control type: numeric, callback function: (none) */
#define PANEL_RANGE 12 /* control type: numeric, callback function: (none) */
#define PANEL_TRGCHANNEL 13 /* control type: numeric, callback function: (none) */
#define PANEL_PFREQ 14 /* control type: numeric, callback function: (none) */
#define PANEL_FREQUENCY 15 /* control type: numeric, callback function: (none) */
#define PANEL_NEVE 16 /* control type: numeric, callback function: (none) */
#define PANEL_CEVE 17 /* control type: numeric, callback function: (none) */
#define PANEL_TRGTYPE 18 /* control type: ring, callback function: (none) */
#define PANEL_ENABLEDOUTPUT 19 /* control type: radioButton, callback function: (none) */
#define PANEL_DEBUG 20 /* control type: radioButton, callback function: (none) */
#define PANEL_CH3 21 /* control type: radioButton, callback function: (none) */
#define PANEL_CH2 22 /* control type: radioButton, callback function: (none) */
#define PANEL_CH1 23 /* control type: radioButton, callback function: (none) */
#define PANEL_GRAPH 24 /* control type: graph, callback function: (none) */
#define PANEL_CH0 25 /* control type: radioButton, callback function: (none) */
#define PANEL_TRGPOLARITY 26 /* control type: binary, callback function: (none) */
#define PANEL_TEXTMSG 27 /* control type: textMsg, callback function: (none) */
#define PANEL_STDIO 28 /* control type: textBox, callback function: (none) */
#define PANEL_CALIBRATE 5 /* control type: command, callback function: CalibrateCB */
#define PANEL_START 6 /* control type: command, callback function: StartCB */
#define PANEL_FILENAME 7 /* control type: string, callback function: (none) */
#define PANEL_TIMER 8 /* control type: timer, callback function: (none) */
#define PANEL_TWIN1 9 /* control type: numeric, callback function: (none) */
#define PANEL_TWIN0 10 /* control type: numeric, callback function: (none) */
#define PANEL_TRGLEVEL 11 /* control type: numeric, callback function: (none) */
#define PANEL_TRGDELAY 12 /* control type: numeric, callback function: (none) */
#define PANEL_RANGE 13 /* control type: numeric, callback function: (none) */
#define PANEL_TRGCHANNEL 14 /* control type: numeric, callback function: (none) */
#define PANEL_PFREQ 15 /* control type: numeric, callback function: (none) */
#define PANEL_FREQUENCY 16 /* control type: numeric, callback function: (none) */
#define PANEL_NEVE 17 /* control type: numeric, callback function: (none) */
#define PANEL_CEVE 18 /* control type: numeric, callback function: (none) */
#define PANEL_TRGTYPE 19 /* control type: ring, callback function: (none) */
#define PANEL_ENABLEDOUTPUT 20 /* control type: radioButton, callback function: (none) */
#define PANEL_DEBUG 21 /* control type: radioButton, callback function: (none) */
#define PANEL_CH3 22 /* control type: radioButton, callback function: (none) */
#define PANEL_CH2 23 /* control type: radioButton, callback function: (none) */
#define PANEL_CH1 24 /* control type: radioButton, callback function: (none) */
#define PANEL_GRAPH 25 /* control type: graph, callback function: (none) */
#define PANEL_CH0 26 /* control type: radioButton, callback function: (none) */
#define PANEL_TRGPOLARITY 27 /* control type: binary, callback function: (none) */
#define PANEL_TEXTMSG 28 /* control type: textMsg, callback function: (none) */
#define PANEL_STDIO 29 /* control type: textBox, callback function: (none) */
 
#define SCAN 2
#define SCAN_OPENGUI 2 /* control type: command, callback function: OpenGuiCB */
83,6 → 84,7
 
/* Callback Prototypes: */
 
int CVICALLBACK CalibrateCB(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 GetCurrentPositionCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK GoXCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);