FlightGear next
FGRunwayPreference Class Reference

#include <runwayprefs.hxx>

Public Member Functions

 FGRunwayPreference (FGAirport *ap)
 
 FGRunwayPreference (const FGRunwayPreference &other)
 
FGRunwayPreferenceoperator= (const FGRunwayPreference &other)
 
ScheduleTimegetSchedule (const char *trafficType)
 
RunwayGroupgetGroup (const std::string &groupName)
 
std::string getId ()
 
bool available ()
 
void setInitialized (bool state)
 
void setMilTimes (const ScheduleTime &t)
 
void setGenTimes (const ScheduleTime &t)
 
void setComTimes (const ScheduleTime &t)
 
void setULTimes (const ScheduleTime &t)
 
void addRunwayGroup (RunwayGroup &g)
 

Detailed Description

Definition at line 102 of file runwayprefs.hxx.

Constructor & Destructor Documentation

◆ FGRunwayPreference() [1/2]

FGRunwayPreference::FGRunwayPreference ( FGAirport * ap)
explicit

Definition at line 360 of file runwayprefs.cxx.

◆ FGRunwayPreference() [2/2]

FGRunwayPreference::FGRunwayPreference ( const FGRunwayPreference & other)

Definition at line 366 of file runwayprefs.cxx.

Member Function Documentation

◆ addRunwayGroup()

void FGRunwayPreference::addRunwayGroup ( RunwayGroup & g)
inline

Definition at line 135 of file runwayprefs.hxx.

◆ available()

bool FGRunwayPreference::available ( )
inline

Definition at line 127 of file runwayprefs.hxx.

◆ getGroup()

RunwayGroup * FGRunwayPreference::getGroup ( const std::string & groupName)

Definition at line 410 of file runwayprefs.cxx.

◆ getId()

std::string FGRunwayPreference::getId ( )

Definition at line 423 of file runwayprefs.cxx.

◆ getSchedule()

ScheduleTime * FGRunwayPreference::getSchedule ( const char * trafficType)

Definition at line 396 of file runwayprefs.cxx.

◆ operator=()

FGRunwayPreference & FGRunwayPreference::operator= ( const FGRunwayPreference & other)

Definition at line 378 of file runwayprefs.cxx.

◆ setComTimes()

void FGRunwayPreference::setComTimes ( const ScheduleTime & t)
inline

Definition at line 132 of file runwayprefs.hxx.

◆ setGenTimes()

void FGRunwayPreference::setGenTimes ( const ScheduleTime & t)
inline

Definition at line 131 of file runwayprefs.hxx.

◆ setInitialized()

void FGRunwayPreference::setInitialized ( bool state)
inline

Definition at line 128 of file runwayprefs.hxx.

◆ setMilTimes()

void FGRunwayPreference::setMilTimes ( const ScheduleTime & t)
inline

Definition at line 130 of file runwayprefs.hxx.

◆ setULTimes()

void FGRunwayPreference::setULTimes ( const ScheduleTime & t)
inline

Definition at line 133 of file runwayprefs.hxx.


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