1
0
Fork 0
fgdata/Aircraft/c172p/Systems/flight-recorder/components/engine.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

100 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<!-- ============================================================== -->
<!-- State -->
<!-- ============================================================== -->
<signal>
<type>int</type>
<property type="string">/controls/engines/active-engine</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/engines/active-engine/exhaust</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/engines/active-engine/cranking</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/engines/active-engine/running</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/engines/active-engine/crash-engine</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/engines/active-engine/kill-engine</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/engines/active-engine/killed</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/engines/active-engine/crashed</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/engines/active-engine/coughing</property>
</signal>
<!-- ============================================================== -->
<!-- Controls -->
<!-- ============================================================== -->
<signal>
<type>float</type>
<property type="string">/controls/engines/current-engine/throttle</property>
</signal>
<signal>
<type>float</type>
<property type="string">/controls/engines/current-engine/mixture</property>
</signal>
<signal>
<type>bool</type>
<property type="string">/controls/engines/current-engine/carb-heat</property>
</signal>
<!-- ============================================================== -->
<!-- Instruments -->
<!-- ============================================================== -->
<signal>
<type>float</type>
<property type="string">/engines/active-engine/rpm</property>
</signal>
<signal>
<type>float</type>
<property type="string">/engines/active-engine/mp-osi</property>
</signal>
<signal>
<type>float</type>
<property type="string">/engines/active-engine/egt-norm</property>
</signal>
<signal>
<type>float</type>
<property type="string">/engines/active-engine/oil-temperature-degf</property>
</signal>
<signal>
<type>float</type>
<property type="string">/engines/active-engine/oil-pressure-psi</property>
</signal>
</PropertyList>