|
FlightGear next
|
#include <StartupController.hxx>
Inherits FGATCController.
Public Member Functions | |
| FGStartupController (FGAirportDynamics *parent) | |
| virtual | ~FGStartupController () |
| 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) |
Public Member Functions inherited from FGATCController | |
| 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 43 of file StartupController.hxx.
| FGStartupController::FGStartupController | ( | FGAirportDynamics * | parent | ) |
Definition at line 66 of file StartupController.cxx.
|
virtual |
Definition at line 72 of file StartupController.cxx.
|
virtual |
Implements FGATCController.
Definition at line 76 of file StartupController.cxx.
|
virtual |
Implements FGATCController.
Definition at line 420 of file StartupController.cxx.
|
virtual |
Implements FGATCController.
Definition at line 223 of file StartupController.cxx.
|
virtual |
Implements FGATCController.
Definition at line 424 of file StartupController.cxx.
|
virtual |
Implements FGATCController.
Definition at line 118 of file StartupController.cxx.