![]() |
VR-Forces 4.0.4 Class Documentation
|
File: laserLauncherPSR.h. More...
Public Member Functions | |
| DtLaserTrackerPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| DtLaserTrackerPSR (const DtLaserTrackerPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| const DtLaserTrackerPSR & | operator= (const DtLaserTrackerPSR &orig) |
| virtual | ~DtLaserTrackerPSR () |
| 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 |
Static Public Member Functions | |
| static DtVrfProcessStateRepository * | creator (const DtString &name, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry) |
| Create an instance of a DtLasingControllerPSR. | |
Protected Member Functions | |
| DtLaserTrackerPSR () | |
| default constructor, not implemented | |
Protected Attributes | |
| DtRwInt | myDesignatorCode |
File: laserLauncherPSR.h.
Class: DtLaserTrackerPSR Class DtLaserTrackerPSR: Stores the laser code that the missile will track to
| DtLaserTrackerPSR::DtLaserTrackerPSR | ( | ) | [protected] |
default constructor, not implemented
| DtLaserTrackerPSR::DtLaserTrackerPSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| DtLaserTrackerPSR::DtLaserTrackerPSR | ( | const DtLaserTrackerPSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| virtual DtLaserTrackerPSR::~DtLaserTrackerPSR | ( | ) | [virtual] |
| const DtLaserTrackerPSR& DtLaserTrackerPSR::operator= | ( | const DtLaserTrackerPSR & | orig | ) |
| virtual DtVrfProcessStateRepository* DtLaserTrackerPSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Implements DtVrfProcessStateRepository.
| virtual DtString DtLaserTrackerPSR::type | ( | ) | const [virtual] |
Returns the string type of the repository, as defined in procSRTypes.h.
Implements DtVrfProcessStateRepository.
| virtual void DtLaserTrackerPSR::setDesignatorCode | ( | const int | code | ) | [virtual] |
Set/get designator code for this target.
| virtual const int DtLaserTrackerPSR::designatorCode | ( | ) | const [virtual] |
| static DtVrfProcessStateRepository* DtLaserTrackerPSR::creator | ( | const DtString & | name, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
Create an instance of a DtLasingControllerPSR.
DtRwInt DtLaserTrackerPSR::myDesignatorCode [protected] |