FlightGear next
FGTrafficManager Class Reference

#include <TrafficMgr.hxx>

Inherits SGSubsystem.

Public Member Functions

 FGTrafficManager ()
 
virtual ~FGTrafficManager ()
 
void init () override
 
void update (double time) override
 
FGScheduledFlightVecIterator getFirstFlight (const std::string &ref)
 
FGScheduledFlightVecIterator getLastFlight (const std::string &ref)
 

Static Public Member Functions

static const char * staticSubsystemClassId ()
 

Friends

class ScheduleParseThread
 

Detailed Description

Definition at line 77 of file TrafficMgr.hxx.

Constructor & Destructor Documentation

◆ FGTrafficManager()

FGTrafficManager::FGTrafficManager ( )
explicit

Definition at line 433 of file TrafficMgr.cxx.

◆ ~FGTrafficManager()

FGTrafficManager::~FGTrafficManager ( )
virtual

Definition at line 447 of file TrafficMgr.cxx.

Member Function Documentation

◆ getFirstFlight()

FGScheduledFlightVecIterator FGTrafficManager::getFirstFlight ( const std::string & ref)
inline

Definition at line 124 of file TrafficMgr.hxx.

◆ getLastFlight()

FGScheduledFlightVecIterator FGTrafficManager::getLastFlight ( const std::string & ref)
inline

Definition at line 125 of file TrafficMgr.hxx.

◆ init()

void FGTrafficManager::init ( )
override

Definition at line 543 of file TrafficMgr.cxx.

◆ staticSubsystemClassId()

static const char * FGTrafficManager::staticSubsystemClassId ( )
inlinestatic

Definition at line 122 of file TrafficMgr.hxx.

◆ update()

void FGTrafficManager::update ( double time)
override

Definition at line 717 of file TrafficMgr.cxx.

Friends And Related Symbol Documentation

◆ ScheduleParseThread

friend class ScheduleParseThread
friend

Definition at line 103 of file TrafficMgr.hxx.


The documentation for this class was generated from the following files: