comparison FXAnalyse.h @ 60:cd7b5903f168

Display measured slope
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Thu, 18 Oct 2012 12:24:19 +0200
parents 6e73fb3d94fa
children 6aae1ebf397f
comparison
equal deleted inserted replaced
59:d0aa333e6451 60:cd7b5903f168
90 #define PANEL_N2CALCULUS 36 /* control type: command, callback function: CB_OnNCalculus */ 90 #define PANEL_N2CALCULUS 36 /* control type: command, callback function: CB_OnNCalculus */
91 #define PANEL_DDS4STEP 37 /* control type: ring, callback function: CB_ChangeDDSStep */ 91 #define PANEL_DDS4STEP 37 /* control type: ring, callback function: CB_ChangeDDSStep */
92 #define PANEL_DDS3STEP 38 /* control type: ring, callback function: CB_ChangeDDSStep */ 92 #define PANEL_DDS3STEP 38 /* control type: ring, callback function: CB_ChangeDDSStep */
93 #define PANEL_DDS2STEP 39 /* control type: ring, callback function: CB_ChangeDDSStep */ 93 #define PANEL_DDS2STEP 39 /* control type: ring, callback function: CB_ChangeDDSStep */
94 #define PANEL_CENTERFREQUENCY 40 /* control type: numeric, callback function: (none) */ 94 #define PANEL_CENTERFREQUENCY 40 /* control type: numeric, callback function: (none) */
95 #define PANEL_SLOPETOCANCEL 41 /* control type: numeric, callback function: CB_SetSlope */ 95 #define PANEL_SLOPE_APPLIED 41 /* control type: numeric, callback function: CB_SetSlope */
96 #define PANEL_MATH4 42 /* control type: numeric, callback function: (none) */ 96 #define PANEL_MATH4 42 /* control type: numeric, callback function: (none) */
97 #define PANEL_MATH5 43 /* control type: numeric, callback function: (none) */ 97 #define PANEL_MATH5 43 /* control type: numeric, callback function: (none) */
98 #define PANEL_MATH3 44 /* control type: numeric, callback function: (none) */ 98 #define PANEL_MATH3 44 /* control type: numeric, callback function: (none) */
99 #define PANEL_CHECKBOX_MATH5PLOT 45 /* control type: radioButton, callback function: CB_OnFreqPlot */ 99 #define PANEL_CHECKBOX_MATH5PLOT 45 /* control type: radioButton, callback function: CB_OnFreqPlot */
100 #define PANEL_CHECKBOX_MATH4PLOT 46 /* control type: radioButton, callback function: CB_OnFreqPlot */ 100 #define PANEL_CHECKBOX_MATH4PLOT 46 /* control type: radioButton, callback function: CB_OnFreqPlot */
171 #define PANEL_CHECKBOX_KEEP 117 /* control type: radioButton, callback function: CB_OnCROX */ 171 #define PANEL_CHECKBOX_KEEP 117 /* control type: radioButton, callback function: CB_OnCROX */
172 #define PANEL_SLOPE_REFERENCE 118 /* control type: ring, callback function: CB_OnSlopeReference */ 172 #define PANEL_SLOPE_REFERENCE 118 /* control type: ring, callback function: CB_OnSlopeReference */
173 #define PANEL_ESTIMATE_N3 119 /* control type: command, callback function: CB_OnEstimateN */ 173 #define PANEL_ESTIMATE_N3 119 /* control type: command, callback function: CB_OnEstimateN */
174 #define PANEL_INVERT_SLOPE_SIGN 120 /* control type: radioButton, callback function: CB_InvertSlopeSign */ 174 #define PANEL_INVERT_SLOPE_SIGN 120 /* control type: radioButton, callback function: CB_InvertSlopeSign */
175 #define PANEL_MEASURE_SLOPE 121 /* control type: LED, callback function: CB_MeasureSlope */ 175 #define PANEL_MEASURE_SLOPE 121 /* control type: LED, callback function: CB_MeasureSlope */
176 #define PANEL_SLOPE_MEASURED 122 /* control type: numeric, callback function: (none) */
176 177
177 178
178 /* Menu Bars, Menus, and Menu Items: */ 179 /* Menu Bars, Menus, and Menu Items: */
179 180
180 /* (no menu bars in the resource file) */ 181 /* (no menu bars in the resource file) */