]> git.mxchange.org Git - flightgear.git/commit
Optionally disable the lowpass for the static system
authorTorsten Dreyer <Torsten@t3r.de>
Wed, 10 Sep 2014 19:07:57 +0000 (21:07 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Wed, 10 Sep 2014 19:07:57 +0000 (21:07 +0200)
commit48180eb9abedffaf22a2c53978e9dad5013875df
tree9487422a797d05a8463f994c394b8444fd76afe2
parent85e4a3254f4182da7dd5e395e31b3f2c8dc6afb3
Optionally disable the lowpass for the static system

the static system has an optional "tau" parameter to
define the rate at which the output value changes.

Setting this value to zero now disables the filter.

This prevents wrong airspeed indications on rapid
altitude changes. No functional changes if tau has
other-than-zero values (e.g. the default systems).
src/Systems/static.cxx