FlightGear next
procedure.hxx File Reference
#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< FGRunwayRefflightgear::RunwayVec
 
typedef SGSharedPtr< Transitionflightgear::TransitionRef
 

Enumerations

enum  flightgear::ProcedureType {
  flightgear::PROCEDURE_INVALID , flightgear::PROCEDURE_APPROACH_ILS , flightgear::PROCEDURE_APPROACH_VOR , flightgear::PROCEDURE_APPROACH_NDB ,
  flightgear::PROCEDURE_APPROACH_RNAV , flightgear::PROCEDURE_SID , flightgear::PROCEDURE_STAR , flightgear::PROCEDURE_TRANSITION ,
  flightgear::PROCEDURE_RUNWAY_TRANSITION
}