4 Default DME instrument.
6 Started summer 2000 by David Megginson, david@megginson.com.
8 This is an instrument configuration file for the open-source flight
9 simulator FlightGear (www.flightgear.org). The file is an XML-encoded
10 FlightGear property list defining the instrument's layers and actions.
12 Each instrument is composed of layers stacked on top of each other.
13 A layer may be a texture (with transparent parts to show the layers
14 underneath), text, or a special layer that switches between two
15 others (say, to turn an indicator light on or off). Each layer can
16 move independently in proportion to a property value, and text
17 can be generated from property values as well: all of the layer's
18 movements are defined as transformations.
20 Actions are hotspots on the instrument that will respond to a mouse
21 click. Actions always modify the values of properties, either by
22 adjusting them, toggling them, or swaping them with other
34 <name>background</name>
36 <path>Aircraft/Instruments/Textures/navcom-radios.rgb</path>
45 <name>distance to station</name>
47 <property>/radios/dme/in-range</property>
54 <point-size>12</point-size>
62 <type>number-value</type>
63 <property>/radios/dme/distance-nm</property>
64 <format>%5.1f</format>
72 <point-size>10</point-size>
98 <name>ground speed towards station</name>
100 <property>/radios/dme/in-range</property>
104 <point-size>12</point-size>
112 <type>number-value</type>
113 <property>/radios/dme/speed-kt</property>
114 <format>%3.0f</format>
122 <point-size>10</point-size>
144 <name>time to station</name>
146 <property>/radios/dme/in-range</property>
150 <point-size>12</point-size>
158 <type>number-value</type>
159 <property>/radios/dme/ete-min</property>
160 <format>%2.0f</format>
168 <point-size>10</point-size>
196 <path>Aircraft/Instruments/Textures/navcom-radios.rgb</path>
210 <type>rotation</type>
211 <property>/radios/dme/switch-position</property>
219 <offset>-4.0</offset>
229 <name>Rotate knob left</name>
236 <command>property-adjust</command>
237 <property>/radios/dme/switch-position</property>
246 <name>Rotate knob right</name>
253 <command>property-adjust</command>
254 <property>/radios/dme/switch-position</property>