FlightGear next
FlightPlan.hxx File Reference
#include <functional>
#include <Navaids/route.hxx>
#include <Airports/airport.hxx>

Go to the source code of this file.

Classes

class  flightgear::FlightPlan
 
class  flightgear::FlightPlan::Leg
 flight-plan leg encapsulation More...
 
class  flightgear::FlightPlan::Delegate
 
class  flightgear::FlightPlan::DelegateFactory
 abstract interface for creating delegates automatically when a flight-plan is created or loaded More...
 

Namespaces

namespace  flightgear
 FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints.
 

Typedefs

typedef SGSharedPtr< FlightPlanflightgear::FlightPlanRef
 

Enumerations

enum class  flightgear::ICAOFlightRules { flightgear::VFR = 0 , flightgear::IFR , flightgear::IFR_VFR , flightgear::VFR_IFR }
 
enum class  flightgear::ICAOFlightType {
  flightgear::Scheduled = 0 , flightgear::NonScheduled , flightgear::GeneralAviation , flightgear::Military ,
  flightgear::Other
}