diff FXAnalyse.h @ 22:b7b3b5f1c5a6

Remove unused widgets from N1 measurement panel. Harmonize widgets names
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Thu, 19 Jul 2012 20:01:40 +0200
parents 9cadd12e7722
children 419db63a9949
line wrap: on
line diff
--- a/FXAnalyse.h	Thu Jul 19 19:42:48 2012 +0200
+++ b/FXAnalyse.h	Thu Jul 19 20:01:40 2012 +0200
@@ -17,45 +17,34 @@
 #define  CALC3                            1
 
 #define  CALCN1                           2
-#define  CALCN1_TARGET_2                  2       /* control type: numeric, callback function: (none) */
-#define  CALCN1_COMMANDBUTTON_3           3       /* control type: command, callback function: (none) */
-#define  CALCN1_COMMANDBUTTON_4           4       /* control type: command, callback function: (none) */
-#define  CALCN1_NUMERIC_4                 5       /* control type: numeric, callback function: (none) */
-#define  CALCN1_NUMERIC_5                 6       /* control type: numeric, callback function: (none) */
-#define  CALCN1_N_1                       7       /* control type: numeric, callback function: (none) */
-#define  CALCN1_NUMERIC_6                 8       /* control type: numeric, callback function: (none) */
-#define  CALCN1_ACCEPTN                   9       /* control type: command, callback function: CB_OnAcceptN */
-#define  CALCN1_CHECKBOX_2                10      /* control type: radioButton, callback function: (none) */
-#define  CALCN1_TEXTMSG_2                 11      /* control type: textMsg, callback function: (none) */
-#define  CALCN1_SLOPE                     12      /* control type: numeric, callback function: (none) */
-#define  CALCN1_TEXTMSG_8                 13      /* control type: textMsg, callback function: (none) */
-#define  CALCN1_DELTAFREQ                 14      /* control type: numeric, callback function: CB_OnDeltaFreq */
-#define  CALCN1_SLOPETIME                 15      /* control type: numeric, callback function: CB_OnSlopeTime */
-#define  CALCN1_INTEGRATIONTIME           16      /* control type: numeric, callback function: CB_OnIntegrationTime */
-#define  CALCN1_COMMANDBUTTON_2           17      /* control type: command, callback function: CB_OnNStop */
-#define  CALCN1_COMMANDBUTTON             18      /* control type: command, callback function: CB_OnStartNCalculus */
+#define  CALCN1_N                         2       /* control type: numeric, callback function: (none) */
+#define  CALCN1_ACCEPTN                   3       /* control type: command, callback function: CB_OnAcceptN */
+#define  CALCN1_SLOPE                     4       /* control type: numeric, callback function: (none) */
+#define  CALCN1_DELTAFREQ                 5       /* control type: numeric, callback function: CB_OnDeltaFreq */
+#define  CALCN1_SLOPETIME                 6       /* control type: numeric, callback function: CB_OnSlopeTime */
+#define  CALCN1_INTEGRATIONTIME           7       /* control type: numeric, callback function: CB_OnIntegrationTime */
+#define  CALCN1_STOP                      8       /* control type: command, callback function: CB_OnNStop */
+#define  CALCN1_START                     9       /* control type: command, callback function: CB_OnStartNCalculus */
 
 #define  CALCN2                           3
 #define  CALCN2_SLOPE                     2       /* control type: numeric, callback function: (none) */
-#define  CALCN2_TEXTMSG_8                 3       /* control type: textMsg, callback function: (none) */
-#define  CALCN2_DELTAFREQ                 4       /* control type: numeric, callback function: CB_OnDeltaFreq */
-#define  CALCN2_INTEGRATIONTIME           5       /* control type: numeric, callback function: CB_OnIntegrationTime */
-#define  CALCN2_N_2                       6       /* control type: numeric, callback function: (none) */
-#define  CALCN2_STOP2                     7       /* control type: command, callback function: CB_OnNStop */
-#define  CALCN2_COMMANDBUTTON             8       /* control type: command, callback function: CB_OnStartNCalculus */
-#define  CALCN2_ACCEPTN                   9       /* control type: command, callback function: CB_OnAcceptN */
-#define  CALCN2_SLOPETIME                 10      /* control type: numeric, callback function: CB_OnSlopeTime */
+#define  CALCN2_DELTAFREQ                 3       /* control type: numeric, callback function: CB_OnDeltaFreq */
+#define  CALCN2_INTEGRATIONTIME           4       /* control type: numeric, callback function: CB_OnIntegrationTime */
+#define  CALCN2_N                         5       /* control type: numeric, callback function: (none) */
+#define  CALCN2_STOP                      6       /* control type: command, callback function: CB_OnNStop */
+#define  CALCN2_START                     7       /* control type: command, callback function: CB_OnStartNCalculus */
+#define  CALCN2_ACCEPTN                   8       /* control type: command, callback function: CB_OnAcceptN */
+#define  CALCN2_SLOPETIME                 9       /* control type: numeric, callback function: CB_OnSlopeTime */
 
 #define  CALCN3                           4
 #define  CALCN3_SLOPE                     2       /* control type: numeric, callback function: (none) */
-#define  CALCN3_TEXTMSG_8                 3       /* control type: textMsg, callback function: (none) */
-#define  CALCN3_DELTAFREQ                 4       /* control type: numeric, callback function: CB_OnDeltaFreq */
-#define  CALCN3_INTEGRATIONTIME           5       /* control type: numeric, callback function: CB_OnIntegrationTime */
-#define  CALCN3_N_3                       6       /* control type: numeric, callback function: (none) */
-#define  CALCN3_STOP2                     7       /* control type: command, callback function: CB_OnNStop */
-#define  CALCN3_COMMANDBUTTON             8       /* control type: command, callback function: CB_OnStartNCalculus */
-#define  CALCN3_ACCEPTN                   9       /* control type: command, callback function: CB_OnAcceptN */
-#define  CALCN3_SLOPETIME                 10      /* control type: numeric, callback function: CB_OnSlopeTime */
+#define  CALCN3_DELTAFREQ                 3       /* control type: numeric, callback function: CB_OnDeltaFreq */
+#define  CALCN3_INTEGRATIONTIME           4       /* control type: numeric, callback function: CB_OnIntegrationTime */
+#define  CALCN3_N                         5       /* control type: numeric, callback function: (none) */
+#define  CALCN3_STOP                      6       /* control type: command, callback function: CB_OnNStop */
+#define  CALCN3_START                     7       /* control type: command, callback function: CB_OnStartNCalculus */
+#define  CALCN3_ACCEPTN                   8       /* control type: command, callback function: CB_OnAcceptN */
+#define  CALCN3_SLOPETIME                 9       /* control type: numeric, callback function: CB_OnSlopeTime */
 
 #define  ESTIMATEN3                       5
 #define  ESTIMATEN3_N                     2       /* control type: numeric, callback function: (none) */