Changes to match Roy Ovesen's instrumentation code and property name changes.
This commit is contained in:
parent
565e8aafba
commit
c93544468d
2 changed files with 19 additions and 4 deletions
|
@ -70,17 +70,32 @@ file, these values will be used (they are hardcoded).
|
||||||
<static-port>/systems/static</static-port>
|
<static-port>/systems/static</static-port>
|
||||||
</encoder>
|
</encoder>
|
||||||
|
|
||||||
|
<marker-beacon>
|
||||||
|
<name>marker-beacon</name>
|
||||||
|
<number>0</number>
|
||||||
|
</marker-beacon>
|
||||||
|
|
||||||
<heading-indicator>
|
<heading-indicator>
|
||||||
<name>heading-indicator</name>
|
<name>heading-indicator</name>
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
<vacuum-system>/systems/vacuum</vacuum-system>
|
<vacuum-system>/systems/vacuum</vacuum-system>
|
||||||
</heading-indicator>
|
</heading-indicator>
|
||||||
|
|
||||||
|
<KT-70>
|
||||||
|
<name>kt-70</name>
|
||||||
|
<number>0</number>
|
||||||
|
</KT-70>
|
||||||
|
|
||||||
<magnetic-compass>
|
<magnetic-compass>
|
||||||
<name>magnetic-compass</name>
|
<name>magnetic-compass</name>
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</magnetic-compass>
|
</magnetic-compass>
|
||||||
|
|
||||||
|
<nav-radio>
|
||||||
|
<name>nav-radio</name>
|
||||||
|
<number>0</number>
|
||||||
|
</nav-radio>
|
||||||
|
|
||||||
<slip-skid-ball>
|
<slip-skid-ball>
|
||||||
<name>slip-skid-ball</name>
|
<name>slip-skid-ball</name>
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
|
|
|
@ -46,7 +46,7 @@ properties' values.
|
||||||
<type>switch</type>
|
<type>switch</type>
|
||||||
<layer>
|
<layer>
|
||||||
<condition>
|
<condition>
|
||||||
<property>/radios/marker-beacon/outer</property>
|
<property>/instrumentation/marker-beacon/outer</property>
|
||||||
</condition>
|
</condition>
|
||||||
<name>on</name>
|
<name>on</name>
|
||||||
<texture>
|
<texture>
|
||||||
|
@ -127,7 +127,7 @@ properties' values.
|
||||||
<type>switch</type>
|
<type>switch</type>
|
||||||
<layer>
|
<layer>
|
||||||
<condition>
|
<condition>
|
||||||
<property>/radios/marker-beacon/middle</property>
|
<property>/instrumentation/marker-beacon/middle</property>
|
||||||
</condition>
|
</condition>
|
||||||
<name>on</name>
|
<name>on</name>
|
||||||
<texture>
|
<texture>
|
||||||
|
@ -210,7 +210,7 @@ properties' values.
|
||||||
<type>switch</type>
|
<type>switch</type>
|
||||||
<layer>
|
<layer>
|
||||||
<condition>
|
<condition>
|
||||||
<property>/radios/marker-beacon/inner</property>
|
<property>/instrumentation/marker-beacon/inner</property>
|
||||||
</condition>
|
</condition>
|
||||||
<name>on</name>
|
<name>on</name>
|
||||||
<texture>
|
<texture>
|
||||||
|
|
Loading…
Add table
Reference in a new issue