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

Public Member Functions | |
| DtRadarObjectSensorPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtRadarObjectSensorPSR (const DtRadarObjectSensorPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| virtual | ~DtRadarObjectSensorPSR () |
| destructor | |
| DtRadarObjectSensorPSR & | operator= (const DtRadarObjectSensorPSR &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 | setNextDetectAttempt (DtTime time) |
| Simulation time of next detection attempt (in seconds). | |
| virtual DtTime | nextDetectAttempt () const |
| virtual bool | emitterSystemOnSpecified () const |
| virtual bool | emitterSystemOn () const |
| virtual void | setEmitterSystemOn (bool onOff) |
Static Public Member Functions | |
| static DtVrfProcessStateRepository * | creator (const DtString &rwName, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry) |
| Returns a newly created instance of this class. | |
Protected Attributes | |
| DtRwBoolean | myEmitterSystemOn |
| DtRwReal | myNextDetectAttempt |
| Simulation time of next detection attempt (seconds). | |
Process State Repositor for the DtRadarObjectSensor component.
Extends DtObjectSensorPSR with a boolean to track whether the emitter system is on or off.
| DtRadarObjectSensorPSR::DtRadarObjectSensorPSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtRadarObjectSensorPSR::DtRadarObjectSensorPSR | ( | const DtRadarObjectSensorPSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtRadarObjectSensorPSR::~DtRadarObjectSensorPSR | ( | ) | [virtual] |
destructor
| DtRadarObjectSensorPSR& DtRadarObjectSensorPSR::operator= | ( | const DtRadarObjectSensorPSR & | orig | ) |
assignment operator - not implemented
| virtual DtVrfProcessStateRepository* DtRadarObjectSensorPSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
returns a newly created copy of this object
Reimplemented from DtObjectSensorPSR.
| virtual DtString DtRadarObjectSensorPSR::type | ( | ) | const [virtual] |
Reimplemented from DtObjectSensorPSR.
| virtual void DtRadarObjectSensorPSR::setNextDetectAttempt | ( | DtTime | time | ) | [virtual] |
Simulation time of next detection attempt (in seconds).
| virtual DtTime DtRadarObjectSensorPSR::nextDetectAttempt | ( | ) | const [virtual] |
| virtual bool DtRadarObjectSensorPSR::emitterSystemOn | ( | ) | const [virtual] |
State of the emitter system.
| virtual void DtRadarObjectSensorPSR::setEmitterSystemOn | ( | bool | onOff | ) | [virtual] |
State of the emitter system.
| virtual bool DtRadarObjectSensorPSR::emitterSystemOnSpecified | ( | ) | const [virtual] |
| static DtVrfProcessStateRepository* DtRadarObjectSensorPSR::creator | ( | const DtString & | rwName, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
Returns a newly created instance of this class.
Reimplemented from DtObjectSensorPSR.
DtRwBoolean DtRadarObjectSensorPSR::myEmitterSystemOn [protected] |
DtRwReal DtRadarObjectSensorPSR::myNextDetectAttempt [protected] |
Simulation time of next detection attempt (seconds).