FlightGear next
|
#include <set>
#include <simgear/math/sg_types.hxx>
#include <Airports/airports_fwd.hxx>
#include <Navaids/route.hxx>
Go to the source code of this file.
Classes | |
class | flightgear::Procedure |
class | flightgear::Transition |
Encapsulate a transition segment. More... | |
class | flightgear::Approach |
Describe an approach procedure, including the missed approach segment. More... | |
class | flightgear::ArrivalDeparture |
class | flightgear::SID |
class | flightgear::STAR |
Namespaces | |
namespace | flightgear |
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
Typedefs | |
typedef std::vector< FGRunwayRef > | flightgear::RunwayVec |
typedef SGSharedPtr< Transition > | flightgear::TransitionRef |