Mercurial > hg > fxanalyse
comparison FXAnalyse.h @ 134:bd28161e5ac2
Major code cleanup
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Wed, 22 Jan 2014 12:29:28 +0100 |
parents | 7540703b8473 |
children | e04123ab79ef |
comparison
equal
deleted
inserted
replaced
133:7540703b8473 | 134:bd28161e5ac2 |
---|---|
41 #define PANEL_STOPBUTTON 4 /* control type: command, callback function: CB_OnStop */ | 41 #define PANEL_STOPBUTTON 4 /* control type: command, callback function: CB_OnStop */ |
42 #define PANEL_CH4 5 /* control type: numeric, callback function: (none) */ | 42 #define PANEL_CH4 5 /* control type: numeric, callback function: (none) */ |
43 #define PANEL_CH3 6 /* control type: numeric, callback function: (none) */ | 43 #define PANEL_CH3 6 /* control type: numeric, callback function: (none) */ |
44 #define PANEL_CH2 7 /* control type: numeric, callback function: (none) */ | 44 #define PANEL_CH2 7 /* control type: numeric, callback function: (none) */ |
45 #define PANEL_CH1 8 /* control type: numeric, callback function: (none) */ | 45 #define PANEL_CH1 8 /* control type: numeric, callback function: (none) */ |
46 #define PANEL_CHECKBOX_MATH1ALLAN 9 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 46 #define PANEL_ADEV_Math1 9 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
47 #define PANEL_CHECKBOX_FREQ4ALLAN 10 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 47 #define PANEL_ADEV_Ch4 10 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
48 #define PANEL_CHECKBOX_FREQ3ALLAN 11 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 48 #define PANEL_ADEV_Ch3 11 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
49 #define PANEL_CHECKBOX_FREQ4PLOT 12 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 49 #define PANEL_PLOT_Ch4 12 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
50 #define PANEL_CHECKBOX_FREQ2ALLAN 13 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 50 #define PANEL_ADEV_Ch2 13 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
51 #define PANEL_CHECKBOX_FREQ3PLOT 14 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 51 #define PANEL_PLOT_Ch3 14 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
52 #define PANEL_CHECKBOX_CORRFREQU 15 /* control type: radioButton, callback function: CB_OnCROX */ | 52 #define PANEL_CHECKBOX_CORRFREQU 15 /* control type: radioButton, callback function: CB_OnCROX */ |
53 #define PANEL_CHECKBOX_FREQ1ALLAN 16 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 53 #define PANEL_ADEV_Ch1 16 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
54 #define PANEL_CHECKBOX_FREQ2PLOT 17 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 54 #define PANEL_PLOT_Ch2 17 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
55 #define PANEL_CHECKBOX_MATH1PLOT 18 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 55 #define PANEL_PLOT_Math1 18 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
56 #define PANEL_CHECKBOX_FREQ1PLOT 19 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 56 #define PANEL_PLOT_Ch1 19 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
57 #define PANEL_DDS2 20 /* control type: numeric, callback function: CB_ChangeDDSOut */ | 57 #define PANEL_DDS2 20 /* control type: numeric, callback function: CB_ChangeDDSOut */ |
58 #define PANEL_TEXTMSG 21 /* control type: textMsg, callback function: (none) */ | 58 #define PANEL_TEXTMSG 21 /* control type: textMsg, callback function: (none) */ |
59 #define PANEL_TEXTMSG_2 22 /* control type: textMsg, callback function: (none) */ | 59 #define PANEL_TEXTMSG_2 22 /* control type: textMsg, callback function: (none) */ |
60 #define PANEL_RECENTER_INTERVAL 23 /* control type: numeric, callback function: CB_ChangeSlopeTime */ | 60 #define PANEL_RECENTER_INTERVAL 23 /* control type: numeric, callback function: CB_ChangeSlopeTime */ |
61 #define PANEL_SLOPETIME 24 /* control type: numeric, callback function: CB_ChangeSlopeTime */ | 61 #define PANEL_SLOPETIME 24 /* control type: numeric, callback function: CB_ChangeSlopeTime */ |
70 #define PANEL_DDS4STEP 33 /* control type: ring, callback function: CB_ChangeDDSStep */ | 70 #define PANEL_DDS4STEP 33 /* control type: ring, callback function: CB_ChangeDDSStep */ |
71 #define PANEL_DDS3STEP 34 /* control type: ring, callback function: CB_ChangeDDSStep */ | 71 #define PANEL_DDS3STEP 34 /* control type: ring, callback function: CB_ChangeDDSStep */ |
72 #define PANEL_DDS2STEP 35 /* control type: ring, callback function: CB_ChangeDDSStep */ | 72 #define PANEL_DDS2STEP 35 /* control type: ring, callback function: CB_ChangeDDSStep */ |
73 #define PANEL_CENTERFREQUENCY 36 /* control type: numeric, callback function: (none) */ | 73 #define PANEL_CENTERFREQUENCY 36 /* control type: numeric, callback function: (none) */ |
74 #define PANEL_SLOPE_APPLIED 37 /* control type: numeric, callback function: CB_SetSlope */ | 74 #define PANEL_SLOPE_APPLIED 37 /* control type: numeric, callback function: CB_SetSlope */ |
75 #define PANEL_CHECKBOX_MATH5PLOT 38 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 75 #define PANEL_PLOT_Math5 38 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
76 #define PANEL_CHECKBOX_MATH4PLOT 39 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 76 #define PANEL_PLOT_Math4 39 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
77 #define PANEL_CHECKBOX_MATH4ALLAN 40 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 77 #define PANEL_ADEV_Math4 40 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
78 #define PANEL_DDS1STEP 41 /* control type: ring, callback function: CB_ChangeDDSStep */ | 78 #define PANEL_DDS1STEP 41 /* control type: ring, callback function: CB_ChangeDDSStep */ |
79 #define PANEL_TEXTMSG_15 42 /* control type: textMsg, callback function: (none) */ | 79 #define PANEL_TEXTMSG_15 42 /* control type: textMsg, callback function: (none) */ |
80 #define PANEL_CHECKBOX_MATH5ALLAN 43 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 80 #define PANEL_ADEV_Math5 43 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
81 #define PANEL_CHECKBOX_MATH3PLOT 44 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 81 #define PANEL_PLOT_Math3 44 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
82 #define PANEL_CHECKBOX_MATH5SAVE 45 /* control type: radioButton, callback function: (none) */ | 82 #define PANEL_CHECKBOX_MATH5SAVE 45 /* control type: radioButton, callback function: (none) */ |
83 #define PANEL_SR_LOGGER 46 /* control type: radioButton, callback function: (none) */ | 83 #define PANEL_SR_LOGGER 46 /* control type: radioButton, callback function: (none) */ |
84 #define PANEL_CHECKBOX_MATH4SAVE 47 /* control type: radioButton, callback function: (none) */ | 84 #define PANEL_CHECKBOX_MATH4SAVE 47 /* control type: radioButton, callback function: (none) */ |
85 #define PANEL_CHECKBOX_MATH3ALLAN 48 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 85 #define PANEL_ADEV_Math3 48 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
86 #define PANEL_MATHSTRING4 49 /* control type: string, callback function: CB_ChangeMath */ | 86 #define PANEL_MATHSTRING4 49 /* control type: string, callback function: CB_ChangeMath */ |
87 #define PANEL_CHECKBOX_MATH2PLOT 50 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 87 #define PANEL_PLOT_Math2 50 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
88 #define PANEL_CHECKBOX_MATH3SAVE 51 /* control type: radioButton, callback function: (none) */ | 88 #define PANEL_CHECKBOX_MATH3SAVE 51 /* control type: radioButton, callback function: (none) */ |
89 #define PANEL_CHECKBOX_MATH2SAVE 52 /* control type: radioButton, callback function: (none) */ | 89 #define PANEL_CHECKBOX_MATH2SAVE 52 /* control type: radioButton, callback function: (none) */ |
90 #define PANEL_CHECKBOX_MATH2ALLAN 53 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 90 #define PANEL_ADEV_Math2 53 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
91 #define PANEL_MATHSTRING3 54 /* control type: string, callback function: CB_ChangeMath */ | 91 #define PANEL_MATHSTRING3 54 /* control type: string, callback function: CB_ChangeMath */ |
92 #define PANEL_MATHSTRING1 55 /* control type: string, callback function: CB_ChangeMath */ | 92 #define PANEL_MATHSTRING1 55 /* control type: string, callback function: CB_ChangeMath */ |
93 #define PANEL_MATHSTRING2 56 /* control type: string, callback function: CB_ChangeMath */ | 93 #define PANEL_MATHSTRING2 56 /* control type: string, callback function: CB_ChangeMath */ |
94 #define PANEL_TEXTMSG_16 57 /* control type: textMsg, callback function: (none) */ | 94 #define PANEL_TEXTMSG_16 57 /* control type: textMsg, callback function: (none) */ |
95 #define PANEL_MINUS10KDDS1 58 /* control type: command, callback function: CB_OnMinus10k */ | 95 #define PANEL_MINUS10KDDS1 58 /* control type: command, callback function: CB_OnMinus10k */ |