bde90daa71
Provide templates for various aircraft components or complete aircraft types. Better to have this stuff available/adaptable than hard-coded somewhere inside fgfs.
16 lines
411 B
XML
16 lines
411 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- flight recorder configuration -->
|
|
<!-- retractable gear properties -->
|
|
|
|
<PropertyList>
|
|
|
|
<!-- include fixed gear properties -->
|
|
<signals include="gear-fixed.xml"/>
|
|
|
|
<!-- add position of retractable gear -->
|
|
<signal>
|
|
<type>float</type>
|
|
<property type="string">/gear/gear[%i]/position-norm</property>
|
|
</signal>
|
|
</PropertyList>
|