FlightGear next
|
#include "procedure.hxx"
#include <cassert>
#include <algorithm>
#include <simgear/structure/exception.hxx>
#include <Airports/airport.hxx>
#include <Airports/runways.hxx>
#include <Navaids/waypoint.hxx>
#include <iterator>
Go to the source code of this file.
Namespaces | |
namespace | flightgear |
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
Functions | |
static void | flightgear::markWaypoints (WayptVec &wps, WayptFlag f) |