1
0
Fork 0
fgdata/Aircraft/c172p/Instruments/kma20/kma20init.xml

29 lines
807 B
XML
Raw Normal View History

<?xml version="1.0"?>
<!--
Provide a proper(?) initialization of kma20 switches.
Usage:
add
<instrumentation>
<kma20 include="../Instruments-3d/kma20/kma20init.xml"/>
</instrumentation>
to your aircraft-set.xml
-->
<PropertyList>
<!-- -1: COM1, 0: COM2, 1: EXT -->
<knob type="int" archive="y">-1</knob>
<!-- -1: SPEAKER, 0: OFF, 1: PHONE -->
<auto type="int" archive="y">1</auto>
<com1 type="int" archive="y">0</com1>
<com2 type="int" archive="y">0</com2>
<nav1 type="int" archive="y">0</nav1>
<nav2 type="int" archive="y">0</nav2>
<adf type="int" archive="y">0</adf>
<dme type="int" archive="y">0</dme>
<mkr type="int" archive="y">-1</mkr>
<sens type="int" archive="y">0</sens>
<!-- flag for marker lights test -->
<test type="int" archive="y">0</test>
</PropertyList>