]> git.mxchange.org Git - flightgear.git/commit
Further GPS and route manager behavioural fixes
authorjmt <jmt>
Thu, 15 Oct 2009 21:30:10 +0000 (21:30 +0000)
committerTim Moore <timoore@redhat.com>
Fri, 16 Oct 2009 09:24:36 +0000 (11:24 +0200)
commitafb1e7ffe99c2655b8c28a65b58530801e37275c
tree6523b257dda7588afb375c3dd8b82ee5d0871352
parenta865555fedfa16f4b1a1330b032d3ff31294b2f7
Further GPS and route manager behavioural fixes

* When the nav-radio is slaved, calculated radial/target-hdg-deg
 (needed by some autopilot logic)
* Handle editing (including deletion) of route waypoints correctly,
 including deleting the active waypoint
* Add a signal to the route manager when the last wpt is reached, and
 use it in the GPS to revert to OBS mode.
* Change the altitude handling to use the specified cruise altitude
* Fix a bug where autopilot/locks/altitude was treated as a boolean
src/Autopilot/route_mgr.cxx
src/Autopilot/route_mgr.hxx
src/Instrumentation/gps.cxx
src/Instrumentation/gps.hxx
src/Instrumentation/navradio.cxx
src/Instrumentation/navradio.hxx