FlightGear next
|
#include <ApproachController.hxx>
Inherits FGATCController.
Public Member Functions | |
FGApproachController (FGAirportDynamics *parent) | |
virtual | ~FGApproachController () |
virtual void | announcePosition (int id, FGAIFlightPlan *intendedRoute, int currentRoute, double lat, double lon, double hdg, double spd, double alt, double radius, int leg, FGAIAircraft *aircraft) |
virtual void | updateAircraftInformation (int id, SGGeod geod, double heading, double speed, double alt, double dt) |
virtual void | render (bool) |
virtual std::string | getName () const |
virtual void | update (double dt) |
Periodically check for and remove dead traffic records. | |
![]() | |
FGATCController () | |
virtual | ~FGATCController () |
void | init () |
void | setAirportGroundRadar (SGSharedPtr< AirportGroundRadar > groundRadar) |
bool | checkTransmissionState (int minState, int MaxState, TrafficVectorIterator i, time_t now, AtcMsgId msgId, AtcMsgDir msgDir) |
SGSharedPtr< FGTrafficRecord > | getRecord (int id) const |
virtual void | handover (SGSharedPtr< FGTrafficRecord > aiObject, int leg) |
We share the traffic record much like real life. | |
virtual void | signOff (int id) |
Sign off the aircraft with the id from this controller. | |
bool | hasInstruction (int id) |
FGATCInstruction | getInstruction (int id) |
bool | hasActiveTraffic () |
TrafficVector & | getActiveTraffic () |
double | getDt () |
void | setDt (double dt) |
void | transmit (FGTrafficRecord *rec, FGAirportDynamics *parent, AtcMsgId msgId, AtcMsgDir msgDir, bool audible) |
std::string | getGateName (FGAIAircraft *aircraft) |
Definition at line 42 of file ApproachController.hxx.
FGApproachController::FGApproachController | ( | FGAirportDynamics * | parent | ) |
Definition at line 67 of file ApproachController.cxx.
|
virtual |
Definition at line 73 of file ApproachController.cxx.
|
virtual |
Implements FGATCController.
Definition at line 78 of file ApproachController.cxx.
|
virtual |
Implements FGATCController.
Definition at line 202 of file ApproachController.cxx.
|
virtual |
Implements FGATCController.
Definition at line 195 of file ApproachController.cxx.
|
virtual |
Periodically check for and remove dead traffic records.
Implements FGATCController.
Definition at line 190 of file ApproachController.cxx.
|
virtual |
Implements FGATCController.
Definition at line 110 of file ApproachController.cxx.