Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 263 → Rev 322

/cvi/apps/RedPitaya/soccli/redpitaya_gui.h
14,84 → 14,96
/* Panels and Controls: */
 
#define PANEL 1
#define PANEL_EXPORT_4 2 /* control type: command, callback function: ExportCB */
#define PANEL_EXPORT_2 3 /* control type: command, callback function: ExportCB */
#define PANEL_EXPORT_1 4 /* control type: command, callback function: ExportCB */
#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_IP 8 /* control type: string, callback function: (none) */
#define PANEL_FILENAME 9 /* control type: string, callback function: (none) */
#define PANEL_TIMER 10 /* control type: timer, callback function: (none) */
#define PANEL_TWIN1 11 /* control type: numeric, callback function: (none) */
#define PANEL_TWIN0 12 /* control type: numeric, callback function: (none) */
#define PANEL_ITRGLEVEL 13 /* control type: numeric, callback function: (none) */
#define PANEL_TRGLEVEL 14 /* control type: numeric, callback function: (none) */
#define PANEL_EXPORTNAME 15 /* control type: string, callback function: (none) */
#define PANEL_FILETYPE 16 /* control type: ring, callback function: (none) */
#define PANEL_PFREQ 17 /* control type: numeric, callback function: (none) */
#define PANEL_NBEFORE 18 /* control type: numeric, callback function: (none) */
#define PANEL_SAMPLES 19 /* control type: numeric, callback function: (none) */
#define PANEL_NTOTAL 20 /* control type: numeric, callback function: (none) */
#define PANEL_NEVE 21 /* control type: numeric, callback function: (none) */
#define PANEL_CTIME 22 /* control type: numeric, callback function: (none) */
#define PANEL_CDAQTIME 23 /* control type: numeric, callback function: (none) */
#define PANEL_CEVE 24 /* control type: numeric, callback function: (none) */
#define PANEL_ADC2 25 /* control type: graph, callback function: (none) */
#define PANEL_TDC2 26 /* control type: graph, callback function: (none) */
#define PANEL_ADC1 27 /* control type: graph, callback function: (none) */
#define PANEL_TDC1 28 /* control type: graph, callback function: (none) */
#define PANEL_DECIMATION 29 /* control type: ring, callback function: (none) */
#define PANEL_TRIGGER 30 /* control type: ring, callback function: (none) */
#define PANEL_OUTWAVE 31 /* control type: radioButton, callback function: (none) */
#define PANEL_ENABLEDOUTPUT 32 /* control type: radioButton, callback function: (none) */
#define PANEL_DEBUG 33 /* control type: radioButton, callback function: (none) */
#define PANEL_CH1 34 /* control type: radioButton, callback function: (none) */
#define PANEL_GRAPH 35 /* control type: graph, callback function: (none) */
#define PANEL_CH0 36 /* control type: radioButton, callback function: (none) */
#define PANEL_TEXTMSG 37 /* control type: textMsg, callback function: (none) */
#define PANEL_STDIO 38 /* control type: textBox, callback function: (none) */
#define PANEL_MAXX_3 39 /* control type: numeric, callback function: (none) */
#define PANEL_MINX_3 40 /* control type: numeric, callback function: (none) */
#define PANEL_NCH_3 41 /* control type: numeric, callback function: (none) */
#define PANEL_MAXX_4 42 /* control type: numeric, callback function: (none) */
#define PANEL_MINX_4 43 /* control type: numeric, callback function: (none) */
#define PANEL_NCH_4 44 /* control type: numeric, callback function: (none) */
#define PANEL_MAXX_2 45 /* control type: numeric, callback function: (none) */
#define PANEL_MINX_2 46 /* control type: numeric, callback function: (none) */
#define PANEL_NCH_2 47 /* control type: numeric, callback function: (none) */
#define PANEL_MAXX_6 48 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MINX_6 49 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MAXX_10 50 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MINX_10 51 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MAXX_9 52 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MINX_9 53 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MAXX_8 54 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MINX_8 55 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MAXX_7 56 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MINX_7 57 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MAXX_5 58 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MINX_5 59 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_AUTOY_5 60 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define PANEL_MAXX_1 61 /* control type: numeric, callback function: (none) */
#define PANEL_MINX_1 62 /* control type: numeric, callback function: (none) */
#define PANEL_AUTOY_4 63 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define PANEL_NCH_1 64 /* control type: numeric, callback function: (none) */
#define PANEL_CONNECT 65 /* control type: textButton, callback function: StartCB */
#define PANEL_AUTOY_3 66 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define PANEL_AUTOY_2 67 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define PANEL_START 68 /* control type: textButton, callback function: StartCB */
#define PANEL_ADCTYPE 69 /* control type: binary, callback function: (none) */
#define PANEL_AUTOY 70 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define PANEL_LOGY_4 71 /* control type: radioButton, callback function: SetGraphLogYCB */
#define PANEL_LOGY_3 72 /* control type: radioButton, callback function: SetGraphLogYCB */
#define PANEL_LOGY_2 73 /* control type: radioButton, callback function: SetGraphLogYCB */
#define PANEL_EXCLUDE_2 74 /* control type: radioButton, callback function: (none) */
#define PANEL_EXCLUDE_1 75 /* control type: radioButton, callback function: (none) */
#define PANEL_LOGY_1 76 /* control type: radioButton, callback function: SetGraphLogYCB */
#define PANEL_AUTOX 77 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define PANEL_HRESET 2 /* control type: command, callback function: ResetCB */
#define PANEL_EXIT 3 /* control type: command, callback function: ExitCB */
#define PANEL_TIMER 4 /* control type: timer, callback function: (none) */
#define PANEL_DAQEFF 5 /* control type: numeric, callback function: (none) */
#define PANEL_CTIME 6 /* control type: numeric, callback function: (none) */
#define PANEL_CDAQTIME 7 /* control type: numeric, callback function: (none) */
#define PANEL_CEVE 8 /* control type: numeric, callback function: (none) */
#define PANEL_OUTWAVE 9 /* control type: radioButton, callback function: (none) */
#define PANEL_GRAPH 10 /* control type: graph, callback function: (none) */
#define PANEL_MAXX_6 11 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MINX_6 12 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MAXX_5 13 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_MINX_5 14 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define PANEL_CONNECT 15 /* control type: textButton, callback function: StartCB */
#define PANEL_START 16 /* control type: textButton, callback function: StartCB */
#define PANEL_ADCTYPE 17 /* control type: binary, callback function: (none) */
#define PANEL_AUTOY 18 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define PANEL_AUTOX 19 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define PANEL_TAB 20 /* control type: tab, callback function: (none) */
#define PANEL_DECORATION 21 /* control type: deco, callback function: (none) */
#define PANEL_DECORATION_2 22 /* control type: deco, callback function: (none) */
 
