FlightGear next
trafficcontrol.hxx File Reference
#include <Airports/airports_fwd.hxx>
#include <osg/Geode>
#include <osg/Geometry>
#include <osg/MatrixTransform>
#include <osg/Shape>
#include <simgear/compiler.h>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/debug/logstream.hxx>
#include <simgear/structure/SGReferenced.hxx>
#include <simgear/structure/SGSharedPtr.hxx>
#include <AIModel/AIConstants.hxx>

Go to the source code of this file.

Classes

class  FGATCInstruction
 
class  FGTrafficRecord
 
class  ActiveRunwayQueue
 

Typedefs

typedef std::vector< FGAIAircraft * > AircraftVec
 
typedef std::vector< FGAIAircraft * >::iterator AircraftVecIterator
 
typedef std::vector< FGAIFlightPlan * > FlightPlanVec
 
typedef std::vector< FGAIFlightPlan * >::iterator FlightPlanVecIterator
 
typedef std::map< std::string, FlightPlanVecFlightPlanVecMap
 
typedef std::list< SGSharedPtr< FGTrafficRecord > > TrafficVector
 
typedef std::list< SGSharedPtr< FGTrafficRecord > >::const_iterator TrafficVectorIterator
 
typedef std::vector< ActiveRunwayQueueActiveRunwayVec
 
typedef std::vector< ActiveRunwayQueue >::iterator ActiveRunwayVecIterator
 
typedef std::vector< int > intVec
 
typedef std::vector< int >::iterator intVecIterator
 

Typedef Documentation

◆ ActiveRunwayVec

typedef std::vector<ActiveRunwayQueue> ActiveRunwayVec

Definition at line 54 of file trafficcontrol.hxx.

◆ ActiveRunwayVecIterator

typedef std::vector<ActiveRunwayQueue>::iterator ActiveRunwayVecIterator

Definition at line 55 of file trafficcontrol.hxx.

◆ AircraftVec

typedef std::vector<FGAIAircraft*> AircraftVec

Definition at line 41 of file trafficcontrol.hxx.

◆ AircraftVecIterator

typedef std::vector<FGAIAircraft*>::iterator AircraftVecIterator

Definition at line 42 of file trafficcontrol.hxx.

◆ FlightPlanVec

typedef std::vector<FGAIFlightPlan*> FlightPlanVec

Definition at line 45 of file trafficcontrol.hxx.

◆ FlightPlanVecIterator

typedef std::vector<FGAIFlightPlan*>::iterator FlightPlanVecIterator

Definition at line 46 of file trafficcontrol.hxx.

◆ FlightPlanVecMap

typedef std::map<std::string, FlightPlanVec> FlightPlanVecMap

Definition at line 47 of file trafficcontrol.hxx.

◆ intVec

typedef std::vector<int> intVec

Definition at line 57 of file trafficcontrol.hxx.

◆ intVecIterator

typedef std::vector<int>::iterator intVecIterator

Definition at line 58 of file trafficcontrol.hxx.

◆ TrafficVector

typedef std::list<SGSharedPtr<FGTrafficRecord> > TrafficVector

Definition at line 50 of file trafficcontrol.hxx.

◆ TrafficVectorIterator

typedef std::list<SGSharedPtr<FGTrafficRecord>>::const_iterator TrafficVectorIterator

Definition at line 51 of file trafficcontrol.hxx.