CVS: data/Aircraft/SenecaII/Systems Instrument-filter.xml, 1.2, 1.3 kcs55.xml, 1.4, 1.5
Torsten Dreyer <[email protected]> Sat, 1 May 2010 14:20:33 -0500
| Newsgroups | gmane.games.flightgear.cvc |
|---|---|
| Message-ID | <[email protected]> |
Update of /var/cvs/FlightGear-0.9/data/Aircraft/SenecaII/Systems
In directory baron.flightgear.org:/tmp/cvs-serv16135
Modified Files:
Instrument-filter.xml kcs55.xml
Log Message:
Lowpass filter the GS needle a bit to react smoother to the side lobes.
Index: Instrument-filter.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/SenecaII/Systems/Instrument-filter.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Instrument-filter.xml 22 Mar 2010 19:49:44 -0000 1.2
+++ Instrument-filter.xml 1 May 2010 19:19:02 -0000 1.3
@@ -18,6 +18,24 @@
<!-- Some low pass filters to soften the response of various instruments -->
<PropertyList>
<filter>
+ <name>NAV1 gs-needle deflection filter</name>
+ <debug>false</debug>
+ <type>exponential</type>
+ <filter-time>2.0</filter-time>
+ <input>instrumentation/nav[0]/gs-needle-deflection-norm</input>
+ <output>instrumentation/nav[0]/gs-needle-deflection-filtered</output>
+ </filter>
+
+ <filter>
+ <name>NAV2 gs-needle deflection filter</name>
+ <debug>false</debug>
+ <type>exponential</type>
+ <filter-time>1.5</filter-time>
+ <input>instrumentation/nav[1]/gs-needle-deflection-norm</input>
+ <output>instrumentation/nav[1]/gs-needle-deflection-filtered</output>
+ </filter>
+
+ <filter>
<name>RPM Indicator-Left filter</name>
<debug>false</debug>
<type>exponential</type>
Index: kcs55.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/SenecaII/Systems/kcs55.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kcs55.xml 18 Mar 2010 07:46:35 -0000 1.4
+++ kcs55.xml 1 May 2010 19:19:32 -0000 1.5
@@ -31,7 +31,7 @@
<!-- The property from where the deflection the gs arrows is read -->
- <gs-deflection-property type="string">instrumentation/nav[0]/gs-needle-deflection-norm</gs-deflection-property>
+ <gs-deflection-property type="string">instrumentation/nav[0]/gs-needle-deflection-filtered</gs-deflection-property>
<!-- The property from where the the state of the TO flag is read -->
<to-flag-property type="string">instrumentation/nav[0]/to-flag</to-flag-property>
------------------------------------------------------------------------------