]> git.mxchange.org Git - flightgear.git/commit
Airways/procedures code - add new data structures to store waypoints and
authorJames Turner <jmt@James-Turners-MacBook-Pro.local>
Sun, 11 Oct 2009 11:37:13 +0000 (12:37 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 20 Oct 2010 08:02:02 +0000 (09:02 +0100)
commitdd2eec7bd885e4219d326eca27138ad2d9043da3
tree44402a6f6be4979f4fb1f9544d5f2cc5bc7419e9
parent0d7769ae724986397205fbe9bf188f4bb5d49386
Airways/procedures code - add new data structures to store waypoints and
procedures, and routing algorithms, and modify the GPS, route manager and
WaypointList to use the new objects.
33 files changed:
src/Airports/runways.cxx
src/Airports/runways.hxx
src/Airports/simple.cxx
src/Airports/simple.hxx
src/Autopilot/route_mgr.cxx
src/Autopilot/route_mgr.hxx
src/GUI/MapWidget.cxx
src/GUI/WaypointList.cxx
src/GUI/WaypointList.hxx
src/GUI/dialog.cxx
src/GUI/dialog.hxx
src/Instrumentation/Makefile.am
src/Instrumentation/gps.cxx
src/Instrumentation/gps.hxx
src/Instrumentation/rnav_waypt_controller.cxx [new file with mode: 0644]
src/Instrumentation/rnav_waypt_controller.hxx [new file with mode: 0644]
src/Instrumentation/testgps.cxx
src/Main/fg_init.cxx
src/Navaids/Makefile.am
src/Navaids/airways.cxx [new file with mode: 0644]
src/Navaids/airways.hxx [new file with mode: 0644]
src/Navaids/positioned.cxx
src/Navaids/positioned.hxx
src/Navaids/procedure.cxx [new file with mode: 0644]
src/Navaids/procedure.hxx [new file with mode: 0644]
src/Navaids/route.cxx [new file with mode: 0644]
src/Navaids/route.hxx [new file with mode: 0644]
src/Navaids/routePath.cxx [new file with mode: 0644]
src/Navaids/routePath.hxx [new file with mode: 0644]
src/Navaids/testnavs.cxx
src/Navaids/waypoint.cxx [new file with mode: 0644]
src/Navaids/waypoint.hxx [new file with mode: 0644]
src/Scripting/NasalSys.cxx