1
0
Fork 0
fgdata/Huds/f16.xml
mfranz 88843904bf update after changes to ./src/Instrumentation/HUD/* (this is a copy of
$FG_ROOT/Aircraft/f16/Hud/f16.xml and here as an example and for aircraft
to use so they don't have to refer to the f16 ... at least for now, until
the transition is completed)
2008-07-28 21:27:01 +00:00

184 lines
4.1 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<enable3d>true</enable3d>
<ladder>
<name>Pitch Ladder</name>
<type>pitch</type>
<x>-16</x>
<y>-45</y>
<width>32</width>
<height>100</height>
<roll-input>
<property>/orientation/roll-deg</property>
</roll-input>
<pitch-input>
<property>/orientation/pitch-deg</property>
</pitch-input>
<compression-factor>11.63</compression-factor>
<display-span>13.0</display-span>
<divisions>5.0</divisions>
<screen-hole>10</screen-hole>
<enable-fuselage-ref-line>false</enable-fuselage-ref-line>
<enable-target-spot>false</enable-target-spot>
<enable-velocity-vector>false</enable-velocity-vector>
<enable-drift-marker>false</enable-drift-marker>
<enable-alpha-bracket>false</enable-alpha-bracket>
<enable-energy-marker>false</enable-energy-marker>
<enable-climb-dive-marker>false</enable-climb-dive-marker>
<enable-glide-slope-marker>false</enable-glide-slope-marker>
<glide-slope>0.0</glide-slope>
<enable-energy-worm>false</enable-energy-worm>
<enable-waypoint-marker>false</enable-waypoint-marker>
</ladder>
<tape>
<name>Altitude-MSL</name>
<x>53</x>
<y>-29</y>
<width>7</width>
<height>50</height>
<input>
<property>/position/altitude-ft</property>
<factor>0.001</factor>
<max>100</max>
<min>-100</min>
</input>
<major-divisions>1</major-divisions>
<minor-divisions>0.1</minor-divisions>
<display-span>2.0</display-span>
<option>right</option>
<option>vertical</option>
<tick-bottom>false</tick-bottom>
<tick-top>false</tick-top>
<tick-right>false</tick-right>
<tick-left>false</tick-left>
<cap-bottom>false</cap-bottom>
<cap-top>false</cap-top>
<cap-right>false</cap-right>
<cap-left>false</cap-left>
<marker-offset>5</marker-offset>
<enable-pointer>true</enable-pointer>
<pointer-type>fixed</pointer-type>
</tape>
<tape>
<name>KIAS</name>
<x>-61</x>
<y>-29</y>
<width>7</width>
<height>50</height>
<input>
<property>/velocities/airspeed-kt</property>
<factor>0.1</factor>
<max>85</max>
<min>0</min>
</input>
<major-divisions>1</major-divisions>
<minor-divisions>0.1</minor-divisions>
<display-span>2.0</display-span>
<option>left</option>
<option>vertical</option>
<tick-bottom>false</tick-bottom>
<tick-top>false</tick-top>
<tick-right>false</tick-right>
<tick-left>false</tick-left>
<cap-bottom>false</cap-bottom>
<cap-top>false</cap-top>
<cap-right>false</cap-right>
<cap-left>false</cap-left>
<marker-offset>5</marker-offset>
<enable-pointer>true</enable-pointer>
<pointer-type>fixed</pointer-type>
</tape>
<label>
<name>KIAS</name>
<x>-86</x>
<y>-6.5</y>
<width>1</width>
<height>1</height>
<input>
<property>/velocities/airspeed-kt</property>
</input>
<format>%4.0f</format>
<halign>left</halign>
</label>
<label>
<name>KIAS Marker</name>
<x>-56</x>
<y>-1.5</y>
<width>1</width>
<height>1</height>
<format>C</format>
<halign>left</halign>
</label>
<label>
<name>Altitude</name>
<x>61</x>
<y>-2</y>
<width>1</width>
<height>1</height>
<input>
<property>/position/altitude-ft</property>
</input>
<format>%4.0f</format>
<halign>left</halign>
</label>
<label>
<name>SIM</name>
<x>-54.8</x>
<y>-39.5</y>
<width>1</width>
<height>1</height>
<format>SIM</format>
<halign>left</halign>
</label>
<label>
<name>G Load</name>
<x>-44</x>
<y>25.5</y>
<width>1</width>
<height>1</height>
<input>
<property>/accelerations/pilot/z-accel-fps_sec</property>
<factor>-0.03108095</factor>
<damp>1.0</damp>
</input>
<format>%2.1f</format>
<halign>right</halign>
</label>
<label>
<name>MACH Number</name>
<x>-54.8</x>
<y>-48</y>
<width>1</width>
<height>1</height>
<input>
<property>/velocities/mach</property>
</input>
<format>%4.2f</format>
<halign>left</halign>
</label>
<label>
<name>Heading</name>
<x>37</x>
<y>-48</y>
<width>1</width>
<height>1</height>
<input>
<property>/orientation/heading-deg</property>
<max>359.999</max>
</input>
<format>%04.0f</format>
<halign>left</halign>
</label>
</PropertyList>