1
0
Fork 0
fgdata/Aircraft/c172p/Systems/flight-recorder/components/damage.xml
Stuart Buchanan f44db83b25 Merge of the c172p-detailed
From https://github.com/Juanvvc/c172p-detailed/ release/2016.1
commit 3f33b88bb015a8ee685ab3178932d16d6e072410

A big Thank-You to the c172p-detailed team for their ongoing work.
2016-02-10 21:32:19 +00:00

68 lines
2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<signal>
<type>bool</type>
<property type="string">/fdm/jsbsim/gear/unit[0]/broken</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/fdm/jsbsim/gear/unit[1]/broken</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/fdm/jsbsim/gear/unit[2]/broken</property>
</signal>
<signal>
<type>float</type>
<property type="string">/fdm/jsbsim/contact/unit[4]/z-position</property>
</signal>
<signal>
<type>float</type>
<property type="string">/fdm/jsbsim/contact/unit[5]/z-position</property>
</signal>
<signal>
<type>float</type>
<property type="string">/fdm/jsbsim/wing-damage/left-wing</property>
</signal>
<signal>
<type>float</type>
<property type="string">/fdm/jsbsim/wing-damage/right-wing</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/fdm/jsbsim/crash</property>
</signal>
<signal>
<type>int8</type>
<property type="string">/fdm/jsbsim/pontoon-damage/left-pontoon</property>
</signal>
<signal>
<type>int8</type>
<property type="string">/fdm/jsbsim/pontoon-damage/right-pontoon</property>
</signal>
<signal>
<type>int8</type>
<property type="string">/fdm/jsbsim/bushkit</property>
</signal>
<!-- Sounds: tail strike or broken gear touching the ground -->
<signal>
<type>bool</type>
<property type="string">/fdm/jsbsim/contact/unit[3]/WOW</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/fdm/jsbsim/contact/unit[6]/WOW</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/fdm/jsbsim/contact/unit[7]/WOW</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/fdm/jsbsim/contact/unit[8]/WOW</property>
</signal>
</PropertyList>