|
FlightGear next
|
#include <groundnetwork.hxx>
Public Member Functions | |
| FGTaxiSegment (FGTaxiNode *start, FGTaxiNode *end) | |
| void | setIndex (int val) |
| void | setDimensions (double elevation) |
| void | block (int id, time_t blockTime, time_t now) |
| void | unblock (time_t now) |
| bool | hasBlock (time_t now) |
| FGTaxiNodeRef | getEnd () const |
| FGTaxiNodeRef | getStart () const |
| double | getLength () const |
| SGGeod | getCenter () const |
| double | getHeading () const |
| int | getIndex () const |
| int | getPenalty (int nGates) |
| bool | operator< (const FGTaxiSegment &other) const |
| FGTaxiSegment * | opposite () |
Friends | |
| class | FGGroundNetwork |
Definition at line 55 of file groundnetwork.hxx.
| FGTaxiSegment::FGTaxiSegment | ( | FGTaxiNode * | start, |
| FGTaxiNode * | end ) |
Definition at line 37 of file groundnetwork.cxx.
| void FGTaxiSegment::block | ( | int | id, |
| time_t | blockTime, | ||
| time_t | now ) |
Definition at line 76 of file groundnetwork.cxx.
| SGGeod FGTaxiSegment::getCenter | ( | ) | const |
Definition at line 48 of file groundnetwork.cxx.
| FGTaxiNodeRef FGTaxiSegment::getEnd | ( | ) | const |
Definition at line 56 of file groundnetwork.cxx.
| double FGTaxiSegment::getHeading | ( | ) | const |
Definition at line 71 of file groundnetwork.cxx.
|
inline |
Definition at line 94 of file groundnetwork.hxx.
| double FGTaxiSegment::getLength | ( | ) | const |
Definition at line 66 of file groundnetwork.cxx.
| int FGTaxiSegment::getPenalty | ( | int | nGates | ) |
| FGTaxiNodeRef FGTaxiSegment::getStart | ( | ) | const |
Definition at line 61 of file groundnetwork.cxx.
| bool FGTaxiSegment::hasBlock | ( | time_t | now | ) |
Definition at line 94 of file groundnetwork.cxx.
|
inline |
Definition at line 101 of file groundnetwork.hxx.
|
inline |
Definition at line 106 of file groundnetwork.hxx.
| void FGTaxiSegment::setDimensions | ( | double | elevation | ) |
|
inline |
Definition at line 74 of file groundnetwork.hxx.
| void FGTaxiSegment::unblock | ( | time_t | now | ) |
Definition at line 103 of file groundnetwork.cxx.
|
friend |
Definition at line 69 of file groundnetwork.hxx.