Mercurial > hg > fxanalyse
comparison FXAnalyse.h @ 84:c03263186dd7
Rework and cleanup N measurement panels handling. Move logs to dedicated panel.
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Wed, 20 Mar 2013 16:36:36 +0100 |
parents | 47860259afe2 |
children | 9b7588cd4013 |
comparison
equal
deleted
inserted
replaced
83:b7810db29c12 | 84:c03263186dd7 |
---|---|
12 extern "C" { | 12 extern "C" { |
13 #endif | 13 #endif |
14 | 14 |
15 /* Panels and Controls: */ | 15 /* Panels and Controls: */ |
16 | 16 |
17 #define CALCN1 1 | 17 #define CALCN 1 |
18 #define CALCN1_N 2 /* control type: numeric, callback function: (none) */ | 18 #define CALCN_N 2 /* control type: numeric, callback function: (none) */ |
19 #define CALCN1_ACCEPTN 3 /* control type: command, callback function: CB_OnAcceptN */ | 19 #define CALCN_STOP 3 /* control type: command, callback function: CB_OnNStop */ |
20 #define CALCN1_SLOPE 4 /* control type: numeric, callback function: (none) */ | 20 #define CALCN_SLOPETIME 4 /* control type: numeric, callback function: (none) */ |
21 #define CALCN1_DELTAFREQ 5 /* control type: numeric, callback function: CB_OnDeltaFreq */ | 21 #define CALCN_INTEGRATIONTIME 5 /* control type: numeric, callback function: (none) */ |
22 #define CALCN1_SLOPETIME 6 /* control type: numeric, callback function: CB_OnSlopeTime */ | 22 #define CALCN_DELTAFREQ 6 /* control type: numeric, callback function: (none) */ |
23 #define CALCN1_INTEGRATIONTIME 7 /* control type: numeric, callback function: CB_OnIntegrationTime */ | 23 #define CALCN_START 7 /* control type: command, callback function: CB_OnStartNCalculus */ |
24 #define CALCN1_STOP 8 /* control type: command, callback function: CB_OnNStop */ | 24 #define CALCN_ACCEPTN 8 /* control type: command, callback function: CB_OnAcceptN */ |
25 #define CALCN1_START 9 /* control type: command, callback function: CB_OnStartNCalculus */ | 25 #define CALCN_SLOPE 9 /* control type: numeric, callback function: (none) */ |
26 | 26 |
27 #define CALCN2 2 | 27 #define ESTIMATEN3 2 |
28 #define CALCN2_SLOPE 2 /* control type: numeric, callback function: (none) */ | |
29 #define CALCN2_DELTAFREQ 3 /* control type: numeric, callback function: CB_OnDeltaFreq */ | |
30 #define CALCN2_INTEGRATIONTIME 4 /* control type: numeric, callback function: CB_OnIntegrationTime */ | |
31 #define CALCN2_N 5 /* control type: numeric, callback function: (none) */ | |
32 #define CALCN2_STOP 6 /* control type: command, callback function: CB_OnNStop */ | |
33 #define CALCN2_START 7 /* control type: command, callback function: CB_OnStartNCalculus */ | |
34 #define CALCN2_ACCEPTN 8 /* control type: command, callback function: CB_OnAcceptN */ | |
35 #define CALCN2_SLOPETIME 9 /* control type: numeric, callback function: CB_OnSlopeTime */ | |
36 | |
37 #define CALCN3 3 | |
38 #define CALCN3_SLOPE 2 /* control type: numeric, callback function: (none) */ | |
39 #define CALCN3_DELTAFREQ 3 /* control type: numeric, callback function: CB_OnDeltaFreq */ | |
40 #define CALCN3_INTEGRATIONTIME 4 /* control type: numeric, callback function: CB_OnIntegrationTime */ | |
41 #define CALCN3_N 5 /* control type: numeric, callback function: (none) */ | |
42 #define CALCN3_STOP 6 /* control type: command, callback function: CB_OnNStop */ | |
43 #define CALCN3_START 7 /* control type: command, callback function: CB_OnStartNCalculus */ | |
44 #define CALCN3_ACCEPTN 8 /* control type: command, callback function: CB_OnAcceptN */ | |
45 #define CALCN3_SLOPETIME 9 /* control type: numeric, callback function: CB_OnSlopeTime */ | |
46 | |
47 #define ESTIMATEN3 4 | |
48 #define ESTIMATEN3_N 2 /* control type: numeric, callback function: (none) */ | 28 #define ESTIMATEN3_N 2 /* control type: numeric, callback function: (none) */ |
49 #define ESTIMATEN3_ESTIMATE 3 /* control type: command, callback function: CB_OnNEstimate */ | 29 #define ESTIMATEN3_ESTIMATE 3 /* control type: command, callback function: CB_OnNEstimate */ |
50 #define ESTIMATEN3_FREP 4 /* control type: numeric, callback function: (none) */ | 30 #define ESTIMATEN3_FREP 4 /* control type: numeric, callback function: (none) */ |
51 #define ESTIMATEN3_SET 5 /* control type: command, callback function: CB_OnNEstimateSet */ | 31 #define ESTIMATEN3_SET 5 /* control type: command, callback function: CB_OnNEstimateSet */ |
52 #define ESTIMATEN3_CANCEL 6 /* control type: command, callback function: CB_OnNEstimateCancel */ | 32 #define ESTIMATEN3_CANCEL 6 /* control type: command, callback function: CB_OnNEstimateCancel */ |
53 #define ESTIMATEN3_WAVELENGTH 7 /* control type: numeric, callback function: (none) */ | 33 #define ESTIMATEN3_WAVELENGTH 7 /* control type: numeric, callback function: (none) */ |
54 | 34 |
55 #define PANEL 5 /* callback function: CB_OnEventMain */ | 35 #define LOGGING 3 /* callback function: CB_OnLoggingPanelEvent */ |
36 #define LOGGING_LOGGING 2 /* control type: textBox, callback function: (none) */ | |
37 | |
38 #define PANEL 4 /* callback function: CB_OnEventMain */ | |
56 #define PANEL_QUITBUTTON 2 /* control type: command, callback function: QuitCallback */ | 39 #define PANEL_QUITBUTTON 2 /* control type: command, callback function: QuitCallback */ |
57 #define PANEL_STARTBUTTON 3 /* control type: command, callback function: CB_OnStart */ | 40 #define PANEL_STARTBUTTON 3 /* control type: command, callback function: CB_OnStart */ |
58 #define PANEL_STOPBUTTON 4 /* control type: command, callback function: CB_OnStop */ | 41 #define PANEL_STOPBUTTON 4 /* control type: command, callback function: CB_OnStop */ |
59 #define PANEL_FREQ4 5 /* control type: numeric, callback function: (none) */ | 42 #define PANEL_FREQ4 5 /* control type: numeric, callback function: (none) */ |
60 #define PANEL_FREQ3 6 /* control type: numeric, callback function: (none) */ | 43 #define PANEL_FREQ3 6 /* control type: numeric, callback function: (none) */ |
61 #define PANEL_FREQ2 7 /* control type: numeric, callback function: (none) */ | 44 #define PANEL_FREQ2 7 /* control type: numeric, callback function: (none) */ |
62 #define PANEL_FREQ1 8 /* control type: numeric, callback function: (none) */ | 45 #define PANEL_FREQ1 8 /* control type: numeric, callback function: (none) */ |
63 #define PANEL_CHECKBOX_DDSSRALLAN 9 /* control type: radioButton, callback function: (none) */ | 46 #define PANEL_CHECKBOX_MATH1ALLAN 9 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
64 #define PANEL_CHECKBOX_DDSHGALLAN 10 /* control type: radioButton, callback function: (none) */ | 47 #define PANEL_CHECKBOX_FREQ4ALLAN 10 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
65 #define PANEL_CHECKBOX_DDSSRPLOT 11 /* control type: radioButton, callback function: (none) */ | 48 #define PANEL_CHECKBOX_FREQ3ALLAN 11 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
66 #define PANEL_CHECKBOX_MATH1ALLAN 12 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 49 #define PANEL_CHECKBOX_FREQ4PLOT 12 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
67 #define PANEL_CHECKBOX_DDSHGPLOT 13 /* control type: radioButton, callback function: (none) */ | 50 #define PANEL_CHECKBOX_FREQ2ALLAN 13 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
68 #define PANEL_CHECKBOX_FREQ4ALLAN 14 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 51 #define PANEL_CHECKBOX_FREQ3PLOT 14 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
69 #define PANEL_CHECKBOX_FREQ3ALLAN 15 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 52 #define PANEL_CHECKBOX_CORRFREQU 15 /* control type: radioButton, callback function: CB_OnCROX */ |
70 #define PANEL_CHECKBOX_FREQ4PLOT 16 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 53 #define PANEL_CHECKBOX_FREQ1ALLAN 16 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
71 #define PANEL_CHECKBOX_FREQ2ALLAN 17 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 54 #define PANEL_CHECKBOX_FREQ2PLOT 17 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
72 #define PANEL_CHECKBOX_FREQ3PLOT 18 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 55 #define PANEL_CHECKBOX_MATH1PLOT 18 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
73 #define PANEL_CHECKBOX_CORRFREQU 19 /* control type: radioButton, callback function: CB_OnCROX */ | 56 #define PANEL_CHECKBOX_FREQ1PLOT 19 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
74 #define PANEL_CHECKBOX_FREQ1ALLAN 20 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 57 #define PANEL_TIMER 20 /* control type: timer, callback function: CB_OnTimer */ |
75 #define PANEL_CHECKBOX_FREQ2PLOT 21 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 58 #define PANEL_DDS2 21 /* control type: numeric, callback function: CB_ChangeDDSOut */ |
76 #define PANEL_CHECKBOX_MATH1PLOT 22 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 59 #define PANEL_TEXTMSG 22 /* control type: textMsg, callback function: (none) */ |
77 #define PANEL_CHECKBOX_FREQ1PLOT 23 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 60 #define PANEL_TEXTMSG_2 23 /* control type: textMsg, callback function: (none) */ |
78 #define PANEL_TIMER 24 /* control type: timer, callback function: CB_OnTimer */ | 61 #define PANEL_SLOPETIME 24 /* control type: numeric, callback function: CB_ChangeSlopeTime */ |
79 #define PANEL_DDS2 25 /* control type: numeric, callback function: CB_ChangeDDSOut */ | 62 #define PANEL_DDS1 25 /* control type: numeric, callback function: CB_ChangeDDSOut */ |
80 #define PANEL_TEXTMSG 26 /* control type: textMsg, callback function: (none) */ | 63 #define PANEL_SPLITTER 26 /* control type: splitter, callback function: (none) */ |
81 #define PANEL_TEXTMSG_2 27 /* control type: textMsg, callback function: (none) */ | 64 #define PANEL_CHANGENDIV 27 /* control type: numeric, callback function: CB_OnChangeNdiv */ |
82 #define PANEL_SLOPETIME 28 /* control type: numeric, callback function: CB_ChangeSlopeTime */ | 65 #define PANEL_N3CHOICE 28 /* control type: numeric, callback function: CB_ChangeN */ |
83 #define PANEL_DDS1 29 /* control type: numeric, callback function: CB_ChangeDDSOut */ | 66 #define PANEL_N3CALCULUS 29 /* control type: command, callback function: CB_OnNCalculus */ |
84 #define PANEL_SPLITTER 30 /* control type: splitter, callback function: (none) */ | 67 #define PANEL_N1CHOICE 30 /* control type: numeric, callback function: CB_ChangeN */ |
85 #define PANEL_CHANGENDIV 31 /* control type: numeric, callback function: CB_OnChangeNdiv */ | 68 #define PANEL_N2CHOICE 31 /* control type: numeric, callback function: CB_ChangeN */ |
86 #define PANEL_N3CHOICE 32 /* control type: numeric, callback function: CB_ChangeN */ | 69 #define PANEL_N2CALCULUS 32 /* control type: command, callback function: CB_OnNCalculus */ |
87 #define PANEL_N3CALCULUS 33 /* control type: command, callback function: CB_OnNCalculus */ | 70 #define PANEL_DDS4STEP 33 /* control type: ring, callback function: CB_ChangeDDSStep */ |
88 #define PANEL_N1CHOICE 34 /* control type: numeric, callback function: CB_ChangeN */ | 71 #define PANEL_DDS3STEP 34 /* control type: ring, callback function: CB_ChangeDDSStep */ |
89 #define PANEL_N2CHOICE 35 /* control type: numeric, callback function: CB_ChangeN */ | 72 #define PANEL_DDS2STEP 35 /* control type: ring, callback function: CB_ChangeDDSStep */ |
90 #define PANEL_N2CALCULUS 36 /* control type: command, callback function: CB_OnNCalculus */ | 73 #define PANEL_CENTERFREQUENCY 36 /* control type: numeric, callback function: (none) */ |
91 #define PANEL_DDS4STEP 37 /* control type: ring, callback function: CB_ChangeDDSStep */ | 74 #define PANEL_SLOPE_APPLIED 37 /* control type: numeric, callback function: CB_SetSlope */ |
92 #define PANEL_DDS3STEP 38 /* control type: ring, callback function: CB_ChangeDDSStep */ | 75 #define PANEL_MATH4 38 /* control type: numeric, callback function: (none) */ |
93 #define PANEL_DDS2STEP 39 /* control type: ring, callback function: CB_ChangeDDSStep */ | 76 #define PANEL_MATH5 39 /* control type: numeric, callback function: (none) */ |
94 #define PANEL_CENTERFREQUENCY 40 /* control type: numeric, callback function: (none) */ | 77 #define PANEL_MATH3 40 /* control type: numeric, callback function: (none) */ |
95 #define PANEL_SLOPE_APPLIED 41 /* control type: numeric, callback function: CB_SetSlope */ | 78 #define PANEL_CHECKBOX_MATH5PLOT 41 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
96 #define PANEL_MATH4 42 /* control type: numeric, callback function: (none) */ | 79 #define PANEL_CHECKBOX_MATH4PLOT 42 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
97 #define PANEL_MATH5 43 /* control type: numeric, callback function: (none) */ | 80 #define PANEL_CHECKBOX_MATH4ALLAN 43 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
98 #define PANEL_MATH3 44 /* control type: numeric, callback function: (none) */ | 81 #define PANEL_DDS1STEP 44 /* control type: ring, callback function: CB_ChangeDDSStep */ |
99 #define PANEL_CHECKBOX_MATH5PLOT 45 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 82 #define PANEL_TEXTMSG_15 45 /* control type: textMsg, callback function: (none) */ |
100 #define PANEL_CHECKBOX_MATH4PLOT 46 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 83 #define PANEL_CHECKBOX_MATH5ALLAN 46 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
101 #define PANEL_CHECKBOX_MATH4ALLAN 47 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 84 #define PANEL_CHECKBOX_MATH3PLOT 47 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
102 #define PANEL_DDS1STEP 48 /* control type: ring, callback function: CB_ChangeDDSStep */ | 85 #define PANEL_CHECKBOX_MATH5SAVE 48 /* control type: radioButton, callback function: (none) */ |
103 #define PANEL_TEXTMSG_15 49 /* control type: textMsg, callback function: (none) */ | 86 #define PANEL_CHECKBOX_MATH4SAVE 49 /* control type: radioButton, callback function: (none) */ |
104 #define PANEL_CHECKBOX_MATH5ALLAN 50 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 87 #define PANEL_CHECKBOX_MATH3ALLAN 50 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
105 #define PANEL_CHECKBOX_MATH3PLOT 51 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 88 #define PANEL_MATHSTRING4 51 /* control type: string, callback function: CB_ChangeMath */ |
106 #define PANEL_CHECKBOX_MATH5SAVE 52 /* control type: radioButton, callback function: (none) */ | 89 #define PANEL_TEXTMSG_17 52 /* control type: textMsg, callback function: (none) */ |
107 #define PANEL_CHECKBOX_MATH4SAVE 53 /* control type: radioButton, callback function: (none) */ | 90 #define PANEL_MATH2 53 /* control type: numeric, callback function: (none) */ |
108 #define PANEL_CHECKBOX_MATH3ALLAN 54 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 91 #define PANEL_SPLITTER_15 54 /* control type: splitter, callback function: (none) */ |
109 #define PANEL_MATHSTRING4 55 /* control type: string, callback function: CB_ChangeMath */ | 92 #define PANEL_SPLITTER_12 55 /* control type: splitter, callback function: (none) */ |
110 #define PANEL_TEXTMSG_17 56 /* control type: textMsg, callback function: (none) */ | 93 #define PANEL_CHECKBOX_MATH2PLOT 56 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
111 #define PANEL_MATH2 57 /* control type: numeric, callback function: (none) */ | 94 #define PANEL_CHECKBOX_MATH3SAVE 57 /* control type: radioButton, callback function: (none) */ |
112 #define PANEL_SPLITTER_15 58 /* control type: splitter, callback function: (none) */ | 95 #define PANEL_CHECKBOX_MATH2SAVE 58 /* control type: radioButton, callback function: (none) */ |
113 #define PANEL_SPLITTER_12 59 /* control type: splitter, callback function: (none) */ | 96 #define PANEL_CHECKBOX_MATH2ALLAN 59 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
114 #define PANEL_CHECKBOX_MATH2PLOT 60 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 97 #define PANEL_TEXTMSG_7 60 /* control type: textMsg, callback function: (none) */ |
115 #define PANEL_CHECKBOX_MATH3SAVE 61 /* control type: radioButton, callback function: (none) */ | 98 #define PANEL_MATHSTRING3 61 /* control type: string, callback function: CB_ChangeMath */ |
116 #define PANEL_CHECKBOX_MATH2SAVE 62 /* control type: radioButton, callback function: (none) */ | 99 #define PANEL_MATH1 62 /* control type: numeric, callback function: (none) */ |
117 #define PANEL_CHECKBOX_MATH2ALLAN 63 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 100 #define PANEL_SPLITTER_6 63 /* control type: splitter, callback function: (none) */ |
118 #define PANEL_TEXTMSG_7 64 /* control type: textMsg, callback function: (none) */ | 101 #define PANEL_TEXTMSG_18 64 /* control type: textMsg, callback function: (none) */ |
119 #define PANEL_MATHSTRING3 65 /* control type: string, callback function: CB_ChangeMath */ | 102 #define PANEL_TEXTMSG_6 65 /* control type: textMsg, callback function: (none) */ |
120 #define PANEL_MATH1 66 /* control type: numeric, callback function: (none) */ | 103 #define PANEL_TEXTMSG_8 66 /* control type: textMsg, callback function: (none) */ |
121 #define PANEL_SPLITTER_6 67 /* control type: splitter, callback function: (none) */ | 104 #define PANEL_TEXTMSG_19 67 /* control type: textMsg, callback function: (none) */ |
122 #define PANEL_TEXTMSG_18 68 /* control type: textMsg, callback function: (none) */ | 105 #define PANEL_MATHSTRING1 68 /* control type: string, callback function: CB_ChangeMath */ |
123 #define PANEL_TEXTMSG_6 69 /* control type: textMsg, callback function: (none) */ | 106 #define PANEL_TEXTMSG_9 69 /* control type: textMsg, callback function: (none) */ |
124 #define PANEL_TEXTMSG_8 70 /* control type: textMsg, callback function: (none) */ | 107 #define PANEL_TEXTMSG_10 70 /* control type: textMsg, callback function: (none) */ |
125 #define PANEL_TEXTMSG_19 71 /* control type: textMsg, callback function: (none) */ | 108 #define PANEL_MATHSTRING2 71 /* control type: string, callback function: CB_ChangeMath */ |
126 #define PANEL_MATHSTRING1 72 /* control type: string, callback function: CB_ChangeMath */ | 109 #define PANEL_TEXTMSG_16 72 /* control type: textMsg, callback function: (none) */ |
127 #define PANEL_TEXTMSG_9 73 /* control type: textMsg, callback function: (none) */ | 110 #define PANEL_SPLITTER_11 73 /* control type: splitter, callback function: (none) */ |
128 #define PANEL_TEXTMSG_10 74 /* control type: textMsg, callback function: (none) */ | 111 #define PANEL_SPLITTER_16 74 /* control type: splitter, callback function: (none) */ |
129 #define PANEL_MATHSTRING2 75 /* control type: string, callback function: CB_ChangeMath */ | 112 #define PANEL_SPLITTER_9 75 /* control type: splitter, callback function: (none) */ |
130 #define PANEL_TEXTMSG_16 76 /* control type: textMsg, callback function: (none) */ | 113 #define PANEL_SPLITTER_3 76 /* control type: splitter, callback function: (none) */ |
131 #define PANEL_SPLITTER_11 77 /* control type: splitter, callback function: (none) */ | 114 #define PANEL_MINUS10KDDS1 77 /* control type: command, callback function: CB_OnMinus10k */ |
132 #define PANEL_SPLITTER_16 78 /* control type: splitter, callback function: (none) */ | 115 #define PANEL_MINUS10KDDS4 78 /* control type: command, callback function: CB_OnMinus10k */ |
133 #define PANEL_SPLITTER_9 79 /* control type: splitter, callback function: (none) */ | 116 #define PANEL_MINUS10KDDS3 79 /* control type: command, callback function: CB_OnMinus10k */ |
134 #define PANEL_SPLITTER_3 80 /* control type: splitter, callback function: (none) */ | 117 #define PANEL_MINUS10KDDS2 80 /* control type: command, callback function: CB_OnMinus10k */ |
135 #define PANEL_MINUS10KDDS1 81 /* control type: command, callback function: CB_OnMinus10k */ | 118 #define PANEL_PLUS10KDDS4 81 /* control type: command, callback function: CB_OnPlus10k */ |
136 #define PANEL_MINUS10KDDS4 82 /* control type: command, callback function: CB_OnMinus10k */ | 119 #define PANEL_PLUS10KDDS3 82 /* control type: command, callback function: CB_OnPlus10k */ |
137 #define PANEL_MINUS10KDDS3 83 /* control type: command, callback function: CB_OnMinus10k */ | 120 #define PANEL_PLUS10KDDS1 83 /* control type: command, callback function: CB_OnPlus10k */ |
138 #define PANEL_MINUS10KDDS2 84 /* control type: command, callback function: CB_OnMinus10k */ | 121 #define PANEL_PLUS10KDDS2 84 /* control type: command, callback function: CB_OnPlus10k */ |
139 #define PANEL_PLUS10KDDS4 85 /* control type: command, callback function: CB_OnPlus10k */ | 122 #define PANEL_TEXTMSG_11 85 /* control type: textMsg, callback function: (none) */ |
140 #define PANEL_PLUS10KDDS3 86 /* control type: command, callback function: CB_OnPlus10k */ | 123 #define PANEL_MATHSTRING5 86 /* control type: textBox, callback function: CB_ChangeMath */ |
141 #define PANEL_PLUS10KDDS1 87 /* control type: command, callback function: CB_OnPlus10k */ | 124 #define PANEL_SPLITTER_8 87 /* control type: splitter, callback function: (none) */ |
142 #define PANEL_PLUS10KDDS2 88 /* control type: command, callback function: CB_OnPlus10k */ | 125 #define PANEL_MJD 88 /* control type: numeric, callback function: (none) */ |
143 #define PANEL_TEXTMSG_11 89 /* control type: textMsg, callback function: (none) */ | 126 #define PANEL_UTC 89 /* control type: numeric, callback function: (none) */ |
144 #define PANEL_MATHSTRING5 90 /* control type: textBox, callback function: CB_ChangeMath */ | 127 #define PANEL_TIME 90 /* control type: string, callback function: (none) */ |
145 #define PANEL_SPLITTER_8 91 /* control type: splitter, callback function: (none) */ | 128 #define PANEL_DATE 91 /* control type: string, callback function: (none) */ |
146 #define PANEL_MJD 92 /* control type: numeric, callback function: (none) */ | 129 #define PANEL_SPLITTER_14 92 /* control type: splitter, callback function: (none) */ |
147 #define PANEL_UTC 93 /* control type: numeric, callback function: (none) */ | 130 #define PANEL_SPLITTER_13 93 /* control type: splitter, callback function: (none) */ |
148 #define PANEL_TIME 94 /* control type: string, callback function: (none) */ | 131 #define PANEL_DDS4 94 /* control type: numeric, callback function: CB_ChangeDDSOut */ |
149 #define PANEL_DATE 95 /* control type: string, callback function: (none) */ | 132 #define PANEL_SPLITTER_2 95 /* control type: splitter, callback function: (none) */ |
150 #define PANEL_SPLITTER_14 96 /* control type: splitter, callback function: (none) */ | 133 #define PANEL_DDS3 96 /* control type: numeric, callback function: CB_ChangeDDSOut */ |
151 #define PANEL_SPLITTER_13 97 /* control type: splitter, callback function: (none) */ | 134 #define PANEL_N1CALCULUS 97 /* control type: command, callback function: CB_OnNCalculus */ |
152 #define PANEL_DDS4 98 /* control type: numeric, callback function: CB_ChangeDDSOut */ | 135 #define PANEL_FINDSIGN3 98 /* control type: command, callback function: CB_OnFindSign */ |
153 #define PANEL_SPLITTER_2 99 /* control type: splitter, callback function: (none) */ | 136 #define PANEL_SIGN3 99 /* control type: numeric, callback function: (none) */ |
154 #define PANEL_DDS3 100 /* control type: numeric, callback function: CB_ChangeDDSOut */ | 137 #define PANEL_FINDSIGN2 100 /* control type: command, callback function: CB_OnFindSign */ |
155 #define PANEL_N1CALCULUS 101 /* control type: command, callback function: CB_OnNCalculus */ | 138 #define PANEL_SIGN2 101 /* control type: numeric, callback function: (none) */ |
156 #define PANEL_FINDSIGN3 102 /* control type: command, callback function: CB_OnFindSign */ | 139 #define PANEL_FINDSIGN1 102 /* control type: command, callback function: CB_OnFindSign */ |
157 #define PANEL_SIGN3 103 /* control type: numeric, callback function: (none) */ | 140 #define PANEL_SIGN1 103 /* control type: numeric, callback function: (none) */ |
158 #define PANEL_FINDSIGN2 104 /* control type: command, callback function: CB_OnFindSign */ | 141 #define PANEL_FIND10K3 104 /* control type: command, callback function: CB_OnFind275K */ |
159 #define PANEL_SIGN2 105 /* control type: numeric, callback function: (none) */ | 142 #define PANEL_FIND275K2 105 /* control type: command, callback function: CB_OnFind275K */ |
160 #define PANEL_FINDSIGN1 106 /* control type: command, callback function: CB_OnFindSign */ | 143 #define PANEL_RESETSLOPE 106 /* control type: command, callback function: CB_OnResetSlope */ |
161 #define PANEL_SIGN1 107 /* control type: numeric, callback function: (none) */ | 144 #define PANEL_CHECKBOX_STOPIFAUTODE 107 /* control type: radioButton, callback function: CB_OnStopSlopeCancellingOnUnlocked */ |
162 #define PANEL_FIND10K3 108 /* control type: command, callback function: CB_OnFind275K */ | 145 #define PANEL_CHECKBOX_RECENTER 108 /* control type: radioButton, callback function: CB_OnReCentering */ |
163 #define PANEL_FIND275K2 109 /* control type: command, callback function: CB_OnFind275K */ | 146 #define PANEL_CHECKBOX_KEEPSLOPE 109 /* control type: radioButton, callback function: CB_OnCROX */ |
164 #define PANEL_RESETSLOPE 110 /* control type: command, callback function: CB_OnResetSlope */ | 147 #define PANEL_CHECKBOX_KEEP 110 /* control type: radioButton, callback function: CB_OnCROX */ |
165 #define PANEL_CHECKBOX_STOPIFAUTODE 111 /* control type: radioButton, callback function: CB_OnStopSlopeCancellingOnUnlocked */ | 148 #define PANEL_SLOPE_REFERENCE 111 /* control type: ring, callback function: CB_OnSlopeReference */ |
166 #define PANEL_CHECKBOX_RECENTER 112 /* control type: radioButton, callback function: CB_OnReCentering */ | 149 #define PANEL_ESTIMATE_N3 112 /* control type: command, callback function: CB_OnEstimateN */ |
167 #define PANEL_CHECKBOX_KEEPSLOPE 113 /* control type: radioButton, callback function: CB_OnCROX */ | 150 #define PANEL_INVERT_SLOPE_SIGN 113 /* control type: radioButton, callback function: CB_InvertSlopeSign */ |
168 #define PANEL_CHECKBOX_KEEP 114 /* control type: radioButton, callback function: CB_OnCROX */ | 151 #define PANEL_MEASURE_SLOPE 114 /* control type: LED, callback function: CB_MeasureSlope */ |
169 #define PANEL_SLOPE_REFERENCE 115 /* control type: ring, callback function: CB_OnSlopeReference */ | 152 #define PANEL_SLOPE_MEASURED 115 /* control type: numeric, callback function: (none) */ |
170 #define PANEL_ESTIMATE_N3 116 /* control type: command, callback function: CB_OnEstimateN */ | 153 #define PANEL_RESET_DEDRIFT_DDS 116 /* control type: command, callback function: CB_ResetDedriftDDS */ |
171 #define PANEL_INVERT_SLOPE_SIGN 117 /* control type: radioButton, callback function: CB_InvertSlopeSign */ | 154 #define PANEL_SHOWLOG 117 /* control type: command, callback function: CB_ShowLog */ |
172 #define PANEL_MEASURE_SLOPE 118 /* control type: LED, callback function: CB_MeasureSlope */ | |
173 #define PANEL_SLOPE_MEASURED 119 /* control type: numeric, callback function: (none) */ | |
174 #define PANEL_RESET_DEDRIFT_DDS 120 /* control type: command, callback function: CB_ResetDedriftDDS */ | |
175 #define PANEL_LOGGING 121 /* control type: textBox, callback function: (none) */ | |
176 | 155 |
177 | 156 |
178 /* Menu Bars, Menus, and Menu Items: */ | 157 /* Menu Bars, Menus, and Menu Items: */ |
179 | 158 |
180 /* (no menu bars in the resource file) */ | 159 /* (no menu bars in the resource file) */ |
191 int CVICALLBACK CB_MeasureSlope(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 170 int CVICALLBACK CB_MeasureSlope(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
192 int CVICALLBACK CB_OnAcceptN(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 171 int CVICALLBACK CB_OnAcceptN(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
193 int CVICALLBACK CB_OnAllanPlot(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 172 int CVICALLBACK CB_OnAllanPlot(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
194 int CVICALLBACK CB_OnChangeNdiv(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 173 int CVICALLBACK CB_OnChangeNdiv(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
195 int CVICALLBACK CB_OnCROX(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 174 int CVICALLBACK CB_OnCROX(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
196 int CVICALLBACK CB_OnDeltaFreq(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | |
197 int CVICALLBACK CB_OnEstimateN(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 175 int CVICALLBACK CB_OnEstimateN(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
198 int CVICALLBACK CB_OnEventMain(int panel, int event, void *callbackData, int eventData1, int eventData2); | 176 int CVICALLBACK CB_OnEventMain(int panel, int event, void *callbackData, int eventData1, int eventData2); |
199 int CVICALLBACK CB_OnFind275K(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 177 int CVICALLBACK CB_OnFind275K(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
200 int CVICALLBACK CB_OnFindSign(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 178 int CVICALLBACK CB_OnFindSign(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
201 int CVICALLBACK CB_OnFreqPlot(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 179 int CVICALLBACK CB_OnFreqPlot(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
202 int CVICALLBACK CB_OnIntegrationTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 180 int CVICALLBACK CB_OnLoggingPanelEvent(int panel, int event, void *callbackData, int eventData1, int eventData2); |
203 int CVICALLBACK CB_OnMinus10k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 181 int CVICALLBACK CB_OnMinus10k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
204 int CVICALLBACK CB_OnNCalculus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 182 int CVICALLBACK CB_OnNCalculus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
205 int CVICALLBACK CB_OnNEstimate(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 183 int CVICALLBACK CB_OnNEstimate(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
206 int CVICALLBACK CB_OnNEstimateCancel(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 184 int CVICALLBACK CB_OnNEstimateCancel(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
207 int CVICALLBACK CB_OnNEstimateSet(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 185 int CVICALLBACK CB_OnNEstimateSet(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
208 int CVICALLBACK CB_OnNStop(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 186 int CVICALLBACK CB_OnNStop(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
209 int CVICALLBACK CB_OnPlus10k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 187 int CVICALLBACK CB_OnPlus10k(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
210 int CVICALLBACK CB_OnReCentering(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 188 int CVICALLBACK CB_OnReCentering(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
211 int CVICALLBACK CB_OnResetSlope(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 189 int CVICALLBACK CB_OnResetSlope(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
212 int CVICALLBACK CB_OnSlopeReference(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 190 int CVICALLBACK CB_OnSlopeReference(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
213 int CVICALLBACK CB_OnSlopeTime(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | |
214 int CVICALLBACK CB_OnStart(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 191 int CVICALLBACK CB_OnStart(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
215 int CVICALLBACK CB_OnStartNCalculus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 192 int CVICALLBACK CB_OnStartNCalculus(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
216 int CVICALLBACK CB_OnStop(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 193 int CVICALLBACK CB_OnStop(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
217 int CVICALLBACK CB_OnStopSlopeCancellingOnUnlocked(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 194 int CVICALLBACK CB_OnStopSlopeCancellingOnUnlocked(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
218 int CVICALLBACK CB_OnTimer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 195 int CVICALLBACK CB_OnTimer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
219 int CVICALLBACK CB_ResetDedriftDDS(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 196 int CVICALLBACK CB_ResetDedriftDDS(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
220 int CVICALLBACK CB_SetSlope(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 197 int CVICALLBACK CB_SetSlope(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
198 int CVICALLBACK CB_ShowLog(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | |
221 int CVICALLBACK QuitCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 199 int CVICALLBACK QuitCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
222 | 200 |
223 | 201 |
224 #ifdef __cplusplus | 202 #ifdef __cplusplus |
225 } | 203 } |