FlightGear next
|
#include <runwayprefs.hxx>
Public Member Functions | |
RunwayGroup () | |
RunwayGroup (const RunwayGroup &other) | |
RunwayGroup & | operator= (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 () |
Definition at line 75 of file runwayprefs.hxx.
|
inline |
Definition at line 85 of file runwayprefs.hxx.
RunwayGroup::RunwayGroup | ( | const RunwayGroup & | other | ) |
Definition at line 148 of file runwayprefs.cxx.
|
inline |
Definition at line 90 of file runwayprefs.hxx.
|
inline |
Definition at line 97 of file runwayprefs.hxx.
void RunwayGroup::getActive | ( | int | i, |
std::string & | name, | ||
std::string & | type ) |
Definition at line 332 of file runwayprefs.cxx.
|
inline |
Definition at line 96 of file runwayprefs.hxx.
|
inline |
Definition at line 93 of file runwayprefs.hxx.
RunwayGroup & RunwayGroup::operator= | ( | const RunwayGroup & | other | ) |
Definition at line 158 of file runwayprefs.cxx.
void RunwayGroup::setActive | ( | const FGAirport * | airport, |
double | windSpeed, | ||
double | windHeading, | ||
double | maxTail, | ||
double | maxCross, | ||
stringVec * | curr ) |
Definition at line 173 of file runwayprefs.cxx.
|
inline |
Definition at line 89 of file runwayprefs.hxx.