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>
53 <point-size>12</point-size>
61 <type>number-value</type>
62 <property>/radios/dme/distance-nm</property>
63 <format>%5.1f</format>
70 <point-size>10</point-size>
96 <name>ground speed towards station</name>
98 <property>/radios/dme/in-range</property>
101 <point-size>12</point-size>
109 <type>number-value</type>
110 <property>/radios/dme/speed-kt</property>
111 <format>%3.0f</format>
118 <point-size>10</point-size>
140 <name>time to station</name>
142 <property>/radios/dme/in-range</property>
145 <point-size>12</point-size>
153 <type>number-value</type>
154 <property>/radios/dme/ete-min</property>
155 <format>%2.0f</format>
162 <point-size>10</point-size>
190 <path>Aircraft/Instruments/Textures/navcom-radios.rgb</path>
204 <type>rotation</type>
205 <property>/radios/dme/switch-position</property>
213 <offset>-4.0</offset>
223 <name>Rotate knob left</name>
230 <command>property-adjust</command>
231 <property>/radios/dme/switch-position</property>
240 <name>Rotate knob right</name>
247 <command>property-adjust</command>
248 <property>/radios/dme/switch-position</property>