![]() |
VR-Forces 4.0.4 Class Documentation
|
File: laserLauncherPSR.h. More...

Public Member Functions | |
| DtLaserLauncherPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| DtLaserLauncherPSR (const DtLaserLauncherPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| const DtLaserLauncherPSR & | operator= (const DtLaserLauncherPSR &orig) |
| virtual | ~DtLaserLauncherPSR () |
| virtual DtVrfProcessStateRepository * | clone (const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const |
| virtual DtString | type () const |
| Returns the string type of the repository, as defined in procSRTypes.h. | |
| virtual void | setDesignatorCode (const int code) |
| Set/get designator code for this target. | |
| virtual const int | designatorCode () const |
| virtual void | setLastLaunchTime (double time) |
| Get / Set the last launch time variable. | |
| virtual double | lastLaunchTime () const |
| virtual void | setMissileInFlightName (const DtString &name) |
| virtual DtString | missileInFlightName () const |
Static Public Member Functions | |
| static DtVrfProcessStateRepository * | creator (const DtString &name, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry) |
| Create an instance of a DtLasingControllerPSR. | |
Protected Member Functions | |
| DtLaserLauncherPSR () | |
| default constructor, not implemented | |
Protected Attributes | |
| DtRwInt | myDesignatorCode |
| DtRwReal | myLastLaunchTime |
| DtRwString | myMissileInFlightName |
| The name of the current missile in flight (if any) | |
File: laserLauncherPSR.h.
Class: DtLaserLauncherPSR Class DtLaserLauncherPSR: Stores the previous missile's laser code as well as the current laser code to use.
| DtLaserLauncherPSR::DtLaserLauncherPSR | ( | ) | [protected] |
default constructor, not implemented
| DtLaserLauncherPSR::DtLaserLauncherPSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| DtLaserLauncherPSR::DtLaserLauncherPSR | ( | const DtLaserLauncherPSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| virtual DtLaserLauncherPSR::~DtLaserLauncherPSR | ( | ) | [virtual] |
| const DtLaserLauncherPSR& DtLaserLauncherPSR::operator= | ( | const DtLaserLauncherPSR & | orig | ) |
| virtual DtVrfProcessStateRepository* DtLaserLauncherPSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Implements DtVrfProcessStateRepository.
| virtual DtString DtLaserLauncherPSR::type | ( | ) | const [virtual] |
Returns the string type of the repository, as defined in procSRTypes.h.
Implements DtVrfProcessStateRepository.
| virtual void DtLaserLauncherPSR::setDesignatorCode | ( | const int | code | ) | [virtual] |
Set/get designator code for this target.
| virtual const int DtLaserLauncherPSR::designatorCode | ( | ) | const [virtual] |
| virtual void DtLaserLauncherPSR::setLastLaunchTime | ( | double | time | ) | [virtual] |
Get / Set the last launch time variable.
| virtual double DtLaserLauncherPSR::lastLaunchTime | ( | ) | const [virtual] |
| virtual void DtLaserLauncherPSR::setMissileInFlightName | ( | const DtString & | name | ) | [virtual] |
| virtual DtString DtLaserLauncherPSR::missileInFlightName | ( | ) | const [virtual] |
| static DtVrfProcessStateRepository* DtLaserLauncherPSR::creator | ( | const DtString & | name, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
Create an instance of a DtLasingControllerPSR.
DtRwInt DtLaserLauncherPSR::myDesignatorCode [protected] |
DtRwReal DtLaserLauncherPSR::myLastLaunchTime [protected] |
DtRwString DtLaserLauncherPSR::myMissileInFlightName [protected] |
The name of the current missile in flight (if any)