1
0
Fork 0
fgdata/Protocol/bintest.xml
Philosopher 4942fbedf7 Remove old references to /sim/auto-coordination.
Leave the alias code in aircraft.nas just to be safe.
2014-01-20 11:18:04 -06:00

51 lines
965 B
XML

<?xml version="1.0"?>
<PropertyList>
<generic>
<output>
<binary_mode>true</binary_mode>
<binary_footer>magic,0x12345678</binary_footer>
<chunk>
<name>indicated speed (kt)</name>
<type>int</type>
<node>/velocities/airspeed-kt</node>
</chunk>
<chunk>
<name>pitch att (deg)</name>
<type>float</type>
<node>/orientation/pitch-deg</node>
</chunk>
<chunk>
<name>magnetic heading (deg)</name>
<type>float</type>
<node>/orientation/heading-deg</node>
</chunk>
<chunk>
<name>outside air temperarure (degF)</name>
<type>int</type>
<node>/environment/temperature-degf</node>
</chunk>
<chunk>
<name>autocoord</name>
<type>bool</type>
<node>/controls/flight/auto-coordination</node>
</chunk>
<!-- chunk>
<name>clock</name>
<type>string</type>
<node>/instrumentation/clock/indicated-string</node>
</chunk -->
</output>
</generic>
</PropertyList>