Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 232 → Rev 233

/cvi/RedPitaya/soccli/redpitaya_gui.h
20,40 → 20,52
#define PANEL_EXPORT_3 5 /* control type: command, callback function: ExportCB */
#define PANEL_HRESET 6 /* control type: command, callback function: ResetCB */
#define PANEL_EXIT 7 /* control type: command, callback function: ExitCB */
#define PANEL_STOP 8 /* control type: command, callback function: StopCB */
#define PANEL_DISCONNECT 8 /* control type: command, callback function: StartCB */
#define PANEL_CONNECT 9 /* control type: command, callback function: StartCB */
#define PANEL_INIT 10 /* control type: command, callback function: StartCB */
#define PANEL_START 11 /* control type: command, callback function: StartCB */
#define PANEL_END 12 /* control type: command, callback function: StartCB */
#define PANEL_IP 13 /* control type: string, callback function: (none) */
#define PANEL_FILENAME 14 /* control type: string, callback function: (none) */
#define PANEL_TIMER 15 /* control type: timer, callback function: (none) */
#define PANEL_TWIN1 16 /* control type: numeric, callback function: (none) */
#define PANEL_TWIN0 17 /* control type: numeric, callback function: (none) */
#define PANEL_ITRGLEVEL 18 /* control type: numeric, callback function: (none) */
#define PANEL_TRGLEVEL 19 /* control type: numeric, callback function: (none) */
#define PANEL_FILENAME_EN 20 /* control type: string, callback function: (none) */
#define PANEL_FILETYPE 21 /* control type: ring, callback function: (none) */
#define PANEL_RANGE 22 /* control type: numeric, callback function: (none) */
#define PANEL_PFREQ 23 /* control type: numeric, callback function: (none) */
#define PANEL_NBEFORE 24 /* control type: numeric, callback function: (none) */
#define PANEL_SAMPLES 25 /* control type: numeric, callback function: (none) */
#define PANEL_NCALLS 26 /* control type: numeric, callback function: (none) */
#define PANEL_NEVE 27 /* control type: numeric, callback function: (none) */
#define PANEL_CEVE 28 /* control type: numeric, callback function: (none) */
#define PANEL_ADC2 29 /* control type: graph, callback function: (none) */
#define PANEL_TDC2 30 /* control type: graph, callback function: (none) */
#define PANEL_ADC1 31 /* control type: graph, callback function: (none) */
#define PANEL_TDC1 32 /* control type: graph, callback function: (none) */
#define PANEL_DECIMATION 33 /* control type: ring, callback function: (none) */
#define PANEL_TRIGGER 34 /* control type: ring, callback function: (none) */
#define PANEL_ENABLEDOUTPUT 35 /* control type: radioButton, callback function: (none) */
#define PANEL_DEBUG 36 /* control type: radioButton, callback function: (none) */
#define PANEL_CH1 37 /* control type: radioButton, callback function: (none) */
#define PANEL_GRAPH 38 /* control type: graph, callback function: (none) */
#define PANEL_CH0 39 /* control type: radioButton, callback function: (none) */
#define PANEL_TEXTMSG 40 /* control type: textMsg, callback function: (none) */
#define PANEL_STDIO 41 /* control type: textBox, callback function: (none) */
#define PANEL_START 10 /* control type: command, callback function: StartCB */
#define PANEL_END 11 /* control type: command, callback function: StartCB */
#define PANEL_IP 12 /* control type: string, callback function: (none) */
#define PANEL_FILENAME 13 /* control type: string, callback function: (none) */
#define PANEL_TIMER 14 /* control type: timer, callback function: (none) */
#define PANEL_TWIN1 15 /* control type: numeric, callback function: (none) */
#define PANEL_TWIN0 16 /* control type: numeric, callback function: (none) */
#define PANEL_ITRGLEVEL 17 /* control type: numeric, callback function: (none) */
#define PANEL_TRGLEVEL 18 /* control type: numeric, callback function: (none) */
#define PANEL_EXPORTNAME 19 /* control type: string, callback function: (none) */
#define PANEL_FILETYPE 20 /* control type: ring, callback function: (none) */
#define PANEL_PFREQ 21 /* control type: numeric, callback function: (none) */
#define PANEL_NBEFORE 22 /* control type: numeric, callback function: (none) */
#define PANEL_SAMPLES 23 /* control type: numeric, callback function: (none) */
#define PANEL_NTOTAL 24 /* control type: numeric, callback function: (none) */
#define PANEL_NEVE 25 /* control type: numeric, callback function: (none) */
#define PANEL_CEVE 26 /* control type: numeric, callback function: (none) */
#define PANEL_ADC2 27 /* control type: graph, callback function: (none) */
#define PANEL_TDC2 28 /* control type: graph, callback function: (none) */
#define PANEL_ADC1 29 /* control type: graph, callback function: (none) */
#define PANEL_TDC1 30 /* control type: graph, callback function: (none) */
#define PANEL_DECIMATION 31 /* control type: ring, callback function: (none) */
#define PANEL_TRIGGER 32 /* control type: ring, callback function: (none) */
#define PANEL_ENABLEDOUTPUT 33 /* control type: radioButton, callback function: (none) */
#define PANEL_DEBUG 34 /* control type: radioButton, callback function: (none) */
#define PANEL_CH1 35 /* control type: radioButton, callback function: (none) */
#define PANEL_GRAPH 36 /* control type: graph, callback function: (none) */
#define PANEL_CH0 37 /* control type: radioButton, callback function: (none) */
#define PANEL_TEXTMSG 38 /* control type: textMsg, callback function: (none) */
#define PANEL_STDIO 39 /* control type: textBox, callback function: (none) */
#define PANEL_MAXX_3 40 /* control type: numeric, callback function: (none) */
#define PANEL_MINX_3 41 /* control type: numeric, callback function: (none) */
#define PANEL_NCH_3 42 /* control type: numeric, callback function: (none) */
#define PANEL_MAXX_4 43 /* control type: numeric, callback function: (none) */
#define PANEL_MINX_4 44 /* control type: numeric, callback function: (none) */
#define PANEL_NCH_4 45 /* control type: numeric, callback function: (none) */
#define PANEL_MAXX_2 46 /* control type: numeric, callback function: (none) */
#define PANEL_MINX_2 47 /* control type: numeric, callback function: (none) */
#define PANEL_NCH_2 48 /* control type: numeric, callback function: (none) */
#define PANEL_MAXX_5 49 /* control type: numeric, callback function: (none) */
#define PANEL_MINX_5 50 /* control type: numeric, callback function: (none) */
#define PANEL_MAXX_1 51 /* control type: numeric, callback function: (none) */
#define PANEL_MINX_1 52 /* control type: numeric, callback function: (none) */
#define PANEL_NCH_1 53 /* control type: numeric, callback function: (none) */
 
 
/* Control Arrays: */
72,7 → 84,6
int CVICALLBACK ExportCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK ResetCB(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