1
0
Fork 0
fgdata/Aircraft/c172p/Systems/flight-recorder/flight-recorder.xml
Stuart Buchanan 0bb7e30ce1 2019.1 C172p
From https://github.com/c172p-team/c172p/releases/tag/version%2F2019.1

Thanks to Gilberto AGOSTINHO and team.
2019-05-15 19:14:04 +01:00

54 lines
2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015 onox
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<PropertyList>
<!-- Generic components -->
<signals include="/Aircraft/Generic/flightrecorder/components/position.xml"/>
<signals include="/Aircraft/Generic/flightrecorder/components/controls.xml"/>
<signals include="/Aircraft/Generic/flightrecorder/components/environment.xml"/>
<signals include="components/surfaces.xml"/>
<!-- Gear -->
<signals include="/Aircraft/Generic/flightrecorder/components/gear-fixed.xml">
<count type="int">3</count>
</signals>
<!-- Engine faults -->
<signals include="/Aircraft/Generic/flightrecorder/components/faults-engines.xml">
<count type="int">1</count>
</signals>
<!-- Tanks -->
<signals include="/Aircraft/Generic/flightrecorder/components/tanks.xml">
<count type="int">3</count>
</signals>
<!-- Cessna 172P specific -->
<signals include="components/engine.xml"/>
<signals include="components/gear-fixed.xml"/>
<signals include="components/gear-amphibious.xml"/>
<signals include="components/gear-skis.xml"/>
<signals include="components/damage.xml"/>
<signals include="components/effects.xml"/>
<signals include="components/systems-instruments.xml"/>
<signals include="components/switches.xml"/>
<signals include="components/circuit-breakers.xml"/>
</PropertyList>