1
0
Fork 0
fgdata/Aircraft/Generic/generic-systems.xml
ehofman ff4e599eb0 Roy Vegard Ovesen:
Instrumentation and systems are now configureable from xml files. The two
generic configurations generic-systems.xml and generic-instrumentation.xml
configures the systems and instrumentation as it was hardcoded. You can
override the generic configurations in a similar way as you override the
autopilot configuration.
2004-10-16 12:37:46 +00:00

29 lines
No EOL
457 B
XML

<?xml version="1.0"?>
<PropertyList>
<pitot>
<name>pitot</name>
<number>0</number>
</pitot>
<static>
<name>static</name>
<number>0</number>
</static>
<vacuum>
<name>vacuum</name>
<number>0</number>
<rpm>/engines/engine[0]/rpm</rpm>
<scale>1.0</scale>
</vacuum>
<vacuum>
<name>vacuum</name>
<number>1</number>
<rpm>/engines/engine[1]/rpm</rpm>
<scale>1.0</scale>
</vacuum>
</PropertyList>