Fix some bugs
[fg:toms-fgdata.git] / Protocol / playback.xml
1 <?xml version="1.0"?>
2
3 <PropertyList>
4
5  <generic>
6
7   <output>
8    <line_separator>newline</line_separator>
9    <var_separator>,</var_separator>
10
11
12    <!-- Flight Controls -->
13    <chunk>
14     <name>aileron</name>
15     <type>float</type>
16     <format>%f</format>
17     <node>/controls/flight/aileron</node>
18    </chunk>
19
20    <chunk>
21     <name>aileron-trim</name>
22     <type>float</type>
23     <format>%f</format>
24     <node>/controls/flight/aileron-trim</node>
25    </chunk>
26  
27    <chunk>
28     <name>elevator</name>
29     <type>float</type>
30     <format>%f</format>
31     <node>/controls/flight/elevator</node>
32    </chunk>
33  
34    <chunk>
35     <name>elevator-trim</name>
36     <type>float</type>
37     <format>%f</format>
38     <node>/controls/flight/elevator-trim</node>
39    </chunk>
40  
41    <chunk>
42     <name>rudder</name>
43     <type>float</type>
44     <format>%f</format>
45     <node>/controls/flight/rudder</node>
46    </chunk>
47  
48    <chunk>
49     <name>rudder-trim</name>
50     <type>float</type>
51     <format>%f</format>
52     <node>/controls/flight/rudder-trim</node>
53    </chunk>
54  
55    <chunk>
56     <name>flaps</name>
57     <type>float</type>
58     <node>/controls/flight/flaps</node>
59    </chunk>
60  
61    <chunk>
62     <name>slats</name>
63     <type>float</type>
64     <node>/controls/flight/slats</node>
65    </chunk>
66  
67    <chunk>
68     <name>speedbrake</name>
69     <type>float</type>
70     <node>/controls/flight/speedbrake</node>
71    </chunk>
72  
73
74    <!-- Engines -->
75    <chunk>
76     <name>throttle</name>
77     <type>float</type>
78     <format>%f</format>
79     <node>/controls/engines/engine[0]/throttle</node>
80    </chunk>
81    <chunk>
82     <name>throttle</name>
83     <type>float</type>
84     <format>%f</format>
85     <node>/controls/engines/engine[1]/throttle</node>
86    </chunk>
87
88    <chunk>
89     <name>starter</name>
90     <type>float</type>
91     <node>/controls/engines/engine[0]/starter</node>
92    </chunk>
93    <chunk>
94     <name>starter</name>
95     <type>float</type>
96     <node>/controls/engines/engine[1]/starter</node>
97    </chunk>
98
99    <chunk>
100     <name>fuel-pump</name>
101     <type>float</type>
102     <node>/controls/engines/engine[0]/fuel-pump</node>
103    </chunk>
104    <chunk>
105     <name>fuel-pump</name>
106     <type>float</type>
107     <node>/controls/engines/engine[1]/fuel-pump</node>
108    </chunk>
109
110    <chunk>
111     <name>cutoff</name>
112     <type>float</type>
113     <node>/controls/engines/engine[0]/cutoff</node>
114    </chunk>
115    <name>cutoff</name>
116    <chunk>
117     <name>cutoff</name>
118     <type>float</type>
119     <node>/controls/engines/engine[1]/cutoff</node>
120    </chunk>
121
122    <chunk>
123     <name>mixture</name>
124     <type>float</type>
125     <format>%f</format>
126     <node>/controls/engines/engine[0]/mixture</node>
127    </chunk>
128    <chunk>
129     <name>mixture</name>
130     <type>float</type>
131     <format>%f</format>
132     <node>/controls/engines/engine[1]/mixture</node>
133    </chunk>
134
135    <chunk>
136     <name>propeller-pitch</name>
137     <type>float</type>
138     <format>%f</format>
139     <node>/controls/engines/engine[0]/propeller-pitch</node>
140    </chunk>
141    <chunk>
142     <name>propeller-pitch</name>
143     <type>float</type>
144     <format>%f</format>
145     <node>/controls/engines/engine[1]/propeller-pitch</node>
146    </chunk>
147
148    <chunk>
149     <name>magnetos</name>
150     <type>float</type>
151     <node>/controls/engines/engine[0]/magnetos</node>
152    </chunk>
153    <chunk>
154     <name>magnetos</name>
155     <type>float</type>
156     <node>/controls/engines/engine[1]/magnetos</node>
157    </chunk>
158
159    <chunk>
160     <name>ignition</name>
161     <type>float</type>
162     <node>/controls/engines/engine[0]/ignition</node>
163    </chunk>
164    <chunk>
165     <name>ignition</name>
166     <type>float</type>
167     <node>/controls/engines/engine[1]/ignition</node>
168    </chunk>
169
170  
171    <!-- Gear -->
172    <chunk>
173     <name>brake-left</name>
174     <type>float</type>
175     <node>/controls/gear/brake-left</node>
176    </chunk>
177
178    <chunk>
179     <name>brake-right</name>
180     <type>float</type>
181     <node>/controls/gear/brake-right</node>
182    </chunk>
183
184    <chunk>
185     <name>brake-parking</name>
186     <type>float</type>
187     <node>/controls/gear/brake-parking</node>
188    </chunk>
189
190    <chunk>
191     <name>steering</name>
192     <type>float</type>
193     <format>%f</format>
194     <node>/controls/gear/steering</node>
195    </chunk>
196
197    <chunk>
198     <name>gear-down</name>
199     <type>float</type>
200     <node>/controls/gear/gear-down</node>
201    </chunk>
202
203    <!-- Hydraulics -->
204    <chunk>
205     <name>engine-pump</name>
206     <type>float</type>
207     <node>/controls/hydraulic/system[0]/engine-pump</node>
208    </chunk>
209    <chunk>
210     <name>engine-pump</name>
211     <type>float</type>
212     <node>/controls/hydraulic/system[1]/engine-pump</node>
213    </chunk>
214
215    <chunk>
216     <name>electric-pump</name>
217     <type>float</type>
218     <node>/controls/hydraulic/system[0]/electric-pump</node>
219    </chunk>
220    <chunk>
221     <name>electric-pump</name>
222     <type>float</type>
223     <node>/controls/hydraulic/system[1]/electric-pump</node>
224    </chunk>
225
226    <!-- Electric -->
227    <chunk>
228     <name>battery-switch</name>
229     <type>float</type>
230     <node>/controls/electric/battery-switch</node>
231    </chunk>
232
233    <chunk>
234     <name>external-power</name>
235     <type>float</type>
236     <node>/controls/electric/external-power</node>
237    </chunk>
238
239    <chunk>
240     <name>APU-generator</name>
241     <type>float</type>
242     <node>/controls/electric/APU-generator</node>
243    </chunk>
244
245    <!-- Autoflight -->
246    <chunk>
247     <name>engage</name>
248     <type>float</type>
249     <node>/controls/autoflight/autopilot[0]/engage</node>
250    </chunk>
251
252    <chunk>
253     <name>heading-select</name>
254     <type>float</type>
255     <node>/controls/autoflight/heading-select</node>
256    </chunk>
257
258    <chunk>
259     <name>altitude-select</name>
260     <type>float</type>
261     <node>/controls/autoflight/altitude-select</node>
262    </chunk>
263
264    <chunk>
265     <name>bank-angle-select</name>
266     <type>float</type>
267     <node>/controls/autoflight/bank-angle-select</node>
268    </chunk>
269
270    <chunk>
271     <name>vertical-speed-select</name>
272     <type>float</type>
273     <node>/controls/autoflight/vertical-speed-select</node>
274    </chunk>
275
276    <chunk>
277     <name>speed-select</name>
278     <type>float</type>
279     <node>/controls/autoflight/speed-select</node>
280    </chunk>
281
282    <!-- Position -->
283    <chunk>
284     <name>latitude-deg</name>
285     <type>float</type>
286     <format>%f</format>
287     <node>/position/latitude-deg</node>
288    </chunk>
289
290    <chunk>
291     <name>longitude-deg</name>
292     <type>float</type>
293     <format>%f</format>
294     <node>/position/longitude-deg</node>
295    </chunk>
296
297    <chunk>
298     <name>altitude-ft</name>
299     <type>float</type>
300     <format>%f</format>
301     <node>/position/altitude-ft</node>
302    </chunk>
303
304    <!-- Orientation -->
305    <chunk>
306     <name>roll-deg</name>
307     <type>float</type>
308     <format>%f</format>
309     <node>/orientation/roll-deg</node>
310    </chunk>
311
312    <chunk>
313     <name>pitch-deg</name>
314     <type>float</type>
315     <format>%f</format>
316     <node>/orientation/pitch-deg</node>
317    </chunk>
318
319    <chunk>
320     <name>heading-deg</name>
321     <type>float</type>
322     <format>%f</format>
323     <node>/orientation/heading-deg</node>
324    </chunk>
325
326    <chunk>
327     <name>side-slip-rad</name>
328     <type>float</type>
329     <format>%f</format>
330     <node>/orientation/side-slip-deg</node>
331    </chunk>
332
333   </output>
334
335   <input>
336    <line_separator>newline</line_separator>
337    <var_separator>,</var_separator>
338
339
340    <!-- Flight Controls -->
341    <chunk>
342     <name>aileron</name>
343     <type>float</type>
344     <node>/controls/flight/aileron</node>
345    </chunk>
346
347    <chunk>
348     <name>aileron-trim</name>
349     <type>float</type>
350     <node>/controls/flight/aileron-trim</node>
351    </chunk>
352  
353    <chunk>
354     <name>elevator</name>
355     <type>float</type>
356     <node>/controls/flight/elevator</node>
357    </chunk>
358  
359    <chunk>
360     <name>elevator-trim</name>
361     <type>float</type>
362     <node>/controls/flight/elevator-trim</node>
363    </chunk>
364  
365    <chunk>
366     <name>rudder</name>
367     <type>float</type>
368     <node>/controls/flight/rudder</node>
369    </chunk>
370  
371    <chunk>
372     <name>rudder-trim</name>
373     <type>float</type>
374     <node>/controls/flight/rudder-trim</node>
375    </chunk>
376  
377    <chunk>
378     <name>flaps</name>
379     <type>float</type>
380     <node>/controls/flight/flaps</node>
381    </chunk>
382  
383    <chunk>
384     <name>slats</name>
385     <type>float</type>
386     <node>/controls/flight/slats</node>
387    </chunk>
388  
389    <chunk>
390     <name>speedbrake</name>
391     <type>float</type>
392     <node>/controls/flight/speedbrake</node>
393    </chunk>
394  
395
396    <!-- Engines -->
397    <chunk>
398     <name>throttle</name>
399     <type>float</type>
400     <node>/controls/engines/engine[0]/throttle</node>
401    </chunk>
402    <chunk>
403     <name>throttle</name>
404     <type>float</type>
405     <node>/controls/engines/engine[1]/throttle</node>
406    </chunk>
407
408    <chunk>
409     <name>starter</name>
410     <type>float</type>
411     <node>/controls/engines/engine[0]/starter</node>
412    </chunk>
413    <chunk>
414     <name>starter</name>
415     <type>float</type>
416     <node>/controls/engines/engine[1]/starter</node>
417    </chunk>
418
419    <chunk>
420     <name>fuel-pump</name>
421     <type>float</type>
422     <node>/controls/engines/engine[0]/fuel-pump</node>
423    </chunk>
424    <chunk>
425     <name>fuel-pump</name>
426     <type>float</type>
427     <node>/controls/engines/engine[1]/fuel-pump</node>
428    </chunk>
429
430    <chunk>
431     <name>cutoff</name>
432     <type>float</type>
433     <node>/controls/engines/engine[0]/cutoff</node>
434    </chunk>
435    <chunk>
436     <name>cutoff</name>
437     <type>float</type>
438     <node>/controls/engines/engine[1]/cutoff</node>
439    </chunk>
440
441    <chunk>
442     <name>mixture</name>
443     <type>float</type>
444     <node>/controls/engines/engine[0]/mixture</node>
445    </chunk>
446    <chunk>
447     <name>mixture</name>
448     <type>float</type>
449     <node>/controls/engines/engine[1]/mixture</node>
450    </chunk>
451
452    <chunk>
453     <name>propeller-pitch</name>
454     <type>float</type>
455     <node>/controls/engines/engine[0]/propeller-pitch</node>
456    </chunk>
457    <chunk>
458     <name>propeller-pitch</name>
459     <type>float</type>
460     <node>/controls/engines/engine[1]/propeller-pitch</node>
461    </chunk>
462
463    <chunk>
464     <name>magnetos</name>
465     <type>float</type>
466     <node>/controls/engines/engine[0]/magnetos</node>
467    </chunk>
468    <chunk>
469     <name>magnetos</name>
470     <type>float</type>
471     <node>/controls/engines/engine[1]/magnetos</node>
472    </chunk>
473
474    <chunk>
475     <name>ignition</name>
476     <type>float</type>
477     <node>/controls/engines/engine[0]/ignition</node>
478    </chunk>
479    <chunk>
480     <name>ignition</name>
481     <type>float</type>
482     <node>/controls/engines/engine[1]/ignition</node>
483    </chunk>
484
485  
486    <!-- Gear -->
487    <chunk>
488     <name>brake-left</name>
489     <type>float</type>
490     <node>/controls/gear/brake-left</node>
491    </chunk>
492
493    <chunk>
494     <name>brake-right</name>
495     <type>float</type>
496     <node>/controls/gear/brake-right</node>
497    </chunk>
498
499    <chunk>
500     <name>brake-parking</name>
501     <type>float</type>
502     <node>/controls/gear/brake-parking</node>
503    </chunk>
504
505    <chunk>
506     <name>steering</name>
507     <type>float</type>
508     <node>/controls/gear/steering</node>
509    </chunk>
510
511    <chunk>
512     <name>gear-down</name>
513     <type>float</type>
514     <node>/controls/gear/gear-down</node>
515    </chunk>
516
517    <!-- Hydraulics -->
518    <chunk>
519     <name>engine-pump</name>
520     <type>float</type>
521     <node>/controls/hydraulic/system[0]/engine-pump</node>
522    </chunk>
523    <chunk>
524     <name>engine-pump</name>
525     <type>float</type>
526     <node>/controls/hydraulic/system[1]/engine-pump</node>
527    </chunk>
528
529    <chunk>
530     <name>electric-pump</name>
531     <type>float</type>
532     <node>/controls/hydraulic/system[0]/electric-pump</node>
533    </chunk>
534    <chunk>
535     <name>electric-pump</name>
536     <type>float</type>
537     <node>/controls/hydraulic/system[1]/electric-pump</node>
538    </chunk>
539
540    <!-- Electric -->
541    <chunk>
542     <name>battery-switch</name>
543     <type>float</type>
544     <node>/controls/electric/battery-switch</node>
545    </chunk>
546
547    <chunk>
548     <name>external-power</name>
549     <type>float</type>
550     <node>/controls/electric/external-power</node>
551    </chunk>
552
553    <chunk>
554     <name>APU-generator</name>
555     <type>float</type>
556     <node>/controls/electric/APU-generator</node>
557    </chunk>
558
559    <!-- Autoflight -->
560    <chunk>
561     <name>engage</name>
562     <type>float</type>
563     <node>/controls/autoflight/autopilot[0]/engage</node>
564    </chunk>
565
566    <chunk>
567     <name>heading-select</name>
568     <type>float</type>
569     <node>/controls/autoflight/heading-select</node>
570    </chunk>
571
572    <chunk>
573     <name>altitude-select</name>
574     <type>float</type>
575     <node>/controls/autoflight/altitude-select</node>
576    </chunk>
577
578    <chunk>
579     <name>bank-angle-select</name>
580     <type>float</type>
581     <node>/controls/autoflight/bank-angle-select</node>
582    </chunk>
583
584    <chunk>
585     <name>vertical-speed-select</name>
586     <type>float</type>
587     <node>/controls/autoflight/vertical-speed-select</node>
588    </chunk>
589
590    <chunk>
591     <name>speed-select</name>
592     <type>float</type>
593     <node>/controls/autoflight/speed-select</node>
594    </chunk>
595
596    <!-- Position -->
597    <chunk>
598     <name>latitude-deg</name>
599     <type>float</type>
600     <node>/position/latitude-deg</node>
601    </chunk>
602
603    <chunk>
604     <name>longitude-deg</name>
605     <type>float</type>
606     <node>/position/longitude-deg</node>
607    </chunk>
608
609    <chunk>
610     <name>altitude-ft</name>
611     <type>float</type>
612     <node>/position/altitude-ft</node>
613    </chunk>
614
615    <!-- Orientation -->
616    <chunk>
617     <name>roll-deg</name>
618     <type>float</type>
619     <node>/orientation/roll-deg</node>
620    </chunk>
621
622    <chunk>
623     <name>pitch-deg</name>
624     <type>float</type>
625     <node>/orientation/pitch-deg</node>
626    </chunk>
627
628    <chunk>
629     <name>heading-deg</name>
630     <type>float</type>
631     <node>/orientation/heading-deg</node>
632    </chunk>
633
634    <chunk>
635     <name>side-slip-deg</name>
636     <type>float</type>
637     <node>/orientation/side-slip-deg</node>
638    </chunk>
639
640   </input>
641
642  </generic>
643
644 </PropertyList>