diff FXAnalyse.h @ 142:fd085d61e4ca

Rework data logging
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Wed, 22 Jan 2014 14:45:23 +0100
parents e04123ab79ef
children be87c8e78266
line wrap: on
line diff
--- a/FXAnalyse.h	Wed Jan 22 14:45:22 2014 +0100
+++ b/FXAnalyse.h	Wed Jan 22 14:45:23 2014 +0100
@@ -79,14 +79,14 @@
 #define  PANEL_TEXTMSG_15                 42      /* control type: textMsg, callback function: (none) */
 #define  PANEL_ADEV_Math5                 43      /* control type: radioButton, callback function: CB_OnAllanPlot */
 #define  PANEL_PLOT_Math3                 44      /* control type: radioButton, callback function: CB_OnFreqPlot */
-#define  PANEL_CHECKBOX_MATH5SAVE         45      /* control type: radioButton, callback function: (none) */
+#define  PANEL_SAVE_EXTRA                 45      /* control type: radioButton, callback function: (none) */
 #define  PANEL_SR_LOGGER                  46      /* control type: radioButton, callback function: (none) */
-#define  PANEL_CHECKBOX_MATH4SAVE         47      /* control type: radioButton, callback function: (none) */
+#define  PANEL_SAVE_SR                    47      /* control type: radioButton, callback function: (none) */
 #define  PANEL_ADEV_Math3                 48      /* control type: radioButton, callback function: CB_OnAllanPlot */
 #define  PANEL_MATHSTRING4                49      /* control type: string, callback function: CB_ChangeMath */
 #define  PANEL_PLOT_Math2                 50      /* control type: radioButton, callback function: CB_OnFreqPlot */
-#define  PANEL_CHECKBOX_MATH3SAVE         51      /* control type: radioButton, callback function: (none) */
-#define  PANEL_CHECKBOX_MATH2SAVE         52      /* control type: radioButton, callback function: (none) */
+#define  PANEL_SAVE_HG                    51      /* control type: radioButton, callback function: (none) */
+#define  PANEL_SAVE_LO                    52      /* control type: radioButton, callback function: (none) */
 #define  PANEL_ADEV_Math2                 53      /* control type: radioButton, callback function: CB_OnAllanPlot */
 #define  PANEL_MATHSTRING3                54      /* control type: string, callback function: CB_ChangeMath */
 #define  PANEL_MATHSTRING1                55      /* control type: string, callback function: CB_ChangeMath */
@@ -125,10 +125,10 @@
 #define  PANEL_MEASURE_SLOPE              88      /* control type: LED, callback function: CB_MeasureSlope */
 #define  PANEL_SLOPE_MEASURED             89      /* control type: numeric, callback function: (none) */
 #define  PANEL_RESET_DEDRIFT_DDS          90      /* control type: command, callback function: CB_ResetDedriftDDS */
-#define  PANEL_SAVE_RAW_DATA              91      /* control type: radioButton, callback function: (none) */
+#define  PANEL_SAVE_RAW                   91      /* control type: radioButton, callback function: (none) */
 #define  PANEL_SHOWLOG                    92      /* control type: radioButton, callback function: CB_ShowLog */
 #define  PANEL_SLOPEX2                    93      /* control type: radioButton, callback function: CB_SlopeX2 */
-#define  PANEL_SAVE_DDS_FREQS             94      /* control type: radioButton, callback function: (none) */
+#define  PANEL_SAVE_DDS                   94      /* control type: radioButton, callback function: (none) */
 #define  PANEL_DECORATION_2               95      /* control type: deco, callback function: (none) */
 #define  PANEL_DECORATION_8               96      /* control type: deco, callback function: (none) */
 #define  PANEL_DECORATION                 97      /* control type: deco, callback function: (none) */