comparison FXAnalyse.h @ 28:1e4ecf64b485

Remove references to unused DDSBes
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Tue, 02 Oct 2012 17:51:27 +0200
parents 419db63a9949
children fb6092340979
comparison
equal deleted inserted replaced
27:419db63a9949 28:1e4ecf64b485
62 #define PANEL_FREQ3 6 /* control type: numeric, callback function: (none) */ 62 #define PANEL_FREQ3 6 /* control type: numeric, callback function: (none) */
63 #define PANEL_FREQ2 7 /* control type: numeric, callback function: (none) */ 63 #define PANEL_FREQ2 7 /* control type: numeric, callback function: (none) */
64 #define PANEL_FREQ1 8 /* control type: numeric, callback function: (none) */ 64 #define PANEL_FREQ1 8 /* control type: numeric, callback function: (none) */
65 #define PANEL_CHECKBOX_DDSSRALLAN 9 /* control type: radioButton, callback function: (none) */ 65 #define PANEL_CHECKBOX_DDSSRALLAN 9 /* control type: radioButton, callback function: (none) */
66 #define PANEL_CHECKBOX_DDSHGALLAN 10 /* control type: radioButton, callback function: (none) */ 66 #define PANEL_CHECKBOX_DDSHGALLAN 10 /* control type: radioButton, callback function: (none) */
67 #define PANEL_CHECKBOX_DDSFREPALLAN 11 /* control type: radioButton, callback function: (none) */ 67 #define PANEL_CHECKBOX_DDSSRPLOT 11 /* control type: radioButton, callback function: (none) */
68 #define PANEL_CHECKBOX_DDSSRPLOT 12 /* control type: radioButton, callback function: (none) */ 68 #define PANEL_CHECKBOX_MATH1ALLAN 12 /* control type: radioButton, callback function: CB_OnAllanPlot */
69 #define PANEL_CHECKBOX_MATH1ALLAN 13 /* control type: radioButton, callback function: CB_OnAllanPlot */ 69 #define PANEL_CHECKBOX_DDSHGPLOT 13 /* control type: radioButton, callback function: (none) */
70 #define PANEL_CHECKBOX_DDSHGPLOT 14 /* control type: radioButton, callback function: (none) */ 70 #define PANEL_CHECKBOX_FREQ4ALLAN 14 /* control type: radioButton, callback function: CB_OnAllanPlot */
71 #define PANEL_CHECKBOX_FREQ4ALLAN 15 /* control type: radioButton, callback function: CB_OnAllanPlot */ 71 #define PANEL_CHECKBOX_FREQ3ALLAN 15 /* control type: radioButton, callback function: CB_OnAllanPlot */
72 #define PANEL_CHECKBOX_DDSFREPPLOT 16 /* control type: radioButton, callback function: (none) */ 72 #define PANEL_CHECKBOX_FREQ4PLOT 16 /* control type: radioButton, callback function: CB_OnFreqPlot */
73 #define PANEL_CHECKBOX_FREQ3ALLAN 17 /* control type: radioButton, callback function: CB_OnAllanPlot */ 73 #define PANEL_CHECKBOX_FREQ2ALLAN 17 /* control type: radioButton, callback function: CB_OnAllanPlot */
74 #define PANEL_CHECKBOX_FREQ4PLOT 18 /* control type: radioButton, callback function: CB_OnFreqPlot */ 74 #define PANEL_CHECKBOX_FREQ3PLOT 18 /* control type: radioButton, callback function: CB_OnFreqPlot */
75 #define PANEL_CHECKBOX_FREQ2ALLAN 19 /* control type: radioButton, callback function: CB_OnAllanPlot */ 75 #define PANEL_CHECKBOX_CORRFREQU 19 /* control type: radioButton, callback function: CB_OnCROX */
76 #define PANEL_CHECKBOX_FREQ3PLOT 20 /* control type: radioButton, callback function: CB_OnFreqPlot */ 76 #define PANEL_CHECKBOX_FREQ1ALLAN 20 /* control type: radioButton, callback function: CB_OnAllanPlot */
77 #define PANEL_CHECKBOX_CORRFREQU 21 /* control type: radioButton, callback function: CB_OnCROX */ 77 #define PANEL_CHECKBOX_FREQ2PLOT 21 /* control type: radioButton, callback function: CB_OnFreqPlot */
78 #define PANEL_CHECKBOX_FREQ1ALLAN 22 /* control type: radioButton, callback function: CB_OnAllanPlot */ 78 #define PANEL_CHECKBOX_MATH1PLOT 22 /* control type: radioButton, callback function: CB_OnFreqPlot */
79 #define PANEL_CHECKBOX_FREQ2PLOT 23 /* control type: radioButton, callback function: CB_OnFreqPlot */ 79 #define PANEL_CHECKBOX_FREQ1PLOT 23 /* control type: radioButton, callback function: CB_OnFreqPlot */
80 #define PANEL_CHECKBOX_MATH1PLOT 24 /* control type: radioButton, callback function: CB_OnFreqPlot */ 80 #define PANEL_TIMER 24 /* control type: timer, callback function: CB_OnTimer */
81 #define PANEL_CHECKBOX_FREQ1PLOT 25 /* control type: radioButton, callback function: CB_OnFreqPlot */ 81 #define PANEL_DDS2 25 /* control type: numeric, callback function: CB_ChangeDDSOut */
82 #define PANEL_TIMER 26 /* control type: timer, callback function: CB_OnTimer */ 82 #define PANEL_TEXTMSG 26 /* control type: textMsg, callback function: (none) */
83 #define PANEL_DDS2 27 /* control type: numeric, callback function: CB_ChangeDDSOut */ 83 #define PANEL_TEXTMSG_2 27 /* control type: textMsg, callback function: (none) */
84 #define PANEL_TEXTMSG 28 /* control type: textMsg, callback function: (none) */ 84 #define PANEL_SLOPETIME 28 /* control type: numeric, callback function: CB_ChangeSlopeTime */
85 #define PANEL_TEXTMSG_2 29 /* control type: textMsg, callback function: (none) */ 85 #define PANEL_DDS1 29 /* control type: numeric, callback function: CB_ChangeDDSOut */
86 #define PANEL_SLOPETIME 30 /* control type: numeric, callback function: CB_ChangeSlopeTime */ 86 #define PANEL_SPLITTER 30 /* control type: splitter, callback function: (none) */
87 #define PANEL_DDS1 31 /* control type: numeric, callback function: CB_ChangeDDSOut */ 87 #define PANEL_CHANGENDIV 31 /* control type: numeric, callback function: CB_OnChangeNdiv */
88 #define PANEL_SPLITTER 32 /* control type: splitter, callback function: (none) */ 88 #define PANEL_N3CHOICE 32 /* control type: numeric, callback function: CB_ChangeN */
89 #define PANEL_CHANGENDIV 33 /* control type: numeric, callback function: CB_OnChangeNdiv */ 89 #define PANEL_N3CALCULUS 33 /* control type: command, callback function: CB_OnNCalculus */
90 #define PANEL_DDSFREPOUT 34 /* control type: numeric, callback function: CB_ChangeDDSOut */ 90 #define PANEL_N1CHOICE 34 /* control type: numeric, callback function: CB_ChangeN */
91 #define PANEL_N3CHOICE 35 /* control type: numeric, callback function: CB_ChangeN */ 91 #define PANEL_N2CHOICE 35 /* control type: numeric, callback function: CB_ChangeN */
92 #define PANEL_N3CALCULUS 36 /* control type: command, callback function: CB_OnNCalculus */ 92 #define PANEL_N2CALCULUS 36 /* control type: command, callback function: CB_OnNCalculus */
93 #define PANEL_N1CHOICE 37 /* control type: numeric, callback function: CB_ChangeN */ 93 #define PANEL_DDS4STEP 37 /* control type: ring, callback function: CB_ChangeDDSStep */
94 #define PANEL_N2CHOICE 38 /* control type: numeric, callback function: CB_ChangeN */ 94 #define PANEL_DDS3STEP 38 /* control type: ring, callback function: CB_ChangeDDSStep */
95 #define PANEL_N2CALCULUS 39 /* control type: command, callback function: CB_OnNCalculus */ 95 #define PANEL_DDS2STEP 39 /* control type: ring, callback function: CB_ChangeDDSStep */
96 #define PANEL_DDS4STEP 40 /* control type: ring, callback function: CB_ChangeDDSStep */ 96 #define PANEL_CURRENT_FREQUENCY 40 /* control type: numeric, callback function: (none) */
97 #define PANEL_DDS3STEP 41 /* control type: ring, callback function: CB_ChangeDDSStep */ 97 #define PANEL_CENTERFREQUENCY 41 /* control type: numeric, callback function: (none) */
98 #define PANEL_DDS2STEP 42 /* control type: ring, callback function: CB_ChangeDDSStep */ 98 #define PANEL_SLOPETOCANCEL 42 /* control type: numeric, callback function: CB_SetSlope */
99 #define PANEL_CURRENT_FREQUENCY 43 /* control type: numeric, callback function: (none) */ 99 #define PANEL_MATH4 43 /* control type: numeric, callback function: (none) */
100 #define PANEL_CENTERFREQUENCY 44 /* control type: numeric, callback function: (none) */ 100 #define PANEL_MATH5 44 /* control type: numeric, callback function: (none) */
101 #define PANEL_SLOPETOCANCEL 45 /* control type: numeric, callback function: (none) */ 101 #define PANEL_MATH3 45 /* control type: numeric, callback function: (none) */
102 #define PANEL_MATH4 46 /* control type: numeric, callback function: (none) */ 102 #define PANEL_CHECKBOX_MATH5PLOT 46 /* control type: radioButton, callback function: CB_OnFreqPlot */
103 #define PANEL_MATH5 47 /* control type: numeric, callback function: (none) */ 103 #define PANEL_CHECKBOX_MATH4PLOT 47 /* control type: radioButton, callback function: CB_OnFreqPlot */
104 #define PANEL_MATH3 48 /* control type: numeric, callback function: (none) */ 104 #define PANEL_CHECKBOX_MATH4ALLAN 48 /* control type: radioButton, callback function: CB_OnAllanPlot */
105 #define PANEL_CHECKBOX_MATH5PLOT 49 /* control type: radioButton, callback function: CB_OnFreqPlot */ 105 #define PANEL_DDS1STEP 49 /* control type: ring, callback function: CB_ChangeDDSStep */
106 #define PANEL_CHECKBOX_MATH4PLOT 50 /* control type: radioButton, callback function: CB_OnFreqPlot */ 106 #define PANEL_TEXTMSG_15 50 /* control type: textMsg, callback function: (none) */
107 #define PANEL_CHECKBOX_MATH4ALLAN 51 /* control type: radioButton, callback function: CB_OnAllanPlot */ 107 #define PANEL_CHECKBOX_MATH5ALLAN 51 /* control type: radioButton, callback function: CB_OnAllanPlot */
108 #define PANEL_DDS1STEP 52 /* control type: ring, callback function: CB_ChangeDDSStep */ 108 #define PANEL_CHECKBOX_MATH3PLOT 52 /* control type: radioButton, callback function: CB_OnFreqPlot */
109 #define PANEL_TEXTMSG_15 53 /* control type: textMsg, callback function: (none) */ 109 #define PANEL_CHECKBOX_MATH5SAVE 53 /* control type: radioButton, callback function: (none) */
110 #define PANEL_CHECKBOX_MATH5ALLAN 54 /* control type: radioButton, callback function: CB_OnAllanPlot */ 110 #define PANEL_CHECKBOX_MATH3SAVE_2 54 /* control type: radioButton, callback function: CB_OnSaveSr */
111 #define PANEL_CHECKBOX_MATH3PLOT 55 /* control type: radioButton, callback function: CB_OnFreqPlot */ 111 #define PANEL_CHECKBOX_MATH3ALLAN 55 /* control type: radioButton, callback function: CB_OnAllanPlot */
112 #define PANEL_CHECKBOX_MATH5SAVE 56 /* control type: radioButton, callback function: (none) */ 112 #define PANEL_MATHSTRING4 56 /* control type: string, callback function: CB_ChangeMath */
113 #define PANEL_CHECKBOX_MATH3SAVE_2 57 /* control type: radioButton, callback function: CB_OnSaveSr */ 113 #define PANEL_TEXTMSG_17 57 /* control type: textMsg, callback function: (none) */
114 #define PANEL_CHECKBOX_MATH3ALLAN 58 /* control type: radioButton, callback function: CB_OnAllanPlot */ 114 #define PANEL_MATH2 58 /* control type: numeric, callback function: (none) */
115 #define PANEL_DDSFREPSTEP 59 /* control type: ring, callback function: CB_ChangeDDSStep */ 115 #define PANEL_SPLITTER_15 59 /* control type: splitter, callback function: (none) */
116 #define PANEL_DDSFREPAMP 60 /* control type: numeric, callback function: CB_ChangeDDSAmpli */ 116 #define PANEL_SPLITTER_12 60 /* control type: splitter, callback function: (none) */
117 #define PANEL_MATHSTRING4 61 /* control type: string, callback function: CB_ChangeMath */ 117 #define PANEL_CHECKBOX_MATH2PLOT 61 /* control type: radioButton, callback function: CB_OnFreqPlot */
118 #define PANEL_TEXTMSG_17 62 /* control type: textMsg, callback function: (none) */ 118 #define PANEL_CHECKBOX_MATH3SAVE 62 /* control type: radioButton, callback function: CB_OnSaveHg */
119 #define PANEL_MATH2 63 /* control type: numeric, callback function: (none) */ 119 #define PANEL_CHECKBOX_MATH2SAVE 63 /* control type: radioButton, callback function: CB_OnSaveOpt */
120 #define PANEL_SPLITTER_15 64 /* control type: splitter, callback function: (none) */ 120 #define PANEL_CHECKBOX_MATH2ALLAN 64 /* control type: radioButton, callback function: CB_OnAllanPlot */
121 #define PANEL_SPLITTER_12 65 /* control type: splitter, callback function: (none) */ 121 #define PANEL_TEXTMSG_7 65 /* control type: textMsg, callback function: (none) */
122 #define PANEL_CHECKBOX_MATH2PLOT 66 /* control type: radioButton, callback function: CB_OnFreqPlot */ 122 #define PANEL_MATHSTRING3 66 /* control type: string, callback function: CB_ChangeMath */
123 #define PANEL_CHECKBOX_MATH3SAVE 67 /* control type: radioButton, callback function: CB_OnSaveHg */ 123 #define PANEL_MATH1 67 /* control type: numeric, callback function: (none) */
124 #define PANEL_CHECKBOX_MATH2SAVE 68 /* control type: radioButton, callback function: CB_OnSaveOpt */ 124 #define PANEL_SPLITTER_6 68 /* control type: splitter, callback function: (none) */
125 #define PANEL_CHECKBOX_MATH2ALLAN 69 /* control type: radioButton, callback function: CB_OnAllanPlot */ 125 #define PANEL_TEXTMSG_18 69 /* control type: textMsg, callback function: (none) */
126 #define PANEL_TEXTMSG_7 70 /* control type: textMsg, callback function: (none) */ 126 #define PANEL_TEXTMSG_6 70 /* control type: textMsg, callback function: (none) */
127 #define PANEL_MATHSTRING3 71 /* control type: string, callback function: CB_ChangeMath */ 127 #define PANEL_TEXTMSG_8 71 /* control type: textMsg, callback function: (none) */
128 #define PANEL_MATH1 72 /* control type: numeric, callback function: (none) */ 128 #define PANEL_TEXTMSG_19 72 /* control type: textMsg, callback function: (none) */
129 #define PANEL_SPLITTER_6 73 /* control type: splitter, callback function: (none) */ 129 #define PANEL_MATHSTRING1 73 /* control type: string, callback function: CB_ChangeMath */
130 #define PANEL_TEXTMSG_18 74 /* control type: textMsg, callback function: (none) */ 130 #define PANEL_TEXTMSG_9 74 /* control type: textMsg, callback function: (none) */
131 #define PANEL_TEXTMSG_6 75 /* control type: textMsg, callback function: (none) */ 131 #define PANEL_TEXTMSG_10 75 /* control type: textMsg, callback function: (none) */
132 #define PANEL_TEXTMSG_8 76 /* control type: textMsg, callback function: (none) */ 132 #define PANEL_MATHSTRING2 76 /* control type: string, callback function: CB_ChangeMath */
133 #define PANEL_TEXTMSG_19 77 /* control type: textMsg, callback function: (none) */ 133 #define PANEL_TEXTMSG_16 77 /* control type: textMsg, callback function: (none) */
134 #define PANEL_MATHSTRING1 78 /* control type: string, callback function: CB_ChangeMath */ 134 #define PANEL_SPLITTER_11 78 /* control type: splitter, callback function: (none) */
135 #define PANEL_TEXTMSG_9 79 /* control type: textMsg, callback function: (none) */ 135 #define PANEL_SPLITTER_16 79 /* control type: splitter, callback function: (none) */
136 #define PANEL_TEXTMSG_10 80 /* control type: textMsg, callback function: (none) */ 136 #define PANEL_SPLITTER_9 80 /* control type: splitter, callback function: (none) */
137 #define PANEL_MATHSTRING2 81 /* control type: string, callback function: CB_ChangeMath */ 137 #define PANEL_SPLITTER_3 81 /* control type: splitter, callback function: (none) */
138 #define PANEL_TEXTMSG_16 82 /* control type: textMsg, callback function: (none) */ 138 #define PANEL_MINUS10KDDS1 82 /* control type: command, callback function: CB_OnMinus10k */
139 #define PANEL_SPLITTER_11 83 /* control type: splitter, callback function: (none) */ 139 #define PANEL_MINUS10KDDS4 83 /* control type: command, callback function: CB_OnMinus10k */
140 #define PANEL_SPLITTER_16 84 /* control type: splitter, callback function: (none) */ 140 #define PANEL_MINUS10KDDS3 84 /* control type: command, callback function: CB_OnMinus10k */
141 #define PANEL_SPLITTER_9 85 /* control type: splitter, callback function: (none) */ 141 #define PANEL_MINUS10KDDS2 85 /* control type: command, callback function: CB_OnMinus10k */
142 #define PANEL_SPLITTER_3 86 /* control type: splitter, callback function: (none) */ 142 #define PANEL_PLUS10KDDS4 86 /* control type: command, callback function: CB_OnPlus10k */
143 #define PANEL_MINUS10KDDS1 87 /* control type: command, callback function: CB_OnMinus10k */ 143 #define PANEL_PLUS10KDDS3 87 /* control type: command, callback function: CB_OnPlus10k */
144 #define PANEL_MINUS10KDDS4 88 /* control type: command, callback function: CB_OnMinus10k */ 144 #define PANEL_PLUS10KDDS1 88 /* control type: command, callback function: CB_OnPlus10k */
145 #define PANEL_MINUS10KDDS3 89 /* control type: command, callback function: CB_OnMinus10k */ 145 #define PANEL_PLUS10KDDS2 89 /* control type: command, callback function: CB_OnPlus10k */
146 #define PANEL_MINUS10KDDS2 90 /* control type: command, callback function: CB_OnMinus10k */ 146 #define PANEL_TEXTMSG_11 90 /* control type: textMsg, callback function: (none) */
147 #define PANEL_PLUS10KDDS4 91 /* control type: command, callback function: CB_OnPlus10k */ 147 #define PANEL_MATHSTRING5 91 /* control type: textBox, callback function: CB_ChangeMath */
148 #define PANEL_MINUS275K 92 /* control type: command, callback function: CB_OnMinus275k */ 148 #define PANEL_SPLITTER_8 92 /* control type: splitter, callback function: (none) */
149 #define PANEL_PLUS10KDDS3 93 /* control type: command, callback function: CB_OnPlus10k */ 149 #define PANEL_MJD 93 /* control type: numeric, callback function: (none) */
150 #define PANEL_PLUS10KDDS1 94 /* control type: command, callback function: CB_OnPlus10k */ 150 #define PANEL_UTC 94 /* control type: numeric, callback function: (none) */
151 #define PANEL_PLUS10KDDS2 95 /* control type: command, callback function: CB_OnPlus10k */ 151 #define PANEL_TIME 95 /* control type: string, callback function: (none) */
152 #define PANEL_PLUS275K 96 /* control type: command, callback function: CB_OnPlus275k */ 152 #define PANEL_DATE 96 /* control type: string, callback function: (none) */
153 #define PANEL_TEXTMSG_11 97 /* control type: textMsg, callback function: (none) */ 153 #define PANEL_CHECKBOX_MATH3AUTOSAV 97 /* control type: radioButton, callback function: CB_OnAutoSaveSr */
154 #define PANEL_MATHSTRING5 98 /* control type: textBox, callback function: CB_ChangeMath */ 154 #define PANEL_CHECKBOX_MATH2AUTOSAV 98 /* control type: radioButton, callback function: CB_OnAutoSaveHg */
155 #define PANEL_SPLITTER_8 99 /* control type: splitter, callback function: (none) */ 155 #define PANEL_CHOOSESAVEFILE 99 /* control type: command, callback function: OnChooseSaveFile */
156 #define PANEL_MJD 100 /* control type: numeric, callback function: (none) */ 156 #define PANEL_SPLITTER_14 100 /* control type: splitter, callback function: (none) */
157 #define PANEL_UTC 101 /* control type: numeric, callback function: (none) */ 157 #define PANEL_SPLITTER_13 101 /* control type: splitter, callback function: (none) */
158 #define PANEL_TIME 102 /* control type: string, callback function: (none) */ 158 #define PANEL_DDS4 102 /* control type: numeric, callback function: CB_ChangeDDSOut */
159 #define PANEL_DATE 103 /* control type: string, callback function: (none) */ 159 #define PANEL_SPLITTER_2 103 /* control type: splitter, callback function: (none) */
160 #define PANEL_CHECKBOX_MATH3AUTOSAV 104 /* control type: radioButton, callback function: CB_OnAutoSaveSr */ 160 #define PANEL_DDS3 104 /* control type: numeric, callback function: CB_ChangeDDSOut */
161 #define PANEL_CHECKBOX_MATH2AUTOSAV 105 /* control type: radioButton, callback function: CB_OnAutoSaveHg */ 161 #define PANEL_N1CALCULUS 105 /* control type: command, callback function: CB_OnNCalculus */
162 #define PANEL_CHOOSESAVEFILE 106 /* control type: command, callback function: OnChooseSaveFile */ 162 #define PANEL_FINDSIGN3 106 /* control type: command, callback function: CB_OnFindSign */
163 #define PANEL_SPLITTER_14 107 /* control type: splitter, callback function: (none) */ 163 #define PANEL_SIGN3 107 /* control type: numeric, callback function: (none) */
164 #define PANEL_SPLITTER_13 108 /* control type: splitter, callback function: (none) */ 164 #define PANEL_FINDSIGN2 108 /* control type: command, callback function: CB_OnFindSign */
165 #define PANEL_DDS4 109 /* control type: numeric, callback function: CB_ChangeDDSOut */ 165 #define PANEL_SIGN2 109 /* control type: numeric, callback function: (none) */
166 #define PANEL_SPLITTER_2 110 /* control type: splitter, callback function: (none) */ 166 #define PANEL_FINDSIGN1 110 /* control type: command, callback function: CB_OnFindSign */
167 #define PANEL_DDS3 111 /* control type: numeric, callback function: CB_ChangeDDSOut */ 167 #define PANEL_SIGN1 111 /* control type: numeric, callback function: (none) */
168 #define PANEL_N1CALCULUS 112 /* control type: command, callback function: CB_OnNCalculus */ 168 #define PANEL_FIND10K3 112 /* control type: command, callback function: CB_OnFind275K */
169 #define PANEL_FINDSIGN3 113 /* control type: command, callback function: CB_OnFindSign */ 169 #define PANEL_FIND275K2 113 /* control type: command, callback function: CB_OnFind275K */
170 #define PANEL_SIGN3 114 /* control type: numeric, callback function: (none) */ 170 #define PANEL_RESETSLOPE 114 /* control type: command, callback function: CB_OnResetSlope */
171 #define PANEL_FINDSIGN2 115 /* control type: command, callback function: CB_OnFindSign */ 171 #define PANEL_CHECKBOX_STOPIFAUTODE 115 /* control type: radioButton, callback function: CB_OnAutoStopSlopeCancellingIfDelock */
172 #define PANEL_SIGN2 116 /* control type: numeric, callback function: (none) */ 172 #define PANEL_CHECKBOX_RECENTER 116 /* control type: radioButton, callback function: CB_OnReCentering */
173 #define PANEL_FINDSIGN1 117 /* control type: command, callback function: CB_OnFindSign */ 173 #define PANEL_CHECKBOX_KEEPSLOPE 117 /* control type: radioButton, callback function: CB_OnCROX */
174 #define PANEL_SIGN1 118 /* control type: numeric, callback function: (none) */ 174 #define PANEL_CHECKBOX_KEEP 118 /* control type: radioButton, callback function: CB_OnCROX */
175 #define PANEL_FIND10K3 119 /* control type: command, callback function: CB_OnFind275K */ 175 #define PANEL_STARTCANCEL 119 /* control type: textButton, callback function: CB_OnStartSlopeCancelling */
176 #define PANEL_FIND275K2 120 /* control type: command, callback function: CB_OnFind275K */ 176 #define PANEL_LED1 120 /* control type: LED, callback function: (none) */
177 #define PANEL_RESETSLOPE 121 /* control type: command, callback function: CB_OnResetSlope */ 177 #define PANEL_LED2 121 /* control type: LED, callback function: (none) */
178 #define PANEL_CHECKBOX_STOPIFAUTODE 122 /* control type: radioButton, callback function: CB_OnAutoStopSlopeCancellingIfDelock */ 178 #define PANEL_SLOPE_REFERENCE 122 /* control type: ring, callback function: CB_OnSlopeReference */
179 #define PANEL_CHECKBOX_RECENTER 123 /* control type: radioButton, callback function: CB_OnReCentering */ 179 #define PANEL_ESTIMATE_N3 123 /* control type: command, callback function: CB_OnEstimateN */
180 #define PANEL_CHECKBOX_KEEPSLOPE 124 /* control type: radioButton, callback function: CB_OnCROX */
181 #define PANEL_CHECKBOX_KEEP 125 /* control type: radioButton, callback function: CB_OnCROX */
182 #define PANEL_STARTCANCEL 126 /* control type: textButton, callback function: CB_OnStartSlopeCancelling */
183 #define PANEL_LED1 127 /* control type: LED, callback function: (none) */
184 #define PANEL_LED2 128 /* control type: LED, callback function: (none) */
185 #define PANEL_SLOPE_REFERENCE 129 /* control type: ring, callback function: CB_OnSlopeReference */
186 #define PANEL_ESTIMATE_N3 130 /* control type: command, callback function: CB_OnEstimateN */
187 180
188 181
189 /* Menu Bars, Menus, and Menu Items: */ 182 /* Menu Bars, Menus, and Menu Items: */
190 183
191 /* (no menu bars in the resource file) */ 184 /* (no menu bars in the resource file) */
192 185
193 186
194 /* Callback Prototypes: */ 187 /* Callback Prototypes: */
195 188
196 int CVICALLBACK CB_ChangeDDSAmpli(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
197 int CVICALLBACK CB_ChangeDDSOut(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 189 int CVICALLBACK CB_ChangeDDSOut(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
198 int CVICALLBACK CB_ChangeDDSStep(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 190 int CVICALLBACK CB_ChangeDDSStep(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
199 int CVICALLBACK CB_ChangeMath(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 191 int CVICALLBACK CB_ChangeMath(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
200 int CVICALLBACK CB_ChangeN(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 192 int CVICALLBACK CB_ChangeN(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
201 int CVICALLBACK CB_ChangeSlopeTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 193 int CVICALLBACK CB_ChangeSlopeTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
212 int CVICALLBACK CB_OnFind275K(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 204 int CVICALLBACK CB_OnFind275K(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
213 int CVICALLBACK CB_OnFindSign(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 205 int CVICALLBACK CB_OnFindSign(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
214 int CVICALLBACK CB_OnFreqPlot(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 206 int CVICALLBACK CB_OnFreqPlot(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
215 int CVICALLBACK CB_OnIntegrationTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 207 int CVICALLBACK CB_OnIntegrationTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
216 int CVICALLBACK CB_OnMinus10k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 208 int CVICALLBACK CB_OnMinus10k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
217 int CVICALLBACK CB_OnMinus275k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
218 int CVICALLBACK CB_OnNCalculus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 209 int CVICALLBACK CB_OnNCalculus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
219 int CVICALLBACK CB_OnNEstimate(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 210 int CVICALLBACK CB_OnNEstimate(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
220 int CVICALLBACK CB_OnNEstimateCancel(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 211 int CVICALLBACK CB_OnNEstimateCancel(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
221 int CVICALLBACK CB_OnNEstimateSet(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 212 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); 213 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); 214 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);
225 int CVICALLBACK CB_OnReCentering(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 215 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); 216 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); 217 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); 218 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); 219 int CVICALLBACK CB_OnSaveSr(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
232 int CVICALLBACK CB_OnStart(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 222 int CVICALLBACK CB_OnStart(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); 223 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); 224 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); 225 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); 226 int CVICALLBACK CB_OnTimer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
227 int CVICALLBACK CB_SetSlope(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
237 int CVICALLBACK OnChooseSaveFile(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 228 int CVICALLBACK OnChooseSaveFile(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
238 int CVICALLBACK QuitCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 229 int CVICALLBACK QuitCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
239 230
240 231
241 #ifdef __cplusplus 232 #ifdef __cplusplus