|
FlightGear next
|
#include <cstddef>#include <functional>#include <memory>#include <vector>#include <Navaids/positioned.hxx>#include <simgear/misc/sg_path.hxx>#include <simgear/misc/strutils.hxx>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. | |
| namespace | flightgear::Octree |
Typedefs | |
| typedef std::pair< PositionedID, PositionedID > | flightgear::AirportRunwayPair |
| a pair of airport ID, runway ID | |
| typedef std::pair< FGPositioned::Type, PositionedID > | flightgear::TypedPositioned |
| typedef std::vector< TypedPositioned > | flightgear::TypedPositionedVec |
| typedef std::pair< int, PositionedID > | flightgear::AirwayEdge |
| typedef std::vector< AirwayEdge > | flightgear::AirwayEdgeVec |