Formating

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2020-07-19 01:11:48 +10:00
parent 6932c945cb
commit 13a09d7d03
3 changed files with 210 additions and 219 deletions

View file

@ -467,44 +467,35 @@
</it-autoflight> </it-autoflight>
<instrumentation> <instrumentation>
<mk-viii> <!-- mk-viii configuration, see: http://wiki.flightgear.org/index.php/GPWS --> <!-- mk-viii configuration, see: http://wiki.flightgear.org/index.php/GPWS -->
<serviceable>true</serviceable> <!-- EGPWS_ENABLE --> <mk-viii>
<serviceable>true</serviceabl>
<configuration-module> <configuration-module>
<category-1> <!-- AIRCRAFT_MODE_TYPE_SELECT --> <category-1>255</category-1>
255 <!-- aircraft type T1, fast turbofan --> <category-4>11</category-4>
</category-1> <category-8>3</category-8>
<category-4> <!-- ALTITUDE_CALLOUTS --> <category-13>5</category-13>
11 <!-- enable all altitude callouts -->
</category-4>
<category-8> <!-- RADIO_ALTITUDE_INPUT_SELECT -->
3 <!-- use precise (but YASim-specific) gear altitude -->
</category-8>
<category-13> <!-- INPUT_OUTPUT_DISCRETE_TYPE_SELECT -->
5 <!-- flashing warning lamp -->
</category-13>
</configuration-module> </configuration-module>
<voice> <voice>
<file-prefix type="string">Sounds/mk-viii/</file-prefix> <file-prefix type="string">Sounds/mk-viii/</file-prefix>
</voice> </voice>
<inputs> <!-- Module I/O --> <inputs>
<arinc429> <arinc429>
<!-- provide fixed value for decision height -->
<decision-height-ncd>false</decision-height-ncd> <decision-height-ncd>false</decision-height-ncd>
<decision-height>250</decision-height> <decision-height>250</decision-height>
</arinc429> </arinc429>
</inputs> </inputs>
<input-feeders> <!-- disable some internal default feeders --> <input-feeders>
<discretes> <discretes>
<!-- will provide custom (nasal) sources for the following input feeders -->
<glideslope-inhibit>false</glideslope-inhibit> <glideslope-inhibit>false</glideslope-inhibit>
<landing-gear>false</landing-gear> <landing-gear>false</landing-gear>
<landing-flaps>false</landing-flaps> <landing-flaps>false</landing-flaps>
</discretes> </discretes>
</input-feeders> </input-feeders>
<speaker> <!-- Speaker Configuration --> <speaker>
<max-dist type="double"> 200.0 </max-dist> <!-- Max. distance where speaker is heard --> <max-dist type="double">200.0</max-dist>
<reference-dist type="double"> 2 </reference-dist> <!-- Distance to pilot --> <reference-dist type="double">2</reference-dist>
<volume type="double"> 2 </volume> <!-- Volume at reference distance --> <volume type="double">2</volume>
</speaker> </speaker>
</mk-viii> </mk-viii>
</instrumentation> </instrumentation>