/* tab page panel controls */
#define CH0_EXPORT_1 2 /* control type: command, callback function: ExportCB */
#define CH0_EXPORT_3 3 /* control type: command, callback function: ExportCB */
#define CH0_ADC1 4 /* control type: graph, callback function: (none) */
#define CH0_TDC1 5 /* control type: graph, callback function: (none) */
#define CH0_MAXX_3 6 /* control type: numeric, callback function: (none) */
#define CH0_MINX_3 7 /* control type: numeric, callback function: (none) */
#define CH0_NCH_3 8 /* control type: numeric, callback function: (none) */
#define CH0_MAXX_8 9 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define CH0_MINX_8 10 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define CH0_MAXX_7 11 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define CH0_MINX_7 12 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define CH0_MAXX_1 13 /* control type: numeric, callback function: (none) */
#define CH0_MINX_1 14 /* control type: numeric, callback function: (none) */
#define CH0_NCH_1 15 /* control type: numeric, callback function: (none) */
#define CH0_AUTOY_3 16 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define CH0_AUTOY_2 17 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define CH0_LOGY_2 18 /* control type: radioButton, callback function: SetGraphLogYCB */
#define CH0_EXCLUDE_1 19 /* control type: radioButton, callback function: (none) */
#define CH0_LOGY_1 20 /* control type: radioButton, callback function: SetGraphLogYCB */
 
