Merge branch 'master' of gitorious.org:fg/fgdata
This commit is contained in:
commit
bd37f305ef
2 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@
|
||||||
<filter>
|
<filter>
|
||||||
<name>static port pressure rate computer</name>
|
<name>static port pressure rate computer</name>
|
||||||
<debug>false</debug>
|
<debug>false</debug>
|
||||||
<type>differential</type>
|
<type>derivative</type>
|
||||||
<input>systems/static[0]/pressure-inhg</input>
|
<input>systems/static[0]/pressure-inhg</input>
|
||||||
<output>autopilot/internal/pressure-rate</output>
|
<output>autopilot/internal/pressure-rate</output>
|
||||||
<filter-time>1.0</filter-time>
|
<filter-time>1.0</filter-time>
|
||||||
|
|
|
@ -270,11 +270,11 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<path>Aircraft/Generic/generic-autopilot.xml</path>
|
<path>Aircraft/Generic/generic-autopilot.xml</path>
|
||||||
</autopilot>
|
</autopilot>
|
||||||
<!--
|
<!--
|
||||||
to be enabled when the hard coded helpers are gone
|
replace the hard coded helpers, which are gone now
|
||||||
|
-->
|
||||||
<autopilot>
|
<autopilot>
|
||||||
<path>Aircraft/Generic/generic-autopilot-helper.xml</path>
|
<path>Aircraft/Generic/generic-autopilot-helper.xml</path>
|
||||||
</autopilot>
|
</autopilot>
|
||||||
-->
|
|
||||||
</systems>
|
</systems>
|
||||||
<instrumentation>
|
<instrumentation>
|
||||||
<path>Aircraft/Generic/generic-instrumentation.xml</path>
|
<path>Aircraft/Generic/generic-instrumentation.xml</path>
|
||||||
|
|
Loading…
Reference in a new issue