84 lines
1.7 KiB
XML
84 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
||
<PropertyList>
|
||
<generic>
|
||
<output>
|
||
<line_separator>newline</line_separator>
|
||
<var_separator>newline</var_separator>
|
||
<binary_mode>false</binary_mode>
|
||
|
||
<chunk>
|
||
<name>time (秒)</name>
|
||
<type>float</type>
|
||
<format>time=%.4f</format>
|
||
<node>/sim/time/elapsed-sec</node>
|
||
</chunk>
|
||
|
||
<!-- Position -->
|
||
|
||
<chunk>
|
||
<name>longitude(经度)</name>
|
||
<node>/position/longitude-deg</node>
|
||
<type>float</type>
|
||
<format>lng=%03.7f</format>
|
||
</chunk>
|
||
|
||
<chunk>
|
||
<name>Latitude(纬度)</name>
|
||
<node>/position/latitude-deg</node>
|
||
<type>float</type>
|
||
<format>lat=%03.7f</format>
|
||
</chunk>
|
||
|
||
<chunk>
|
||
<name>Heading (航向)</name>
|
||
<type>float</type>
|
||
<format>heading=%.1f</format>
|
||
<node>/orientation/heading-deg</node>
|
||
</chunk>
|
||
|
||
<chunk>
|
||
<name>MACH Number(马赫数)</name>
|
||
<format>M=%4.1f</format>
|
||
<type>float</type>
|
||
<node>/velocities/mach</node>
|
||
</chunk>
|
||
|
||
<chunk>
|
||
<name>speed(空速)</name>
|
||
<format>airspeed=%d</format>
|
||
<node>/velocities/airspeed-kt</node>
|
||
</chunk>
|
||
|
||
<chunk>
|
||
<name>Ground Speed(地面速度:kts)</name>
|
||
<format>GS=%3d</format>
|
||
<node>/instrumentation/gps/indicated-ground-speed-kt</node>
|
||
</chunk>
|
||
|
||
<chunk>
|
||
<name>G Load(G负载)</name>
|
||
<format>G=%2.1f</format>
|
||
<type>float</type>
|
||
<node>/accelerations/pilot/z-accel-fps_sec</node>
|
||
<factor>-0.03108095</factor>
|
||
<damp>1.0</damp>
|
||
</chunk>
|
||
|
||
<chunk>
|
||
<name>altitude(海拔-英尺)</name>
|
||
<format>A=%02d</format>
|
||
<node>/position/altitude-ft</node>
|
||
</chunk>
|
||
|
||
<chunk>
|
||
<name>AGL(离地高度)</name>
|
||
<format>AGL=%4.0f</format>
|
||
<type>float</type>
|
||
<node>/position/altitude-agl-ft</node>
|
||
</chunk>
|
||
|
||
</output>
|
||
|
||
</generic>
|
||
|
||
</PropertyList> |