Support new attitude indicator with spin-down.
This commit is contained in:
parent
d50ac80260
commit
9979de52f5
3 changed files with 12 additions and 4 deletions
2
.cvsignore
Normal file
2
.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin
|
||||
man
|
|
@ -48,7 +48,7 @@ properties' values.
|
|||
<transformations>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property>/orientation/roll-deg</property>
|
||||
<property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
|
||||
<min>-360.0</min>
|
||||
<max>360.0</max>
|
||||
<scale>-1</scale>
|
||||
|
@ -69,14 +69,14 @@ properties' values.
|
|||
<transformations>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property>/orientation/roll-deg</property>
|
||||
<property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
|
||||
<min>-360.0</min>
|
||||
<max>360.0</max>
|
||||
<scale>-1</scale>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<property>/orientation/pitch-deg</property>
|
||||
<property>/instrumentation/attitude-indicator/indicated-pitch-deg</property>
|
||||
<min>-20.0</min>
|
||||
<max>20.0</max>
|
||||
<scale>-1.075</scale>
|
||||
|
@ -96,7 +96,7 @@ properties' values.
|
|||
<transformations>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property>/orientation/roll-deg</property>
|
||||
<property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
|
||||
<min>-360.0</min>
|
||||
<max>360.0</max>
|
||||
<scale>-1</scale>
|
||||
|
|
|
@ -367,6 +367,12 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<altimeter-datum-mb type="double">1013.25</altimeter-datum-mb>
|
||||
</steam>
|
||||
|
||||
<instrumentation>
|
||||
<attitude-indicator>
|
||||
<serviceable type="bool">true</serviceable>
|
||||
</attitude-indicator>
|
||||
</instrumentation>
|
||||
|
||||
<systems>
|
||||
<vacuum>
|
||||
<serviceable type="bool">true</serviceable>
|
||||
|
|
Loading…
Add table
Reference in a new issue