Implementing VNAV support in FlightGear: Difference between revisions

Jump to navigation Jump to search
Line 178: Line 178:
* waypoint_distance
* waypoint_distance


The '''FGWaypoint''' class would need to be extended to help with the calculation of other types of waypoints. To add a stub for a new waypoint named '''waypoint_custom''', these would be the required changes:
The '''FGWaypoint''' class would need to be extended to help with the calculation of other types of waypoints related to VNAV. To add a stub for a new waypoint named '''waypoint_custom''', these would be the required changes:


<syntaxhighlight lang="diff">
<syntaxhighlight lang="diff">

Navigation menu