Mercurial > hg > fxanalyse
diff 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 |
line wrap: on
line diff
--- a/FXAnalyse.h Wed Oct 17 17:40:40 2012 +0200 +++ b/FXAnalyse.h Thu Oct 18 12:24:19 2012 +0200 @@ -92,7 +92,7 @@ #define PANEL_DDS3STEP 38 /* control type: ring, callback function: CB_ChangeDDSStep */ #define PANEL_DDS2STEP 39 /* control type: ring, callback function: CB_ChangeDDSStep */ #define PANEL_CENTERFREQUENCY 40 /* control type: numeric, callback function: (none) */ -#define PANEL_SLOPETOCANCEL 41 /* control type: numeric, callback function: CB_SetSlope */ +#define PANEL_SLOPE_APPLIED 41 /* control type: numeric, callback function: CB_SetSlope */ #define PANEL_MATH4 42 /* control type: numeric, callback function: (none) */ #define PANEL_MATH5 43 /* control type: numeric, callback function: (none) */ #define PANEL_MATH3 44 /* control type: numeric, callback function: (none) */ @@ -173,6 +173,7 @@ #define PANEL_ESTIMATE_N3 119 /* control type: command, callback function: CB_OnEstimateN */ #define PANEL_INVERT_SLOPE_SIGN 120 /* control type: radioButton, callback function: CB_InvertSlopeSign */ #define PANEL_MEASURE_SLOPE 121 /* control type: LED, callback function: CB_MeasureSlope */ +#define PANEL_SLOPE_MEASURED 122 /* control type: numeric, callback function: (none) */ /* Menu Bars, Menus, and Menu Items: */