|
FlightGear next
|
#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, FlightPlanVec > | FlightPlanVecMap |
| typedef std::list< SGSharedPtr< FGTrafficRecord > > | TrafficVector |
| typedef std::list< SGSharedPtr< FGTrafficRecord > >::const_iterator | TrafficVectorIterator |
| typedef std::vector< ActiveRunwayQueue > | ActiveRunwayVec |
| typedef std::vector< ActiveRunwayQueue >::iterator | ActiveRunwayVecIterator |
| typedef std::vector< int > | intVec |
| typedef std::vector< int >::iterator | intVecIterator |
| typedef std::vector<ActiveRunwayQueue> ActiveRunwayVec |
Definition at line 54 of file trafficcontrol.hxx.
| typedef std::vector<ActiveRunwayQueue>::iterator ActiveRunwayVecIterator |
Definition at line 55 of file trafficcontrol.hxx.
| typedef std::vector<FGAIAircraft*> AircraftVec |
Definition at line 41 of file trafficcontrol.hxx.
| typedef std::vector<FGAIAircraft*>::iterator AircraftVecIterator |
Definition at line 42 of file trafficcontrol.hxx.
| typedef std::vector<FGAIFlightPlan*> FlightPlanVec |
Definition at line 45 of file trafficcontrol.hxx.
| typedef std::vector<FGAIFlightPlan*>::iterator FlightPlanVecIterator |
Definition at line 46 of file trafficcontrol.hxx.
| typedef std::map<std::string, FlightPlanVec> FlightPlanVecMap |
Definition at line 47 of file trafficcontrol.hxx.
| typedef std::vector<int> intVec |
Definition at line 57 of file trafficcontrol.hxx.
| typedef std::vector<int>::iterator intVecIterator |
Definition at line 58 of file trafficcontrol.hxx.
| typedef std::list<SGSharedPtr<FGTrafficRecord> > TrafficVector |
Definition at line 50 of file trafficcontrol.hxx.
| typedef std::list<SGSharedPtr<FGTrafficRecord>>::const_iterator TrafficVectorIterator |
Definition at line 51 of file trafficcontrol.hxx.