comparison 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
comparison
equal deleted inserted replaced
21:381da7b34cd8 22:b7b3b5f1c5a6
15 /* Panels and Controls: */ 15 /* Panels and Controls: */
16 16
17 #define CALC3 1 17 #define CALC3 1
18 18
19 #define CALCN1 2 19 #define CALCN1 2
20 #define CALCN1_TARGET_2 2 /* control type: numeric, callback function: (none) */ 20 #define CALCN1_N 2 /* control type: numeric, callback function: (none) */
21 #define CALCN1_COMMANDBUTTON_3 3 /* control type: command, callback function: (none) */ 21 #define CALCN1_ACCEPTN 3 /* control type: command, callback function: CB_OnAcceptN */
22 #define CALCN1_COMMANDBUTTON_4 4 /* control type: command, callback function: (none) */ 22 #define CALCN1_SLOPE 4 /* control type: numeric, callback function: (none) */
23 #define CALCN1_NUMERIC_4 5 /* control type: numeric, callback function: (none) */ 23 #define CALCN1_DELTAFREQ 5 /* control type: numeric, callback function: CB_OnDeltaFreq */
24 #define CALCN1_NUMERIC_5 6 /* control type: numeric, callback function: (none) */ 24 #define CALCN1_SLOPETIME 6 /* control type: numeric, callback function: CB_OnSlopeTime */
25 #define CALCN1_N_1 7 /* control type: numeric, callback function: (none) */ 25 #define CALCN1_INTEGRATIONTIME 7 /* control type: numeric, callback function: CB_OnIntegrationTime */
26 #define CALCN1_NUMERIC_6 8 /* control type: numeric, callback function: (none) */ 26 #define CALCN1_STOP 8 /* control type: command, callback function: CB_OnNStop */
27 #define CALCN1_ACCEPTN 9 /* control type: command, callback function: CB_OnAcceptN */ 27 #define CALCN1_START 9 /* control type: command, callback function: CB_OnStartNCalculus */
28 #define CALCN1_CHECKBOX_2 10 /* control type: radioButton, callback function: (none) */
29 #define CALCN1_TEXTMSG_2 11 /* control type: textMsg, callback function: (none) */
30 #define CALCN1_SLOPE 12 /* control type: numeric, callback function: (none) */
31 #define CALCN1_TEXTMSG_8 13 /* control type: textMsg, callback function: (none) */
32 #define CALCN1_DELTAFREQ 14 /* control type: numeric, callback function: CB_OnDeltaFreq */
33 #define CALCN1_SLOPETIME 15 /* control type: numeric, callback function: CB_OnSlopeTime */
34 #define CALCN1_INTEGRATIONTIME 16 /* control type: numeric, callback function: CB_OnIntegrationTime */
35 #define CALCN1_COMMANDBUTTON_2 17 /* control type: command, callback function: CB_OnNStop */
36 #define CALCN1_COMMANDBUTTON 18 /* control type: command, callback function: CB_OnStartNCalculus */
37 28
38 #define CALCN2 3 29 #define CALCN2 3
39 #define CALCN2_SLOPE 2 /* control type: numeric, callback function: (none) */ 30 #define CALCN2_SLOPE 2 /* control type: numeric, callback function: (none) */
40 #define CALCN2_TEXTMSG_8 3 /* control type: textMsg, callback function: (none) */ 31 #define CALCN2_DELTAFREQ 3 /* control type: numeric, callback function: CB_OnDeltaFreq */
41 #define CALCN2_DELTAFREQ 4 /* control type: numeric, callback function: CB_OnDeltaFreq */ 32 #define CALCN2_INTEGRATIONTIME 4 /* control type: numeric, callback function: CB_OnIntegrationTime */
42 #define CALCN2_INTEGRATIONTIME 5 /* control type: numeric, callback function: CB_OnIntegrationTime */ 33 #define CALCN2_N 5 /* control type: numeric, callback function: (none) */
43 #define CALCN2_N_2 6 /* control type: numeric, callback function: (none) */ 34 #define CALCN2_STOP 6 /* control type: command, callback function: CB_OnNStop */
44 #define CALCN2_STOP2 7 /* control type: command, callback function: CB_OnNStop */ 35 #define CALCN2_START 7 /* control type: command, callback function: CB_OnStartNCalculus */
45 #define CALCN2_COMMANDBUTTON 8 /* control type: command, callback function: CB_OnStartNCalculus */ 36 #define CALCN2_ACCEPTN 8 /* control type: command, callback function: CB_OnAcceptN */
46 #define CALCN2_ACCEPTN 9 /* control type: command, callback function: CB_OnAcceptN */ 37 #define CALCN2_SLOPETIME 9 /* control type: numeric, callback function: CB_OnSlopeTime */
47 #define CALCN2_SLOPETIME 10 /* control type: numeric, callback function: CB_OnSlopeTime */
48 38
49 #define CALCN3 4 39 #define CALCN3 4
50 #define CALCN3_SLOPE 2 /* control type: numeric, callback function: (none) */ 40 #define CALCN3_SLOPE 2 /* control type: numeric, callback function: (none) */
51 #define CALCN3_TEXTMSG_8 3 /* control type: textMsg, callback function: (none) */ 41 #define CALCN3_DELTAFREQ 3 /* control type: numeric, callback function: CB_OnDeltaFreq */
52 #define CALCN3_DELTAFREQ 4 /* control type: numeric, callback function: CB_OnDeltaFreq */ 42 #define CALCN3_INTEGRATIONTIME 4 /* control type: numeric, callback function: CB_OnIntegrationTime */
53 #define CALCN3_INTEGRATIONTIME 5 /* control type: numeric, callback function: CB_OnIntegrationTime */ 43 #define CALCN3_N 5 /* control type: numeric, callback function: (none) */
54 #define CALCN3_N_3 6 /* control type: numeric, callback function: (none) */ 44 #define CALCN3_STOP 6 /* control type: command, callback function: CB_OnNStop */
55 #define CALCN3_STOP2 7 /* control type: command, callback function: CB_OnNStop */ 45 #define CALCN3_START 7 /* control type: command, callback function: CB_OnStartNCalculus */
56 #define CALCN3_COMMANDBUTTON 8 /* control type: command, callback function: CB_OnStartNCalculus */ 46 #define CALCN3_ACCEPTN 8 /* control type: command, callback function: CB_OnAcceptN */
57 #define CALCN3_ACCEPTN 9 /* control type: command, callback function: CB_OnAcceptN */ 47 #define CALCN3_SLOPETIME 9 /* control type: numeric, callback function: CB_OnSlopeTime */
58 #define CALCN3_SLOPETIME 10 /* control type: numeric, callback function: CB_OnSlopeTime */
59 48
60 #define ESTIMATEN3 5 49 #define ESTIMATEN3 5
61 #define ESTIMATEN3_N 2 /* control type: numeric, callback function: (none) */ 50 #define ESTIMATEN3_N 2 /* control type: numeric, callback function: (none) */
62 #define ESTIMATEN3_ESTIMATE 3 /* control type: command, callback function: CB_OnNEstimate */ 51 #define ESTIMATEN3_ESTIMATE 3 /* control type: command, callback function: CB_OnNEstimate */
63 #define ESTIMATEN3_FREP 4 /* control type: numeric, callback function: (none) */ 52 #define ESTIMATEN3_FREP 4 /* control type: numeric, callback function: (none) */