FlightGear next
atc_mgr.hxx File Reference
#include <simgear/structure/SGReferenced.hxx>
#include <simgear/structure/subsystem_mgr.hxx>
#include <AIModel/AIAircraft.hxx>
#include <ATC/trafficcontrol.hxx>
#include <ATC/EnRouteController.hxx>
#include <Traffic/SchedFlight.hxx>
#include <Traffic/Schedule.hxx>

Go to the source code of this file.

Classes

class  FGATCManager
 

Typedefs

typedef std::vector< FGATCController * > AtcVec
 
typedef std::vector< FGATCController * >::iterator AtcVecIterator
 

Typedef Documentation

◆ AtcVec

typedef std::vector<FGATCController*> AtcVec

Definition at line 27 of file atc_mgr.hxx.

◆ AtcVecIterator

typedef std::vector<FGATCController*>::iterator AtcVecIterator

Definition at line 28 of file atc_mgr.hxx.