![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtVrfFixedWingLandingPSR: More...

Public Types | |
| enum | DtTakeoffControllerState { DtTakeoffStateIdle = 0, DtMovingAlongTakeoffRoute, DtFlyingTowardsTakeoffPoint } |
Public Member Functions | |
| DtVrfFixedWingTakeoffPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtVrfFixedWingTakeoffPSR (const DtVrfFixedWingTakeoffPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| virtual | ~DtVrfFixedWingTakeoffPSR () |
| destructor | |
| DtVrfFixedWingTakeoffPSR & | operator= (const DtVrfFixedWingTakeoffPSR &orig) |
| assignment operator | |
| virtual DtVrfProcessStateRepository * | clone (const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const |
| returns a newly created copy of this object | |
| virtual DtString | type () const |
| Returns the string type of the repository, as defined in procSRTypes.h. | |
| virtual void | setLandingStripName (const DtString &) |
| Set/get the landing strip to land on once the approach route is complete. | |
| virtual const DtString & | landingStripName () const |
| Set/get the landing strip to land on once the approach route is complete. | |
| virtual void | setTakeoffState (DtTakeoffControllerState state) |
| Set/get current state. | |
| virtual DtTakeoffControllerState | takeoffState () const |
| Set/get current state. | |
Static Public Member Functions | |
| static DtVrfProcessStateRepository * | creator (const DtString &rwName, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry) |
| Returns a newly created instance of this class. | |
Protected Attributes | |
| DtRwInt | myTakeoffControllerState |
| DtRwString | myLandingStripName |
class DtVrfFixedWingLandingPSR:
Instances of DtVrfFixedWingLandingPSR are used to hold the shared/checkpointable data for a fixed wing that is in the process of taking off.
| DtVrfFixedWingTakeoffPSR::DtVrfFixedWingTakeoffPSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtVrfFixedWingTakeoffPSR::DtVrfFixedWingTakeoffPSR | ( | const DtVrfFixedWingTakeoffPSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtVrfFixedWingTakeoffPSR::~DtVrfFixedWingTakeoffPSR | ( | ) | [virtual] |
destructor
| DtVrfFixedWingTakeoffPSR& DtVrfFixedWingTakeoffPSR::operator= | ( | const DtVrfFixedWingTakeoffPSR & | orig | ) |
assignment operator
| virtual DtVrfProcessStateRepository* DtVrfFixedWingTakeoffPSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
returns a newly created copy of this object
Implements DtVrfProcessStateRepository.
| virtual DtString DtVrfFixedWingTakeoffPSR::type | ( | ) | const [virtual] |
Returns the string type of the repository, as defined in procSRTypes.h.
(DtVrfFixedWingTakeoffProcessStateRepositoryType).
Implements DtVrfProcessStateRepository.
| virtual void DtVrfFixedWingTakeoffPSR::setLandingStripName | ( | const DtString & | ) | [virtual] |
Set/get the landing strip to land on once the approach route is complete.
| virtual const DtString& DtVrfFixedWingTakeoffPSR::landingStripName | ( | ) | const [virtual] |
Set/get the landing strip to land on once the approach route is complete.
| virtual void DtVrfFixedWingTakeoffPSR::setTakeoffState | ( | DtTakeoffControllerState | state | ) | [virtual] |
Set/get current state.
| virtual DtTakeoffControllerState DtVrfFixedWingTakeoffPSR::takeoffState | ( | ) | const [virtual] |
Set/get current state.
| static DtVrfProcessStateRepository* DtVrfFixedWingTakeoffPSR::creator | ( | const DtString & | rwName, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
Returns a newly created instance of this class.