bde90daa71
Provide templates for various aircraft components or complete aircraft types. Better to have this stuff available/adaptable than hard-coded somewhere inside fgfs.
41 lines
1.1 KiB
XML
41 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- flight recorder configuration -->
|
|
<!-- flightrecorder properties for a single rotor (YASim).
|
|
Usage
|
|
<signals include="Aircraft/Generic/flight-recorder/components/rotor.xml">
|
|
<property-path type="string">/rotor/main</property-path>
|
|
</signals>
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<signal>
|
|
<type>float</type>
|
|
<property type="string">roll-deg</property>
|
|
<interpolation type="string">angular-deg</interpolation>
|
|
</signal>
|
|
<signal>
|
|
<type>float</type>
|
|
<property type="string">rpm</property>
|
|
</signal>
|
|
<signal>
|
|
<type>float</type>
|
|
<property type="string">stall</property>
|
|
</signal>
|
|
<signal>
|
|
<type>float</type>
|
|
<property type="string">torque</property>
|
|
</signal>
|
|
<signal>
|
|
<type>float</type>
|
|
<property type="string">yaw-deg</property>
|
|
<interpolation type="string">angular-deg</interpolation>
|
|
</signal>
|
|
<signal>
|
|
<type>float</type>
|
|
<property type="string">cone-deg</property>
|
|
<interpolation type="string">angular-deg</interpolation>
|
|
</signal>
|
|
|
|
</PropertyList>
|