]> git.mxchange.org Git - flightgear.git/commit
Some autopilot works
authorTorsten Dreyer <Torsten@t3r.de>
Sun, 12 Feb 2012 10:41:21 +0000 (11:41 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Sun, 12 Feb 2012 10:41:21 +0000 (11:41 +0100)
commit5ebdcdc3d5b447e9be68b19349ef7ab09340e0bb
treec9c693c83e1ede2733e36f22a163e86124355460
parenta8d5ac90c6c3ea87d11ca4bdee25e38714add13f
Some autopilot works

- add new <update-interval-secs> for autopilot components.
  This does what it says.
- add new method to PeriodicalValue to normalize symmetric around zero
- move the DigitalFilterImplementation out of the header file
- refactor NoiseSpikeFilter: spare some cpu-cycles and respect periodical
  output
src/Autopilot/analogcomponent.hxx
src/Autopilot/autopilot.cxx
src/Autopilot/autopilot.hxx
src/Autopilot/digitalfilter.cxx
src/Autopilot/digitalfilter.hxx
src/Autopilot/inputvalue.cxx
src/Autopilot/inputvalue.hxx