comparison FXAnalyse.h @ 17:9cadd12e7722

Implement N3 measurement. Large code cleanup.
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Wed, 18 Jul 2012 18:48:36 +0200
parents bd7501b65f56
children b7b3b5f1c5a6
comparison
equal deleted inserted replaced
16:9d57d1fcbcd5 17:9cadd12e7722
22 #define CALCN1_COMMANDBUTTON_4 4 /* control type: command, callback function: (none) */ 22 #define CALCN1_COMMANDBUTTON_4 4 /* control type: command, callback function: (none) */
23 #define CALCN1_NUMERIC_4 5 /* control type: numeric, callback function: (none) */ 23 #define CALCN1_NUMERIC_4 5 /* control type: numeric, callback function: (none) */
24 #define CALCN1_NUMERIC_5 6 /* control type: numeric, callback function: (none) */ 24 #define CALCN1_NUMERIC_5 6 /* control type: numeric, callback function: (none) */
25 #define CALCN1_N_1 7 /* control type: numeric, callback function: (none) */ 25 #define CALCN1_N_1 7 /* control type: numeric, callback function: (none) */
26 #define CALCN1_NUMERIC_6 8 /* control type: numeric, callback function: (none) */ 26 #define CALCN1_NUMERIC_6 8 /* control type: numeric, callback function: (none) */
27 #define CALCN1_ACCEPTN1 9 /* control type: command, callback function: OnAcceptN */ 27 #define CALCN1_ACCEPTN 9 /* control type: command, callback function: CB_OnAcceptN */
28 #define CALCN1_CHECKBOX_2 10 /* control type: radioButton, callback function: (none) */ 28 #define CALCN1_CHECKBOX_2 10 /* control type: radioButton, callback function: (none) */
29 #define CALCN1_TEXTMSG_2 11 /* control type: textMsg, 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) */ 30 #define CALCN1_SLOPE 12 /* control type: numeric, callback function: (none) */
31 #define CALCN1_TEXTMSG_8 13 /* control type: textMsg, 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 */ 32 #define CALCN1_DELTAFREQ 14 /* control type: numeric, callback function: CB_OnDeltaFreq */
41 #define CALCN2_DELTAFREQ 4 /* control type: numeric, callback function: CB_OnDeltaFreq */ 41 #define CALCN2_DELTAFREQ 4 /* control type: numeric, callback function: CB_OnDeltaFreq */
42 #define CALCN2_INTEGRATIONTIME 5 /* control type: numeric, callback function: CB_OnIntegrationTime */ 42 #define CALCN2_INTEGRATIONTIME 5 /* control type: numeric, callback function: CB_OnIntegrationTime */
43 #define CALCN2_N_2 6 /* control type: numeric, callback function: (none) */ 43 #define CALCN2_N_2 6 /* control type: numeric, callback function: (none) */
44 #define CALCN2_STOP2 7 /* control type: command, callback function: CB_OnNStop */ 44 #define CALCN2_STOP2 7 /* control type: command, callback function: CB_OnNStop */
45 #define CALCN2_COMMANDBUTTON 8 /* control type: command, callback function: CB_OnStartNCalculus */ 45 #define CALCN2_COMMANDBUTTON 8 /* control type: command, callback function: CB_OnStartNCalculus */
46 #define CALCN2_ACCEPTN1 9 /* control type: command, callback function: OnAcceptN */ 46 #define CALCN2_ACCEPTN 9 /* control type: command, callback function: CB_OnAcceptN */
47 #define CALCN2_SLOPETIME 10 /* control type: numeric, callback function: CB_OnSlopeTime */ 47 #define CALCN2_SLOPETIME 10 /* control type: numeric, callback function: CB_OnSlopeTime */
48 48
49 #define CALCN3 4 49 #define CALCN3 4
50 #define CALCN3_SLOPE 2 /* control type: numeric, callback function: (none) */ 50 #define CALCN3_SLOPE 2 /* control type: numeric, callback function: (none) */
51 #define CALCN3_TEXTMSG_8 3 /* control type: textMsg, callback function: (none) */ 51 #define CALCN3_TEXTMSG_8 3 /* control type: textMsg, callback function: (none) */
52 #define CALCN3_DELTAFREQ 4 /* control type: numeric, callback function: CB_OnDeltaFreq */ 52 #define CALCN3_DELTAFREQ 4 /* control type: numeric, callback function: CB_OnDeltaFreq */
53 #define CALCN3_INTEGRATIONTIME 5 /* control type: numeric, callback function: CB_OnIntegrationTime */ 53 #define CALCN3_INTEGRATIONTIME 5 /* control type: numeric, callback function: CB_OnIntegrationTime */
54 #define CALCN3_N_3 6 /* control type: numeric, callback function: (none) */ 54 #define CALCN3_N_3 6 /* control type: numeric, callback function: (none) */
55 #define CALCN3_COMMANDBUTTON_2 7 /* control type: command, callback function: CB_OnN3Stop */ 55 #define CALCN3_STOP2 7 /* control type: command, callback function: CB_OnNStop */
56 #define CALCN3_COMMANDBUTTON 8 /* control type: command, callback function: CB_OnStartN3Calculus */ 56 #define CALCN3_COMMANDBUTTON 8 /* control type: command, callback function: CB_OnStartNCalculus */
57 #define CALCN3_ACCEPTN1 9 /* control type: command, callback function: OnAcceptN */ 57 #define CALCN3_ACCEPTN 9 /* control type: command, callback function: CB_OnAcceptN */
58 58 #define CALCN3_SLOPETIME 10 /* control type: numeric, callback function: CB_OnSlopeTime */
59 #define PANEL 5 /* callback function: CB_OnEventMain */ 59
60 #define ESTIMATEN3 5
61 #define ESTIMATEN3_N 2 /* control type: numeric, callback function: (none) */
62 #define ESTIMATEN3_ESTIMATE 3 /* control type: command, callback function: CB_OnNEstimate */
63 #define ESTIMATEN3_FREP 4 /* control type: numeric, callback function: (none) */
64 #define ESTIMATEN3_SET 5 /* control type: command, callback function: CB_OnNEstimateSet */
65 #define ESTIMATEN3_CANCEL 6 /* control type: command, callback function: CB_OnNEstimateCancel */
66 #define ESTIMATEN3_WAVELENGTH 7 /* control type: numeric, callback function: (none) */
67
68 #define PANEL 6 /* callback function: CB_OnEventMain */
60 #define PANEL_QUITBUTTON 2 /* control type: command, callback function: QuitCallback */ 69 #define PANEL_QUITBUTTON 2 /* control type: command, callback function: QuitCallback */
61 #define PANEL_STARTBUTTON 3 /* control type: command, callback function: CB_OnStart */ 70 #define PANEL_STARTBUTTON 3 /* control type: command, callback function: CB_OnStart */
62 #define PANEL_STOPBUTTON 4 /* control type: command, callback function: CB_OnStop */ 71 #define PANEL_STOPBUTTON 4 /* control type: command, callback function: CB_OnStop */
63 #define PANEL_FREQ4 5 /* control type: numeric, callback function: (none) */ 72 #define PANEL_FREQ4 5 /* control type: numeric, callback function: (none) */
64 #define PANEL_FREQ3 6 /* control type: numeric, callback function: (none) */ 73 #define PANEL_FREQ3 6 /* control type: numeric, callback function: (none) */
85 #define PANEL_DDS2 27 /* control type: numeric, callback function: CB_ChangeDDSOut */ 94 #define PANEL_DDS2 27 /* control type: numeric, callback function: CB_ChangeDDSOut */
86 #define PANEL_TEXTMSG 28 /* control type: textMsg, callback function: (none) */ 95 #define PANEL_TEXTMSG 28 /* control type: textMsg, callback function: (none) */
87 #define PANEL_TEXTMSG_2 29 /* control type: textMsg, callback function: (none) */ 96 #define PANEL_TEXTMSG_2 29 /* control type: textMsg, callback function: (none) */
88 #define PANEL_SLOPETIME 30 /* control type: numeric, callback function: CB_ChangeSlopeTime */ 97 #define PANEL_SLOPETIME 30 /* control type: numeric, callback function: CB_ChangeSlopeTime */
89 #define PANEL_DDS1 31 /* control type: numeric, callback function: CB_ChangeDDSOut */ 98 #define PANEL_DDS1 31 /* control type: numeric, callback function: CB_ChangeDDSOut */
90 #define PANEL_SPLITTER_4 32 /* control type: splitter, callback function: (none) */ 99 #define PANEL_SPLITTER 32 /* control type: splitter, callback function: (none) */
91 #define PANEL_SPLITTER 33 /* control type: splitter, callback function: (none) */ 100 #define PANEL_CHANGENDIV 33 /* control type: numeric, callback function: CB_OnChangeNdiv */
92 #define PANEL_CHANGENDIV 34 /* control type: numeric, callback function: CB_OnChangeNdiv */ 101 #define PANEL_DDSFREPOUT 34 /* control type: numeric, callback function: CB_ChangeDDSOut */
93 #define PANEL_DDSFREPOUT 35 /* control type: numeric, callback function: CB_ChangeDDSOut */ 102 #define PANEL_N3CHOICE 35 /* control type: numeric, callback function: CB_ChangeN */
94 #define PANEL_N3CHOICE 36 /* control type: numeric, callback function: CB_ChangeN */ 103 #define PANEL_N3CALCULUS 36 /* control type: command, callback function: CB_OnNCalculus */
95 #define PANEL_N3CALCULUS 37 /* control type: command, callback function: CB_OnNCalculus */ 104 #define PANEL_N1CHOICE 37 /* control type: numeric, callback function: CB_ChangeN */
96 #define PANEL_N1CHOICE 38 /* control type: numeric, callback function: CB_ChangeN */ 105 #define PANEL_N2CHOICE 38 /* control type: numeric, callback function: CB_ChangeN */
97 #define PANEL_N2CHOICE 39 /* control type: numeric, callback function: CB_ChangeN */ 106 #define PANEL_N2CALCULUS 39 /* control type: command, callback function: CB_OnNCalculus */
98 #define PANEL_N2CALCULUS 40 /* control type: command, callback function: CB_OnNCalculus */ 107 #define PANEL_DDS4STEP 40 /* control type: ring, callback function: CB_ChangeDDSStep */
99 #define PANEL_TEXTMSG_14 41 /* control type: textMsg, callback function: (none) */ 108 #define PANEL_DDS3STEP 41 /* control type: ring, callback function: CB_ChangeDDSStep */
100 #define PANEL_TEXTMSG_3 42 /* control type: textMsg, callback function: (none) */ 109 #define PANEL_DDS2STEP 42 /* control type: ring, callback function: CB_ChangeDDSStep */
101 #define PANEL_TEXTMSG_4 43 /* control type: textMsg, callback function: (none) */ 110 #define PANEL_CENTERFREQUENCY 43 /* control type: numeric, callback function: (none) */
102 #define PANEL_DDS4STEP 44 /* control type: ring, callback function: CB_ChangeDDSStep */ 111 #define PANEL_SLOPETOCANCEL 44 /* control type: numeric, callback function: (none) */
103 #define PANEL_DDS3STEP 45 /* control type: ring, callback function: CB_ChangeDDSStep */ 112 #define PANEL_MATH4 45 /* control type: numeric, callback function: (none) */
104 #define PANEL_DDS2STEP 46 /* control type: ring, callback function: CB_ChangeDDSStep */ 113 #define PANEL_MATH5 46 /* control type: numeric, callback function: (none) */
105 #define PANEL_CENTERFREQUENCY 47 /* control type: numeric, callback function: (none) */ 114 #define PANEL_MATH3 47 /* control type: numeric, callback function: (none) */
106 #define PANEL_SLOPETOCANCEL 48 /* control type: numeric, callback function: (none) */ 115 #define PANEL_CHECKBOX_MATH5PLOT 48 /* control type: radioButton, callback function: CB_OnFreqPlot */
107 #define PANEL_MATH4 49 /* control type: numeric, callback function: (none) */ 116 #define PANEL_CHECKBOX_MATH4PLOT 49 /* control type: radioButton, callback function: CB_OnFreqPlot */
108 #define PANEL_MATH5 50 /* control type: numeric, callback function: (none) */ 117 #define PANEL_CHECKBOX_MATH4ALLAN 50 /* control type: radioButton, callback function: CB_OnAllanPlot */
109 #define PANEL_MATH3 51 /* control type: numeric, callback function: (none) */ 118 #define PANEL_DDS1STEP 51 /* control type: ring, callback function: CB_ChangeDDSStep */
110 #define PANEL_CHECKBOX_MATH5PLOT 52 /* control type: radioButton, callback function: CB_OnFreqPlot */ 119 #define PANEL_TEXTMSG_15 52 /* control type: textMsg, callback function: (none) */
111 #define PANEL_CHECKBOX_MATH4PLOT 53 /* control type: radioButton, callback function: CB_OnFreqPlot */ 120 #define PANEL_CHECKBOX_MATH5ALLAN 53 /* control type: radioButton, callback function: CB_OnAllanPlot */
112 #define PANEL_CHECKBOX_MATH4ALLAN 54 /* control type: radioButton, callback function: CB_OnAllanPlot */ 121 #define PANEL_CHECKBOX_MATH3PLOT 54 /* control type: radioButton, callback function: CB_OnFreqPlot */
113 #define PANEL_DDS1STEP 55 /* control type: ring, callback function: CB_ChangeDDSStep */ 122 #define PANEL_CHECKBOX_MATH5SAVE 55 /* control type: radioButton, callback function: (none) */
114 #define PANEL_TEXTMSG_15 56 /* control type: textMsg, callback function: (none) */ 123 #define PANEL_CHECKBOX_MATH3SAVE_2 56 /* control type: radioButton, callback function: CB_OnSaveSr */
115 #define PANEL_CHECKBOX_MATH5ALLAN 57 /* control type: radioButton, callback function: CB_OnAllanPlot */ 124 #define PANEL_CHECKBOX_MATH3ALLAN 57 /* control type: radioButton, callback function: CB_OnAllanPlot */
116 #define PANEL_CHECKBOX_MATH3PLOT 58 /* control type: radioButton, callback function: CB_OnFreqPlot */ 125 #define PANEL_DDSFREPSTEP 58 /* control type: ring, callback function: CB_ChangeDDSStep */
117 #define PANEL_CHECKBOX_MATH5SAVE 59 /* control type: radioButton, callback function: (none) */ 126 #define PANEL_DDSFREPAMP 59 /* control type: numeric, callback function: CB_ChangeDDSAmpli */
118 #define PANEL_CHECKBOX_MATH3SAVE_2 60 /* control type: radioButton, callback function: CB_OnSaveSr */ 127 #define PANEL_MATHSTRING4 60 /* control type: string, callback function: CB_ChangeMath */
119 #define PANEL_CHECKBOX_MATH3ALLAN 61 /* control type: radioButton, callback function: CB_OnAllanPlot */ 128 #define PANEL_TEXTMSG_17 61 /* control type: textMsg, callback function: (none) */
120 #define PANEL_DDSFREPSTEP 62 /* control type: ring, callback function: CB_ChangeDDSStep */ 129 #define PANEL_MATH2 62 /* control type: numeric, callback function: (none) */
121 #define PANEL_DDSFREPAMP 63 /* control type: numeric, callback function: CB_ChangeDDSAmpli */ 130 #define PANEL_SPLITTER_15 63 /* control type: splitter, callback function: (none) */
122 #define PANEL_MATHSTRING4 64 /* control type: string, callback function: CB_ChangeMath */ 131 #define PANEL_SPLITTER_12 64 /* control type: splitter, callback function: (none) */
123 #define PANEL_TEXTMSG_17 65 /* control type: textMsg, callback function: (none) */ 132 #define PANEL_CHECKBOX_MATH2PLOT 65 /* control type: radioButton, callback function: CB_OnFreqPlot */
124 #define PANEL_MATH2 66 /* control type: numeric, callback function: (none) */ 133 #define PANEL_CHECKBOX_MATH3SAVE 66 /* control type: radioButton, callback function: CB_OnSaveHg */
125 #define PANEL_SPLITTER_15 67 /* control type: splitter, callback function: (none) */ 134 #define PANEL_CHECKBOX_MATH2SAVE 67 /* control type: radioButton, callback function: CB_OnSaveOpt */
126 #define PANEL_SPLITTER_12 68 /* control type: splitter, callback function: (none) */ 135 #define PANEL_CHECKBOX_MATH2ALLAN 68 /* control type: radioButton, callback function: CB_OnAllanPlot */
127 #define PANEL_CHECKBOX_MATH2PLOT 69 /* control type: radioButton, callback function: CB_OnFreqPlot */ 136 #define PANEL_TEXTMSG_7 69 /* control type: textMsg, callback function: (none) */
128 #define PANEL_CHECKBOX_MATH3SAVE 70 /* control type: radioButton, callback function: CB_OnSaveHg */ 137 #define PANEL_MATHSTRING3 70 /* control type: string, callback function: CB_ChangeMath */
129 #define PANEL_CHECKBOX_MATH2SAVE 71 /* control type: radioButton, callback function: CB_OnSaveOpt */ 138 #define PANEL_MATH1 71 /* control type: numeric, callback function: (none) */
130 #define PANEL_CHECKBOX_MATH2ALLAN 72 /* control type: radioButton, callback function: CB_OnAllanPlot */ 139 #define PANEL_SPLITTER_6 72 /* control type: splitter, callback function: (none) */
131 #define PANEL_TEXTMSG_7 73 /* control type: textMsg, callback function: (none) */ 140 #define PANEL_TEXTMSG_18 73 /* control type: textMsg, callback function: (none) */
132 #define PANEL_MATHSTRING3 74 /* control type: string, callback function: CB_ChangeMath */ 141 #define PANEL_TEXTMSG_6 74 /* control type: textMsg, callback function: (none) */
133 #define PANEL_MATH1 75 /* control type: numeric, callback function: (none) */ 142 #define PANEL_TEXTMSG_8 75 /* control type: textMsg, callback function: (none) */
134 #define PANEL_SPLITTER_6 76 /* control type: splitter, callback function: (none) */ 143 #define PANEL_TEXTMSG_19 76 /* control type: textMsg, callback function: (none) */
135 #define PANEL_TEXTMSG_18 77 /* control type: textMsg, callback function: (none) */ 144 #define PANEL_MATHSTRING1 77 /* control type: string, callback function: CB_ChangeMath */
136 #define PANEL_TEXTMSG_6 78 /* control type: textMsg, callback function: (none) */ 145 #define PANEL_TEXTMSG_9 78 /* control type: textMsg, callback function: (none) */
137 #define PANEL_TEXTMSG_8 79 /* control type: textMsg, callback function: (none) */ 146 #define PANEL_TEXTMSG_10 79 /* control type: textMsg, callback function: (none) */
138 #define PANEL_TEXTMSG_19 80 /* control type: textMsg, callback function: (none) */ 147 #define PANEL_MATHSTRING2 80 /* control type: string, callback function: CB_ChangeMath */
139 #define PANEL_MATHSTRING1 81 /* control type: string, callback function: CB_ChangeMath */ 148 #define PANEL_TEXTMSG_16 81 /* control type: textMsg, callback function: (none) */
140 #define PANEL_TEXTMSG_9 82 /* control type: textMsg, callback function: (none) */ 149 #define PANEL_SPLITTER_11 82 /* control type: splitter, callback function: (none) */
141 #define PANEL_TEXTMSG_10 83 /* control type: textMsg, callback function: (none) */ 150 #define PANEL_SPLITTER_16 83 /* control type: splitter, callback function: (none) */
142 #define PANEL_MATHSTRING2 84 /* control type: string, callback function: CB_ChangeMath */ 151 #define PANEL_SPLITTER_9 84 /* control type: splitter, callback function: (none) */
143 #define PANEL_SPLITTER_10 85 /* control type: splitter, callback function: (none) */ 152 #define PANEL_SPLITTER_3 85 /* control type: splitter, callback function: (none) */
144 #define PANEL_TEXTMSG_16 86 /* control type: textMsg, callback function: (none) */ 153 #define PANEL_MINUS10KDDS1 86 /* control type: command, callback function: CB_OnMinus10k */
145 #define PANEL_SPLITTER_11 87 /* control type: splitter, callback function: (none) */ 154 #define PANEL_MINUS10KDDS4 87 /* control type: command, callback function: CB_OnMinus10k */
146 #define PANEL_SPLITTER_9 88 /* control type: splitter, callback function: (none) */ 155 #define PANEL_MINUS10KDDS3 88 /* control type: command, callback function: CB_OnMinus10k */
147 #define PANEL_SPLITTER_3 89 /* control type: splitter, callback function: (none) */ 156 #define PANEL_MINUS10KDDS2 89 /* control type: command, callback function: CB_OnMinus10k */
148 #define PANEL_MINUS10KDDS1 90 /* control type: command, callback function: CB_OnMinus10k */ 157 #define PANEL_PLUS10KDDS4 90 /* control type: command, callback function: CB_OnPlus10k */
149 #define PANEL_MINUS10KDDS4 91 /* control type: command, callback function: CB_OnMinus10k */ 158 #define PANEL_MINUS275K 91 /* control type: command, callback function: CB_OnMinus275k */
150 #define PANEL_MINUS10KDDS3 92 /* control type: command, callback function: CB_OnMinus10k */ 159 #define PANEL_PLUS10KDDS3 92 /* control type: command, callback function: CB_OnPlus10k */
151 #define PANEL_MINUS10KDDS2 93 /* control type: command, callback function: CB_OnMinus10k */ 160 #define PANEL_PLUS10KDDS1 93 /* control type: command, callback function: CB_OnPlus10k */
152 #define PANEL_PLUS10KDDS4 94 /* control type: command, callback function: CB_OnPlus10k */ 161 #define PANEL_PLUS10KDDS2 94 /* control type: command, callback function: CB_OnPlus10k */
153 #define PANEL_MINUS275K 95 /* control type: command, callback function: CB_OnMinus275k */ 162 #define PANEL_PLUS275K 95 /* control type: command, callback function: CB_OnPlus275k */
154 #define PANEL_PLUS10KDDS3 96 /* control type: command, callback function: CB_OnPlus10k */ 163 #define PANEL_TEXTMSG_11 96 /* control type: textMsg, callback function: (none) */
155 #define PANEL_PLUS10KDDS1 97 /* control type: command, callback function: CB_OnPlus10k */ 164 #define PANEL_MATHSTRING5 97 /* control type: textBox, callback function: CB_ChangeMath */
156 #define PANEL_PLUS10KDDS2 98 /* control type: command, callback function: CB_OnPlus10k */ 165 #define PANEL_SPLITTER_8 98 /* control type: splitter, callback function: (none) */
157 #define PANEL_PLUS275K 99 /* control type: command, callback function: CB_OnPlus275k */ 166 #define PANEL_MJD 99 /* control type: numeric, callback function: (none) */
158 #define PANEL_TEXTMSG_11 100 /* control type: textMsg, callback function: (none) */ 167 #define PANEL_UTC 100 /* control type: numeric, callback function: (none) */
159 #define PANEL_MATHSTRING5 101 /* control type: textBox, callback function: CB_ChangeMath */ 168 #define PANEL_TIME 101 /* control type: string, callback function: (none) */
160 #define PANEL_SPLITTER_8 102 /* control type: splitter, callback function: (none) */ 169 #define PANEL_DATE 102 /* control type: string, callback function: (none) */
161 #define PANEL_MJD 103 /* control type: numeric, callback function: (none) */ 170 #define PANEL_CHECKBOX_MATH3AUTOSAV 103 /* control type: radioButton, callback function: CB_OnAutoSaveSr */
162 #define PANEL_UTC 104 /* control type: numeric, callback function: (none) */ 171 #define PANEL_CHECKBOX_MATH2AUTOSAV 104 /* control type: radioButton, callback function: CB_OnAutoSaveHg */
163 #define PANEL_TIME 105 /* control type: string, callback function: (none) */ 172 #define PANEL_CHOOSESAVEFILE 105 /* control type: command, callback function: OnChooseSaveFile */
164 #define PANEL_DATE 106 /* control type: string, callback function: (none) */ 173 #define PANEL_SPLITTER_14 106 /* control type: splitter, callback function: (none) */
165 #define PANEL_CHECKBOX_MATH3AUTOSAV 107 /* control type: radioButton, callback function: CB_OnAutoSaveSr */ 174 #define PANEL_SPLITTER_13 107 /* control type: splitter, callback function: (none) */
166 #define PANEL_CHECKBOX_MATH2AUTOSAV 108 /* control type: radioButton, callback function: CB_OnAutoSaveHg */ 175 #define PANEL_DDS4 108 /* control type: numeric, callback function: CB_ChangeDDSOut */
167 #define PANEL_CHOOSESAVEFILE 109 /* control type: command, callback function: OnChooseSaveFile */ 176 #define PANEL_SPLITTER_2 109 /* control type: splitter, callback function: (none) */
168 #define PANEL_SPLITTER_14 110 /* control type: splitter, callback function: (none) */ 177 #define PANEL_DDS3 110 /* control type: numeric, callback function: CB_ChangeDDSOut */
169 #define PANEL_SPLITTER_13 111 /* control type: splitter, callback function: (none) */ 178 #define PANEL_N1CALCULUS 111 /* control type: command, callback function: CB_OnNCalculus */
170 #define PANEL_DDS4 112 /* control type: numeric, callback function: CB_ChangeDDSOut */ 179 #define PANEL_FINDSIGN3 112 /* control type: command, callback function: CB_OnFindSign */
171 #define PANEL_SPLITTER_2 113 /* control type: splitter, callback function: (none) */ 180 #define PANEL_SIGN3 113 /* control type: numeric, callback function: (none) */
172 #define PANEL_DDS3 114 /* control type: numeric, callback function: CB_ChangeDDSOut */ 181 #define PANEL_FINDSIGN2 114 /* control type: command, callback function: CB_OnFindSign */
173 #define PANEL_N1CALCULUS 115 /* control type: command, callback function: CB_OnNCalculus */ 182 #define PANEL_SIGN2 115 /* control type: numeric, callback function: (none) */
174 #define PANEL_FINDSIGN3 116 /* control type: command, callback function: CB_OnFindSign */ 183 #define PANEL_FINDSIGN1 116 /* control type: command, callback function: CB_OnFindSign */
175 #define PANEL_SIGN3 117 /* control type: numeric, callback function: (none) */ 184 #define PANEL_SIGN1 117 /* control type: numeric, callback function: (none) */
176 #define PANEL_FINDSIGN2 118 /* control type: command, callback function: CB_OnFindSign */ 185 #define PANEL_FIND10K3 118 /* control type: command, callback function: CB_OnFind275K */
177 #define PANEL_SIGN2 119 /* control type: numeric, callback function: (none) */ 186 #define PANEL_FIND275K2 119 /* control type: command, callback function: CB_OnFind275K */
178 #define PANEL_FINDSIGN1 120 /* control type: command, callback function: CB_OnFindSign */ 187 #define PANEL_RESETSLOPE 120 /* control type: command, callback function: CB_OnResetSlope */
179 #define PANEL_SIGN1 121 /* control type: numeric, callback function: (none) */ 188 #define PANEL_CHECKBOX_STOPIFAUTODE 121 /* control type: radioButton, callback function: CB_OnAutoStopSlopeCancellingIfDelock */
180 #define PANEL_FIND10K3 122 /* control type: command, callback function: CB_OnFind275K */ 189 #define PANEL_CHECKBOX_RECENTER 122 /* control type: radioButton, callback function: CB_OnReCentering */
181 #define PANEL_FIND275K2 123 /* control type: command, callback function: CB_OnFind275K */ 190 #define PANEL_CHECKBOX_KEEPSLOPE 123 /* control type: radioButton, callback function: CB_OnCROX */
182 #define PANEL_RESETSLOPE 124 /* control type: command, callback function: CB_OnResetSlope */ 191 #define PANEL_CHECKBOX_KEEP 124 /* control type: radioButton, callback function: CB_OnCROX */
183 #define PANEL_CHECKBOX_STOPIFAUTODE 125 /* control type: radioButton, callback function: CB_OnAutoStopSlopeCancellingIfDelock */ 192 #define PANEL_STARTCANCEL 125 /* control type: textButton, callback function: CB_OnStartSlopeCancelling */
184 #define PANEL_CHECKBOX_RECENTER 126 /* control type: radioButton, callback function: CB_OnReCentering */ 193 #define PANEL_LED1 126 /* control type: LED, callback function: (none) */
185 #define PANEL_CHECKBOX_KEEPSLOPE 127 /* control type: radioButton, callback function: CB_OnCROX */ 194 #define PANEL_LED2 127 /* control type: LED, callback function: (none) */
186 #define PANEL_CHECKBOX_KEEP 128 /* control type: radioButton, callback function: CB_OnCROX */ 195 #define PANEL_SLOPE_REFERENCE 128 /* control type: ring, callback function: CB_OnSlopeReference */
187 #define PANEL_STARTCANCEL 129 /* control type: textButton, callback function: CB_OnStartSlopeCancelling */ 196 #define PANEL_ESTIMATE_N3 129 /* control type: command, callback function: CB_OnEstimateN */
188 #define PANEL_LED1 130 /* control type: LED, callback function: (none) */
189 #define PANEL_LED2 131 /* control type: LED, callback function: (none) */
190 #define PANEL_SLOPE_REFERENCE 132 /* control type: ring, callback function: SlopeReference_cb */
191 197
192 198
193 /* Menu Bars, Menus, and Menu Items: */ 199 /* Menu Bars, Menus, and Menu Items: */
194 200
195 /* (no menu bars in the resource file) */ 201 /* (no menu bars in the resource file) */
201 int CVICALLBACK CB_ChangeDDSOut(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 207 int CVICALLBACK CB_ChangeDDSOut(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
202 int CVICALLBACK CB_ChangeDDSStep(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 208 int CVICALLBACK CB_ChangeDDSStep(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
203 int CVICALLBACK CB_ChangeMath(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 209 int CVICALLBACK CB_ChangeMath(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
204 int CVICALLBACK CB_ChangeN(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 210 int CVICALLBACK CB_ChangeN(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
205 int CVICALLBACK CB_ChangeSlopeTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 211 int CVICALLBACK CB_ChangeSlopeTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
212 int CVICALLBACK CB_OnAcceptN(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
206 int CVICALLBACK CB_OnAllanPlot(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 213 int CVICALLBACK CB_OnAllanPlot(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
207 int CVICALLBACK CB_OnAutoSaveHg(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 214 int CVICALLBACK CB_OnAutoSaveHg(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
208 int CVICALLBACK CB_OnAutoSaveSr(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 215 int CVICALLBACK CB_OnAutoSaveSr(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
209 int CVICALLBACK CB_OnAutoStopSlopeCancellingIfDelock(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 216 int CVICALLBACK CB_OnAutoStopSlopeCancellingIfDelock(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
210 int CVICALLBACK CB_OnChangeNdiv(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 217 int CVICALLBACK CB_OnChangeNdiv(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
211 int CVICALLBACK CB_OnCROX(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 218 int CVICALLBACK CB_OnCROX(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
212 int CVICALLBACK CB_OnDeltaFreq(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 219 int CVICALLBACK CB_OnDeltaFreq(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
220 int CVICALLBACK CB_OnEstimateN(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
213 int CVICALLBACK CB_OnEventMain(int panel, int event, void *callbackData, int eventData1, int eventData2); 221 int CVICALLBACK CB_OnEventMain(int panel, int event, void *callbackData, int eventData1, int eventData2);
214 int CVICALLBACK CB_OnFind275K(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 222 int CVICALLBACK CB_OnFind275K(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
215 int CVICALLBACK CB_OnFindSign(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 223 int CVICALLBACK CB_OnFindSign(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
216 int CVICALLBACK CB_OnFreqPlot(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 224 int CVICALLBACK CB_OnFreqPlot(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
217 int CVICALLBACK CB_OnIntegrationTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 225 int CVICALLBACK CB_OnIntegrationTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
218 int CVICALLBACK CB_OnMinus10k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 226 int CVICALLBACK CB_OnMinus10k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
219 int CVICALLBACK CB_OnMinus275k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 227 int CVICALLBACK CB_OnMinus275k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
220 int CVICALLBACK CB_OnN3Stop(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
221 int CVICALLBACK CB_OnNCalculus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 228 int CVICALLBACK CB_OnNCalculus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
229 int CVICALLBACK CB_OnNEstimate(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
230 int CVICALLBACK CB_OnNEstimateCancel(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
231 int CVICALLBACK CB_OnNEstimateSet(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
222 int CVICALLBACK CB_OnNStop(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 232 int CVICALLBACK CB_OnNStop(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
223 int CVICALLBACK CB_OnPlus10k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 233 int CVICALLBACK CB_OnPlus10k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
224 int CVICALLBACK CB_OnPlus275k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 234 int CVICALLBACK CB_OnPlus275k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
225 int CVICALLBACK CB_OnReCentering(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 235 int CVICALLBACK CB_OnReCentering(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
226 int CVICALLBACK CB_OnResetSlope(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 236 int CVICALLBACK CB_OnResetSlope(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
227 int CVICALLBACK CB_OnSaveHg(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 237 int CVICALLBACK CB_OnSaveHg(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
228 int CVICALLBACK CB_OnSaveOpt(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 238 int CVICALLBACK CB_OnSaveOpt(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
229 int CVICALLBACK CB_OnSaveSr(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 239 int CVICALLBACK CB_OnSaveSr(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
240 int CVICALLBACK CB_OnSlopeReference(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
230 int CVICALLBACK CB_OnSlopeTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 241 int CVICALLBACK CB_OnSlopeTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
231 int CVICALLBACK CB_OnStart(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 242 int CVICALLBACK CB_OnStart(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
232 int CVICALLBACK CB_OnStartN3Calculus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
233 int CVICALLBACK CB_OnStartNCalculus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 243 int CVICALLBACK CB_OnStartNCalculus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
234 int CVICALLBACK CB_OnStartSlopeCancelling(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 244 int CVICALLBACK CB_OnStartSlopeCancelling(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
235 int CVICALLBACK CB_OnStop(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 245 int CVICALLBACK CB_OnStop(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
236 int CVICALLBACK CB_OnTimer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 246 int CVICALLBACK CB_OnTimer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
237 int CVICALLBACK OnAcceptN(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
238 int CVICALLBACK OnChooseSaveFile(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 247 int CVICALLBACK OnChooseSaveFile(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
239 int CVICALLBACK QuitCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 248 int CVICALLBACK QuitCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
240 int CVICALLBACK SlopeReference_cb(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
241 249
242 250
243 #ifdef __cplusplus 251 #ifdef __cplusplus
244 } 252 }
245 #endif 253 #endif