ff4e599eb0
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.
29 lines
No EOL
457 B
XML
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> |