FlightGear next
RunwayGroup Class Reference

#include <runwayprefs.hxx>

Public Member Functions

 RunwayGroup ()
 
 RunwayGroup (const RunwayGroup &other)
 
RunwayGroupoperator= (const RunwayGroup &other)
 
void setName (const std::string &nm)
 
void add (const RunwayList &list)
 
void setActive (const FGAirport *airport, double windSpeed, double windHeading, double maxTail, double maxCross, stringVec *curr)
 
int getNrActiveRunways ()
 
void getActive (int i, std::string &name, std::string &type)
 
const std::string & getName () const
 
void clear ()
 

Detailed Description

Definition at line 75 of file runwayprefs.hxx.

Constructor & Destructor Documentation

◆ RunwayGroup() [1/2]

RunwayGroup::RunwayGroup ( )
inline

Definition at line 85 of file runwayprefs.hxx.

◆ RunwayGroup() [2/2]

RunwayGroup::RunwayGroup ( const RunwayGroup & other)

Definition at line 148 of file runwayprefs.cxx.

Member Function Documentation

◆ add()

void RunwayGroup::add ( const RunwayList & list)
inline

Definition at line 90 of file runwayprefs.hxx.

◆ clear()

void RunwayGroup::clear ( )
inline

Definition at line 97 of file runwayprefs.hxx.

◆ getActive()

void RunwayGroup::getActive ( int i,
std::string & name,
std::string & type )

Definition at line 332 of file runwayprefs.cxx.

◆ getName()

const std::string & RunwayGroup::getName ( ) const
inline

Definition at line 96 of file runwayprefs.hxx.

◆ getNrActiveRunways()

int RunwayGroup::getNrActiveRunways ( )
inline

Definition at line 93 of file runwayprefs.hxx.

◆ operator=()

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

Definition at line 158 of file runwayprefs.cxx.

◆ setActive()

void RunwayGroup::setActive ( const FGAirport * airport,
double windSpeed,
double windHeading,
double maxTail,
double maxCross,
stringVec * curr )

Definition at line 173 of file runwayprefs.cxx.

◆ setName()

void RunwayGroup::setName ( const std::string & nm)
inline

Definition at line 89 of file runwayprefs.hxx.


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