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>
<instrumentation>
<mk-viii> <!-- mk-viii configuration, see: http://wiki.flightgear.org/index.php/GPWS -->
<serviceable>true</serviceable> <!-- EGPWS_ENABLE -->
<!-- mk-viii configuration, see: http://wiki.flightgear.org/index.php/GPWS -->
<mk-viii>
<serviceable>true</serviceabl>
<configuration-module>
<category-1> <!-- AIRCRAFT_MODE_TYPE_SELECT -->
255 <!-- aircraft type T1, fast turbofan -->
</category-1>
<category-4> <!-- ALTITUDE_CALLOUTS -->
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>
<category-1>255</category-1>
<category-4>11</category-4>
<category-8>3</category-8>
<category-13>5</category-13>
</configuration-module>
<voice>
<file-prefix type="string">Sounds/mk-viii/</file-prefix>
</voice>
<inputs> <!-- Module I/O -->
<inputs>
<arinc429>
<!-- provide fixed value for decision height -->
<decision-height-ncd>false</decision-height-ncd>
<decision-height>250</decision-height>
</arinc429>
</inputs>
<input-feeders> <!-- disable some internal default feeders -->
<input-feeders>
<discretes>
<!-- will provide custom (nasal) sources for the following input feeders -->
<glideslope-inhibit>false</glideslope-inhibit>
<landing-gear>false</landing-gear>
<landing-flaps>false</landing-flaps>
</discretes>
</input-feeders>
<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"> 2 </volume> <!-- Volume at reference distance -->
<speaker>
<max-dist type="double">200.0</max-dist>
<reference-dist type="double">2</reference-dist>
<volume type="double">2</volume>
</speaker>
</mk-viii>
</instrumentation>