![]() |
VR-Forces 4.0.4 Class Documentation
|
Process State Repository for the DtRotaryWingFlightCommandController component. More...

Public Member Functions | |
| DtRotaryWingFlightCommandControllerPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtRotaryWingFlightCommandControllerPSR (const DtRotaryWingFlightCommandControllerPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| virtual | ~DtRotaryWingFlightCommandControllerPSR () |
| destructor | |
| DtRotaryWingFlightCommandControllerPSR & | operator= (const DtRotaryWingFlightCommandControllerPSR &orig) |
| assignment operator - not implemented | |
| virtual DtVrfProcessStateRepository * | clone (const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const |
| returns a newly created copy of this object | |
| virtual DtString | type () const |
| virtual void | setLastCommandedHeading (double heading) |
| The last heading that was commanded by the controller (in radians) | |
| virtual double | lastCommandedHeading () const |
| The last heading that was commanded by the controller (in radians) | |
Static Public Member Functions | |
| static DtVrfProcessStateRepository * | creator (const DtString &rwName, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry) |
| Returns a newly created instance of this class. | |
Protected Attributes | |
| DtRwReal | myLastCommandedHeading |
Process State Repository for the DtRotaryWingFlightCommandController component.
| DtRotaryWingFlightCommandControllerPSR::DtRotaryWingFlightCommandControllerPSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtRotaryWingFlightCommandControllerPSR::DtRotaryWingFlightCommandControllerPSR | ( | const DtRotaryWingFlightCommandControllerPSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtRotaryWingFlightCommandControllerPSR::~DtRotaryWingFlightCommandControllerPSR | ( | ) | [virtual] |
destructor
| DtRotaryWingFlightCommandControllerPSR& DtRotaryWingFlightCommandControllerPSR::operator= | ( | const DtRotaryWingFlightCommandControllerPSR & | orig | ) |
assignment operator - not implemented
| virtual DtVrfProcessStateRepository* DtRotaryWingFlightCommandControllerPSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
returns a newly created copy of this object
Reimplemented from DtObjectSensorPSR.
| virtual DtString DtRotaryWingFlightCommandControllerPSR::type | ( | ) | const [virtual] |
Reimplemented from DtObjectSensorPSR.
| virtual void DtRotaryWingFlightCommandControllerPSR::setLastCommandedHeading | ( | double | heading | ) | [virtual] |
The last heading that was commanded by the controller (in radians)
| virtual double DtRotaryWingFlightCommandControllerPSR::lastCommandedHeading | ( | ) | const [virtual] |
The last heading that was commanded by the controller (in radians)
| static DtVrfProcessStateRepository* DtRotaryWingFlightCommandControllerPSR::creator | ( | const DtString & | rwName, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
Returns a newly created instance of this class.
Reimplemented from DtObjectSensorPSR.