Route Manager internals: Difference between revisions

Jump to navigation Jump to search
m
Robot: Cosmetic changes
m (Robot: Cosmetic changes)
Line 1: Line 1:
Internal documentation for people wanting to work with the [[Route_Manager|route manger]]. This page should be read in conjunction with the equivalent [[GPS internals]] page.
Internal documentation for people wanting to work with the [[Route Manager|route manger]]. This page should be read in conjunction with the equivalent [[GPS internals]] page.


The major change in the route manager is that waypoints are no longer popped when they are sequenced. Instead, the current waypoint index is incremented. This change is necessary to allow the route manager to function as the flight plan backend of real-world GPS and navigation devices, which, for example, show previous waypoints and route on a moving map display.
The major change in the route manager is that waypoints are no longer popped when they are sequenced. Instead, the current waypoint index is incremented. This change is necessary to allow the route manager to function as the flight plan backend of real-world GPS and navigation devices, which, for example, show previous waypoints and route on a moving map display.

Navigation menu