4 Modularized lighted buttons added March 5 2001
5 by John Check, <j4strngs@rockfish.net>
6 Wing leveler and climb/descent added Feb 2001
7 by Curtis Olson, <curt@infoplane.com>
8 APR by Jim Wilson <jimw@kelcomaine.com> Feb 2002
9 _______________________________________________________________________________
10 Default autopilot instrument.
12 Started summer 2000 by David Megginson, david@megginson.com.
14 This is an instrument configuration file for the open-source flight
15 simulator FlightGear (www.flightgear.org). The file is an XML-encoded
16 FlightGear property list defining the instrument's layers and actions.
18 Each instrument is composed of layers stacked on top of each other.
19 A layer may be a texture (with transparent parts to show the layers
20 underneath), text, or a special layer that switches between two
21 others (say, to turn an indicator light on or off). Each layer can
22 move independently in proportion to a property value, and text
23 can be generated from property values as well: all of the layer's
24 movements are defined as transformations.
26 Actions are hotspots on the instrument that will respond to a mouse
27 click. Actions always modify the values of properties, either by
28 adjusting them, toggling them, or swaping them with other
33 <name>autopilot</name>
40 <name>background</name>
42 <path>Aircraft/Instruments/Textures/navcom-radios.rgb</path>
53 <name>WL button</name>
55 <property>/autopilot/locks/wing-leveler</property>
59 <path>Aircraft/Instruments/Textures/blister.rgb</path>
71 <path>Aircraft/Instruments/Textures/blister.rgb</path>
90 <path>Aircraft/Instruments/Textures/blister.rgb</path>
106 <name>WL label</name>
108 <path>Aircraft/Instruments/Textures/blister.rgb</path>
125 <name>HDG button</name>
127 <property>/autopilot/locks/heading</property>
131 <path>Aircraft/Instruments/Textures/blister.rgb</path>
143 <path>Aircraft/Instruments/Textures/blister.rgb</path>
162 <path>Aircraft/Instruments/Textures/blister.rgb</path>
178 <name>HDG label</name>
180 <path>Aircraft/Instruments/Textures/blister.rgb</path>
197 <name>NAV button</name>
199 <property>/autopilot/locks/nav[0]</property>
203 <path>Aircraft/Instruments/Textures/blister.rgb</path>
215 <path>Aircraft/Instruments/Textures/blister.rgb</path>
234 <path>Aircraft/Instruments/Textures/blister.rgb</path>
250 <name>NAV label</name>
252 <path>Aircraft/Instruments/Textures/blister.rgb</path>
269 <name>APR button</name>
271 <property>/autopilot/locks/glide-slope[0]</property>
275 <path>Aircraft/Instruments/Textures/blister.rgb</path>
287 <path>Aircraft/Instruments/Textures/blister.rgb</path>
306 <path>Aircraft/Instruments/Textures/blister.rgb</path>
322 <name>APR label</name>
324 <path>Aircraft/Instruments/Textures/blister.rgb</path>
341 <name>ALT button</name>
343 <property>/autopilot/locks/altitude</property>
347 <path>Aircraft/Instruments/Textures/blister.rgb</path>
359 <path>Aircraft/Instruments/Textures/blister.rgb</path>
378 <path>Aircraft/Instruments/Textures/blister.rgb</path>
394 <name>ALT label</name>
396 <path>Aircraft/Instruments/Textures/blister.rgb</path>
415 <path>Aircraft/Instruments/Textures/blister.rgb</path>
431 <name>target climb rate</name>
434 <point-size>5</point-size>
442 <type>number-value</type>
443 <property>/autopilot/settings/altitude-ft</property>
444 <format>%05.0f</format>
464 <name>toggle wing leveler lock</name>
471 <command>property-toggle</command>
472 <property>/autopilot/locks/wing-leveler</property>
477 <name>toggle heading lock</name>
484 <command>property-toggle</command>
485 <property>/autopilot/locks/heading</property>
490 <name>toggle nav1 lock</name>
497 <command>property-toggle</command>
498 <property>/autopilot/locks/nav[0]</property>
503 <name>toggle apr/nav1 lock</name>
510 <command>property-toggle</command>
511 <property>/autopilot/locks/glide-slope[0]</property>
516 <name>toggle altitude lock</name>
523 <command>property-toggle</command>
524 <property>/autopilot/locks/altitude</property>
529 <name>decrease climb rate</name>
536 <command>property-adjust</command>
537 <property>/autopilot/settings/altitude-ft</property>
546 <name>large decrease climb rate</name>
553 <command>property-adjust</command>
554 <property>/autopilot/settings/altitude-ft</property>
563 <name>increase climb rate</name>
570 <command>property-adjust</command>
571 <property>/autopilot/settings/altitude-ft</property>
580 <name>large increase climb rate</name>
587 <command>property-adjust</command>
588 <property>/autopilot/settings/altitude-ft</property>