1
0
Fork 0

Provide a proper(?) initialization of kma20 switches.

This commit is contained in:
torsten 2008-12-12 10:58:26 +00:00
parent 828c2069aa
commit 748ad889d4
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,28 @@
<?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>

View file

@ -158,6 +158,7 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
</consumables>
<instrumentation>
<kma20 include="../Instruments-3d/kma20/kma20init.xml"/>
<attitude-indicator>
<config>
<tumble-flag archive="y" type="bool">true</tumble-flag>