/* tab page panel controls */
#define CH1_EXPORT_4 2 /* control type: command, callback function: ExportCB */
#define CH1_ADC2 3 /* control type: graph, callback function: (none) */
#define CH1_EXPORT_2 4 /* control type: command, callback function: ExportCB */
#define CH1_MAXX_2 5 /* control type: numeric, callback function: (none) */
#define CH1_MINX_2 6 /* control type: numeric, callback function: (none) */
#define CH1_NCH_2 7 /* control type: numeric, callback function: (none) */
#define CH1_MAXX_10 8 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define CH1_MINX_10 9 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define CH1_AUTOY_5 10 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define CH1_LOGY_4 11 /* control type: radioButton, callback function: SetGraphLogYCB */
#define CH1_TDC2 12 /* control type: graph, callback function: (none) */
#define CH1_MAXX_4 13 /* control type: numeric, callback function: (none) */
#define CH1_MINX_4 14 /* control type: numeric, callback function: (none) */
#define CH1_NCH_4 15 /* control type: numeric, callback function: (none) */
#define CH1_MAXX_9 16 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define CH1_MINX_9 17 /* control type: numeric, callback function: SetGraphPropertiesCB */
#define CH1_AUTOY_4 18 /* control type: radioButton, callback function: SetGraphPropertiesCB */
#define CH1_LOGY_3 19 /* control type: radioButton, callback function: SetGraphLogYCB */
#define CH1_EXCLUDE_2 20 /* control type: radioButton, callback function: (none) */
 
/* tab page panel controls */
#define OUTPUT_STDIO 2 /* control type: textBox, callback function: (none) */
 
/* tab page panel controls */
#define SETTINGS_PFREQ 2 /* control type: numeric, callback function: (none) */
#define SETTINGS_TWIN1 3 /* control type: numeric, callback function: (none) */
#define SETTINGS_IP 4 /* control type: string, callback function: (none) */
#define SETTINGS_NEVE 5 /* control type: numeric, callback function: (none) */
#define SETTINGS_NTOTAL 6 /* control type: numeric, callback function: (none) */
#define SETTINGS_FILETYPE 7 /* control type: ring, callback function: (none) */
#define SETTINGS_EXPORTNAME 8 /* control type: string, callback function: (none) */
#define SETTINGS_CH1 9 /* control type: radioButton, callback function: (none) */
#define SETTINGS_NBEFORE 10 /* control type: numeric, callback function: (none) */
#define SETTINGS_CH0 11 /* control type: radioButton, callback function: (none) */
#define SETTINGS_TEXTMSG 12 /* control type: textMsg, callback function: (none) */
#define SETTINGS_FILENAME 13 /* control type: string, callback function: (none) */
#define SETTINGS_TWIN0 14 /* control type: numeric, callback function: (none) */
#define SETTINGS_SAMPLES 15 /* control type: numeric, callback function: (none) */
#define SETTINGS_DECIMATION 16 /* control type: ring, callback function: (none) */
#define SETTINGS_ITRGLEVEL 17 /* control type: numeric, callback function: (none) */
#define SETTINGS_TRIGGER 18 /* control type: ring, callback function: (none) */
#define SETTINGS_TRGLEVEL 19 /* control type: numeric, callback function: (none) */
#define SETTINGS_DEBUG 20 /* control type: radioButton, callback function: (none) */
#define SETTINGS_ENABLEDOUTPUT 21 /* control type: radioButton, callback function: (none) */
 
 
/* Control Arrays: */
 
/* (no control arrays in the resource file) */