You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
1.7 KiB

3 years ago
<?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 LoadG负载</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>