![]() |
VR-Forces Developer's Guide
|
DtRunwayStatus is the data collected from published aerodromes about the status of a runway. Of course it's also possible to change that status through the API.
Public Member Functions | |
| DtRunwayStatus () | |
| virtual | ~DtRunwayStatus ()=default |
| DtRunwayStatus (const DtRunwayStatus &)=default | |
| DtRunwayStatus & | operator= (const DtRunwayStatus &)=default |
| virtual void | setRunwayCondition (DtRunwayCondition condition) |
| virtual DtRunwayCondition | runwayCondition () const |
| virtual void | setRunwayIsDamaged (bool damaged) |
| virtual bool | runwayIsDamaged () const |
| virtual void | setRunway1HasArrestorsUp (bool arrestorsUp) |
| virtual bool | runway1HasArrestorsUp () const |
| virtual void | setRunway2HasArrestorsUp (bool arrestorsUp) |
| virtual bool | runway2HasArrestorsUp () const |
| virtual void | setRunway1Active (bool isActive) |
| virtual bool | runway1Active () const |
| virtual void | setRunway2Active (bool isActive) |
| virtual bool | runway2Active () const |
Protected Attributes | |
| bool | myRunway1Active |
| bool | myRunway2Active |
| bool | myRunway1HasArrestorsUp |
| bool | myRunway2HasArrestorsUp |
| bool | myRunwayIsDamaged |
| DtRunwayCondition | myRunwayCondition |
| makVrv::DtRunwayStatus::DtRunwayStatus | ( | ) |
CTOR Not default, because it does explicit member initialization.
|
virtualdefault |
Default DTOR.
|
default |
Default copy constructor.
|
default |
Default assignmnent operator.
|
virtual |
Set the condition of the runway this selector represents.
|
virtual |
Get the condition of the runway this selector represents.
|
virtual |
Set whether the runway this selector represents is damaged.
|
virtual |
Get whether the runway this selector represents is damaged.
|
virtual |
Set whether runway 1 has arrestor gear up.
|
virtual |
Get whether runway 1 has arrestor gear up.
|
virtual |
Set whether runway 2 has arrestor gear up.
|
virtual |
Get whether runway 2 has arrestor gear up.
|
virtual |
Set runway 1 active state.
|
virtual |
Get if a logical runway 1 is active.
|
virtual |
Set runway 2 active state.
|
virtual |
Get if a logical runway 2 is active.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |