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

Public Member Functions | |
| DtCruiseMissileLaunchControllerPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtCruiseMissileLaunchControllerPSR (const DtCruiseMissileLaunchControllerPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| virtual | ~DtCruiseMissileLaunchControllerPSR () |
| destructor | |
| DtCruiseMissileLaunchControllerPSR & | operator= (const DtCruiseMissileLaunchControllerPSR &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 this process state repository. | |
| virtual void | setLastLaunchTime (double time) |
| Get / Set the last launch time variable. | |
| virtual double | lastLaunchTime () const |
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 | myLastLaunchTime |
class DtCruiseMissileLaunchControllerPSR:
This is a process state repository for the DtCruiseMissileLaunchController which stores the simtime of the last launch.
| DtCruiseMissileLaunchControllerPSR::DtCruiseMissileLaunchControllerPSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtCruiseMissileLaunchControllerPSR::DtCruiseMissileLaunchControllerPSR | ( | const DtCruiseMissileLaunchControllerPSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtCruiseMissileLaunchControllerPSR::~DtCruiseMissileLaunchControllerPSR | ( | ) | [virtual] |
destructor
| DtCruiseMissileLaunchControllerPSR& DtCruiseMissileLaunchControllerPSR::operator= | ( | const DtCruiseMissileLaunchControllerPSR & | orig | ) |
assignment operator
| virtual DtVrfProcessStateRepository* DtCruiseMissileLaunchControllerPSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
returns a newly created copy of this object
Implements DtVrfProcessStateRepository.
| virtual DtString DtCruiseMissileLaunchControllerPSR::type | ( | ) | const [virtual] |
Returns the string type of this process state repository.
Implements DtVrfProcessStateRepository.
| virtual void DtCruiseMissileLaunchControllerPSR::setLastLaunchTime | ( | double | time | ) | [virtual] |
Get / Set the last launch time variable.
| virtual double DtCruiseMissileLaunchControllerPSR::lastLaunchTime | ( | ) | const [virtual] |
| static DtVrfProcessStateRepository* DtCruiseMissileLaunchControllerPSR::creator | ( | const DtString & | rwName, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
Returns a newly created instance of this class.