-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy path
351 lines (351 loc) · 16.3 KB
/
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
[1mdiff --cc A-4E-C/Cockpit/Scripts/command_defs.lua[m
[1mindex 1bd2989,586f775..0000000[m
[1m--- a/A-4E-C/Cockpit/Scripts/command_defs.lua[m
[1m+++ b/A-4E-C/Cockpit/Scripts/command_defs.lua[m
[36m@@@ -291,157 -291,196 +291,215 @@@[m [men[m
[m
device_commands =[m
{[m
[31m- Button_Test = __counter(),[m
[31m- arm_gun = __counter(),[m
[31m- arm_master = __counter(),[m
[31m- arm_station1 = __counter(),[m
[31m- arm_station2 = __counter(),[m
[31m- arm_station3 = __counter(),[m
[31m- arm_station4 = __counter(),[m
[31m- arm_station5 = __counter(),[m
[31m- arm_func_selector = __counter(),[m
[31m- gunpod_l = __counter(),[m
[31m- gunpod_c = __counter(),[m
[31m- gunpod_r = __counter(),[m
[31m- gunpod_chargeclear = __counter(),[m
[31m- push_starter_switch = __counter(),[m
[31m- throttle = __counter(),[m
[31m- flaps = __counter(),[m
[31m- spoiler_cover = __counter(),[m
[31m- spoiler_arm = __counter(),[m
[31m- FuelGaugeExtButton = __counter(),[m
[31m- AltPressureKnob = __counter(),[m
[31m- Gear = __counter(),[m
[31m- Hook = __counter(),[m
[31m- emer_gen_bypass = __counter(),[m
[31m- emer_gen_deploy = __counter(),[m
[31m- speedbrake = __counter(),[m
[31m- arm_emer_sel = __counter(),[m
[31m- arm_bomb = __counter(),[m
[31m- emer_bomb_release = __counter(),[m
[31m- GunsightKnob = __counter(),[m
[31m- GunsightDayNight = __counter(),[m
[31m- GunsightBrightness = __counter(),[m
[31m- AWRS_quantity = __counter(),[m
[31m- AWRS_drop_interval = __counter(),[m
[31m- AWRS_multiplier = __counter(),[m
[31m- AWRS_stepripple = __counter(),[m
[31m- speedbrake_emer = __counter(),[m
[31m- emer_gear_release = __counter(),[m
[31m- radar_alt_indexer = __counter(),[m
[31m- radar_alt_switch = __counter(),[m
[31m- master_test = __counter(),[m
[31m- ias_index_button = __counter(),[m
[31m- ias_index_knob = __counter(),[m
[31m- stby_att_index_button = __counter(),[m
[31m- stby_att_index_knob = __counter(),[m
[31m- [m
[31m- bdhi_mode = __counter(),[m
[31m- [m
[31m- doppler_select = __counter(),[m
[31m- doppler_memory_test = __counter(),[m
[31m- [m
[31m- nav_select = __counter(),[m
[31m- asn41_magvar = __counter(),[m
[31m- asn41_windspeed = __counter(),[m
[31m- asn41_winddir = __counter(),[m
[31m- ppos_lat = __counter(),[m
[31m- ppos_lon = __counter(),[m
[31m- dest_lat = __counter(),[m
[31m- dest_lon = __counter(),[m
[31m- [m
[31m- radar_planprofile = __counter(),[m
[31m- radar_range = __counter(),[m
[31m- radar_storage = __counter(),[m
[31m- radar_brilliance = __counter(),[m
[31m- radar_detail = __counter(),[m
[31m- radar_gain = __counter(),[m
[31m- radar_filter = __counter(),[m
[31m- radar_reticle = __counter(),[m
[31m- radar_mode = __counter(),[m
[31m- radar_aoacomp = __counter(),[m
[31m- radar_angle = __counter(),[m
[31m- radar_angle_axis = __counter(),[m
[31m- radar_angle_axis_abs = __counter(),[m
[31m- radar_volume = __counter(),[m
[31m- tacan_mode = __counter(),[m
[31m- tacan_ch_major = __counter(),[m
[31m- tacan_ch_minor = __counter(),[m
[31m- tacan_volume = __counter(),[m
[31m- extlight_master = __counter(),[m
[31m- extlight_probe = __counter(),[m
[31m- extlight_taxi = __counter(),[m
[31m- extlight_anticoll = __counter(),[m
[31m- extlight_fuselage = __counter(),[m
[31m- extlight_flashsteady = __counter(),[m
[31m- extlight_nav = __counter(),[m
[31m- extlight_tail = __counter(),[m
[31m- intlight_whiteflood = __counter(),[m
[31m- intlight_instruments = __counter(),[m
[31m- intlight_console = __counter(),[m
[31m- intlight_brightness = __counter(),[m
[31m- rudder_trim = __counter(),[m
[31m- throttle_axis = __counter(),[m
[31m- throttle_click = __counter(),[m
[31m- [m
[31m- afcs_standby = __counter(),[m
[31m- afcs_engage = __counter(),[m
[31m- afcs_hdg_sel = __counter(),[m
[31m- afcs_alt = __counter(),[m
[31m- afcs_hdg_set = __counter(),[m
[31m- afcs_stab_aug = __counter(),[m
[31m- afcs_ail_trim = __counter(),[m
[31m- [m
[31m- apc_engagestbyoff = __counter(),[m
[31m- apc_hotstdcold = __counter(),[m
[31m- [m
[31m- arc51_mode = __counter(),[m
[31m- arc51_xmitmode = __counter(),[m
[31m- arc51_volume = __counter(),[m
[31m- arc51_squelch = __counter(),[m
[31m- arc51_freq_preset = __counter(),[m
[31m- arc51_freq_XXxxx = __counter(),[m
[31m- arc51_freq_xxXxx = __counter(),[m
[31m- arc51_freq_xxxXX = __counter(),[m
[31m- [m
[31m- clock_stopwatch = __counter(),[m
[31m- [m
[31m- cm_bank = __counter(),[m
[31m- cm_auto = __counter(),[m
[31m- cm_adj1 = __counter(),[m
[31m- cm_adj2 = __counter(),[m
[31m- cm_pwr = __counter(),[m
[31m- [m
[31m- accel_reset = __counter(),[m
[32m+ Button_Test = __counter(),[m
[32m+ arm_gun = __counter(),[m
[32m+ arm_master = __counter(),[m
[32m+ arm_station1 = __counter(),[m
[32m+ arm_station2 = __counter(),[m
[32m+ arm_station3 = __counter(),[m
[32m+ arm_station4 = __counter(),[m
[32m+ arm_station5 = __counter(),[m
[32m+ arm_func_selector = __counter(),[m
[32m+ gunpod_l = __counter(),[m
[32m+ gunpod_c = __counter(),[m
[32m+ gunpod_r = __counter(),[m
[32m+ gunpod_chargeclear = __counter(),[m
[32m+ push_starter_switch = __counter(),[m
[32m+ throttle = __counter(),[m
[32m+ flaps = __counter(),[m
[32m+ spoiler_cover = __counter(),[m
[32m+ spoiler_arm = __counter(),[m
[32m+ FuelGaugeExtButton = __counter(),[m
[32m+ AltPressureKnob = __counter(),[m
[32m+ Gear = __counter(),[m
[32m+ Hook = __counter(),[m
[32m+ emer_gen_bypass = __counter(),[m
[32m+ emer_gen_deploy = __counter(),[m
[32m+ speedbrake = __counter(),[m
[32m+ arm_emer_sel = __counter(),[m
[32m+ arm_bomb = __counter(),[m
[32m+ emer_bomb_release = __counter(),[m
[32m+ GunsightKnob = __counter(),[m
[32m+ GunsightDayNight = __counter(),[m
[32m+ GunsightBrightness = __counter(),[m
[32m+ AWRS_quantity = __counter(),[m
[32m+ AWRS_drop_interval = __counter(),[m
[32m+ AWRS_multiplier = __counter(),[m
[32m+ AWRS_stepripple = __counter(),[m
[32m+ speedbrake_emer = __counter(),[m
[32m+ emer_gear_release = __counter(),[m
[32m+ radar_alt_indexer = __counter(),[m
[32m+ radar_alt_switch = __counter(),[m
[32m+ master_test = __counter(),[m
[32m+ ias_index_button = __counter(),[m
[32m+ ias_index_knob = __counter(),[m
[32m+ stby_att_index_button = __counter(),[m
[32m+ stby_att_index_knob = __counter(),[m
[32m+ [m
[32m+ bdhi_mode = __counter(),[m
[32m+ [m
[32m+ doppler_select = __counter(),[m
[32m+ doppler_memory_test = __counter(),[m
[32m+ [m
[32m+ nav_select = __counter(),[m
[32m+ asn41_magvar = __counter(),[m
[32m+ asn41_windspeed = __counter(),[m
[32m+ asn41_winddir = __counter(),[m
[32m+ ppos_lat = __counter(),[m
[32m+ ppos_lon = __counter(),[m
[32m+ dest_lat = __counter(),[m
[32m+ dest_lon = __counter(),[m
[32m+ [m
[32m+ radar_planprofile = __counter(),[m
[32m+ radar_range = __counter(),[m
[32m+ radar_storage = __counter(),[m
[32m+ radar_brilliance = __counter(),[m
[32m+ radar_detail = __counter(),[m
[32m+ radar_gain = __counter(),[m
[32m+ radar_filter = __counter(),[m
[32m+ radar_reticle = __counter(),[m
[32m+ radar_mode = __counter(),[m
[32m+ radar_aoacomp = __counter(),[m
[32m+ radar_angle = __counter(),[m
[32m+ radar_angle_axis = __counter(),[m
[32m+ radar_angle_axis_abs = __counter(),[m
[32m+ radar_volume = __counter(),[m
[32m+ tacan_mode = __counter(),[m
[32m+ tacan_ch_major = __counter(),[m
[32m+ tacan_ch_minor = __counter(),[m
[32m+ tacan_volume = __counter(),[m
[32m+ extlight_master = __counter(),[m
[32m+ extlight_probe = __counter(),[m
[32m+ extlight_taxi = __counter(),[m
[32m+ extlight_anticoll = __counter(),[m
[32m+ extlight_fuselage = __counter(),[m
[32m+ extlight_flashsteady = __counter(),[m
[32m+ extlight_nav = __counter(),[m
[32m+ extlight_tail = __counter(),[m
[32m+ intlight_whiteflood = __counter(),[m
[32m+ intlight_instruments = __counter(),[m
[32m+ intlight_console = __counter(),[m
[32m+ intlight_brightness = __counter(),[m
[32m+ rudder_trim = __counter(),[m
[32m+ throttle_axis = __counter(),[m
[32m+ throttle_click = __counter(),[m
[32m+ [m
[32m+ afcs_standby = __counter(),[m
[32m+ afcs_engage = __counter(),[m
[32m+ afcs_hdg_sel = __counter(),[m
[32m+ afcs_alt = __counter(),[m
[32m+ afcs_hdg_set = __counter(),[m
[32m+ afcs_stab_aug = __counter(),[m
[32m+ afcs_ail_trim = __counter(),[m
[32m+ [m
[32m+ apc_engagestbyoff = __counter(),[m
[32m+ apc_hotstdcold = __counter(),[m
[32m+ [m
[32m+ arc51_mode = __counter(),[m
[32m+ arc51_xmitmode = __counter(),[m
[32m+ arc51_volume = __counter(),[m
[32m+ arc51_squelch = __counter(),[m
[32m+ arc51_freq_preset = __counter(),[m
[32m+ arc51_freq_XXxxx = __counter(),[m
[32m+ arc51_freq_xxXxx = __counter(),[m
[32m+ arc51_freq_xxxXX = __counter(),[m
[32m+ [m
[32m+ clock_stopwatch = __counter(),[m
[32m+ [m
[32m+ cm_bank = __counter(),[m
[32m+ cm_auto = __counter(),[m
[32m+ cm_adj1 = __counter(),[m
[32m+ cm_adj2 = __counter(),[m
[32m+ cm_pwr = __counter(),[m
[32m+ [m
[32m+ accel_reset = __counter(),[m
[m
[31m- throttle_axis_mod = __counter(),[m
[32m+ throttle_axis_mod = __counter(),[m
[m
[31m- ecm_apr25_off = __counter(),[m
[31m- ecm_apr25_audio = __counter(),[m
[31m- ecm_apr27_off = __counter(),[m
[32m+ ecm_apr25_off = __counter(),[m
[32m+ ecm_apr25_audio = __counter(),[m
[32m+ ecm_apr27_off = __counter(),[m
[m
[31m- ecm_systest_upper = __counter(),[m
[31m- ecm_systest_lower = __counter(),[m
[32m+ ecm_systest_upper = __counter(),[m
[32m+ ecm_systest_lower = __counter(),[m
[m
[31m- ecm_msl_alert_axis_inner = __counter(),[m
[31m- ecm_msl_alert_axis_outer = __counter(),[m
[32m+ ecm_msl_alert_axis_inner = __counter(),[m
[32m+ ecm_msl_alert_axis_outer = __counter(),[m
[m
[31m- ecm_selector_knob = __counter(),[m
[32m+ ecm_selector_knob = __counter(),[m
[m
[32m++<<<<<<< HEAD[m
[32m + pitch_axis_mod = __counter(),[m
[32m + roll_axis_mod = __counter(),[m
[32m + rudder_axis_mod = __counter(),[m
[32m + brake_axis_mod = __counter(),[m
[32m +[m
[32m + shrike_sidewinder_volume = __counter(),[m
[32m +[m
[32m + AWRS_drop_interval_AXIS = __counter(),[m
[32m + intlight_whiteflood_AXIS = __counter(),[m
[32m + intlight_instruments_AXIS = __counter(),[m
[32m + intlight_console_AXIS = __counter(),[m
[32m + intlight_whiteflood_CHANGE = __counter(),[m
[32m + intlight_instruments_CHANGE = __counter(),[m
[32m + intlight_console_CHANGE = __counter(),[m
[32m + nosewheel_steering_engage = __counter(),[m
[32m + nosewheel_steering_disengage = __counter(),[m
[32m++=======[m
[32m+ pitch_axis_mod = __counter(),[m
[32m+ roll_axis_mod = __counter(),[m
[32m+ rudder_axis_mod = __counter(),[m
[32m+ wheelbrake_AXIS = __counter(),[m
[32m+ [m
[32m+ shrike_sidewinder_volume = __counter(),[m
[32m+ [m
[32m+ AWRS_drop_interval_AXIS = __counter(),[m
[32m+ intlight_whiteflood_AXIS = __counter(),[m
[32m+ intlight_instruments_AXIS = __counter(),[m
[32m+ intlight_console_AXIS = __counter(),[m
[32m+ intlight_whiteflood_CHANGE = __counter(),[m
[32m+ intlight_instruments_CHANGE = __counter(),[m
[32m+ intlight_console_CHANGE = __counter(),[m
[32m+ [m
[32m+ cabin_pressure = __counter(),[m
[32m+ windshield_defrost = __counter(),[m
[32m+ cabin_temp = __counter(),[m
[32m+ [m
[32m+ man_flt_control_override = __counter(),[m
[32m+ [m
[32m+ shrike_selector = __counter(),[m
[32m+ oxygen_switch = __counter(),[m
[32m+ [m
[32m+ COMPASS_set_heading = __counter(),[m
[32m+ COMPASS_push_to_sync = __counter(),[m
[32m+ COMPASS_free_slaved_switch = __counter(),[m
[32m+ COMPASS_latitude = __counter(),[m
[32m+ [m
[32m+ ENGINE_wing_fuel_sw = __counter(),[m
[32m+ ENGINE_drop_tanks_sw = __counter(),[m
[32m+ ENGINE_fuel_control_sw = __counter(),[m
[32m+ ENGINE_manual_fuel_shutoff = __counter(),[m
[32m+ ENGINE_manual_fuel_shutoff_catch = __counter(),[m
[32m+ [m
[32m+ CPT_shoulder_harness = __counter(),[m
[32m+ CPT_secondary_ejection_handle = __counter(),[m
[32m+ ppos_lat_push = __counter(),[m
[32m+ ppos_lon_push = __counter(),[m
[32m+ dest_lat_push = __counter(),[m
[32m+ dest_lon_push = __counter(),[m
[32m+ asn41_magvar_push = __counter(),[m
[32m+ asn41_windspeed_push = __counter(),[m
[32m+ asn41_winddir_push = __counter(),[m
[32m+ [m
[32m+ throttle_click_ITER = __counter(),[m
[32m+ [m
[32m+ JATO_arm = __counter(),[m
[32m+ JATO_jettison = __counter(),[m
[32m+ [m
[32m+ GunsightElevationControl_AXIS = __counter(),[m
[32m+ pilot_salute = __counter(),[m
[32m+ [m
[32m+ left_wheelbrake_AXIS = __counter(),[m
[32m+ right_wheelbrake_AXIS = __counter(),[m
[32m++>>>>>>> b7a5b2c9d179a591c94a4f89bbf590348a07353b[m
}[m