kma20init.xml 832 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <!--
  3. Provide a proper(?) initialization of kma20 switches.
  4. Usage:
  5. add
  6. <instrumentation>
  7. <kma20 include="../Instruments-3d/kma20/kma20init.xml"/>
  8. </instrumentation>
  9. to your aircraft-set.xml
  10. -->
  11. <PropertyList>
  12. <!-- -1: COM1, 0: COM2, 1: EXT -->
  13. <knob type="int" archive="y">-1</knob>
  14. <!-- -1: SPEAKER, 0: OFF, 1: PHONE -->
  15. <auto type="int" archive="y">1</auto>
  16. <com1 type="int" archive="y">0</com1>
  17. <com2 type="int" archive="y">0</com2>
  18. <nav1 type="int" archive="y">0</nav1>
  19. <nav2 type="int" archive="y">0</nav2>
  20. <adf type="int" archive="y">0</adf>
  21. <dme type="int" archive="y">0</dme>
  22. <mkr type="int" archive="y">-1</mkr>
  23. <sens type="int" archive="y">0</sens>
  24. <!-- flag for marker lights test -->
  25. <test type="int" archive="y">0</test>
  26. </PropertyList>