1
0
Fork 0

UFO: add optional GPWS for testing

This commit is contained in:
ThorstenB 2012-05-12 23:50:46 +02:00
parent 41ff7da797
commit 1480f8622f
2 changed files with 49 additions and 0 deletions

View file

@ -112,4 +112,13 @@
<name>tacan</name>
<number>0</number>
</tacan>
<!-- option stuff - enabled for testing only -->
<!--
<mk-viii>
<name>mk-viii</name>
<number>0</number>
</mk-viii>
-->
</PropertyList>

View file

@ -30,6 +30,7 @@
</current-view-->
<view n="0">
<internal type="bool">true</internal>
<config>
<limits>
<enabled type="bool">false</enabled>
@ -542,6 +543,45 @@
<pos type="bool" archive="y">true</pos>
</display-controls>
</radar>
<nav n="0">
<volume type="double">0.1</volume>
</nav>
<nav n="1">
<volume type="double">0</volume>
</nav>
<!-- mk-viii is disabled (enable in instruments.xml for testing purposes) -->
<mk-viii> <!-- mk-viii configuration, see: http://wiki.flightgear.org/index.php/GPWS -->
<serviceable>true</serviceable> <!-- EGPWS_ENABLE -->
<configuration-module>
<category-1> <!-- AIRCRAFT_MODE_TYPE_SELECT -->
255 <!-- aircraft type T1, fast turbofan -->
</category-1>
<category-4> <!-- ALTITUDE_CALLOUTS -->
13 <!-- enable all altitude callouts -->
</category-4>
<category-8> <!-- RADIO_ALTITUDE_INPUT_SELECT -->
2
</category-8>
<category-13> <!-- INPUT_OUTPUT_DISCRETE_TYPE_SELECT -->
5 <!-- flashing warning lamp -->
</category-13>
</configuration-module>
<voice>
<file-prefix type="string">Sounds/mk-viii/</file-prefix>
</voice>
<inputs> <!-- Module I/O -->
<arinc429>
<!-- provide fixed value for decision height -->
<decision-height-ncd> false </decision-height-ncd>
<decision-height> 250 </decision-height>
</arinc429>
</inputs>
<speaker> <!-- Speaker Configuration -->
<max-dist type="double"> 200.0 </max-dist> <!-- Max. distance where speaker is heard -->
<reference-dist type="double"> 2 </reference-dist> <!-- Distance to pilot -->
<volume type="double"> 0.6 </volume> <!-- Volume at reference distance -->
</speaker>
</mk-viii>
</instrumentation>
<gear>