VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtRadarObjectSensorPSR Class Reference

Process State Repositor for the DtRadarObjectSensor component. More...

Inheritance diagram for DtRadarObjectSensorPSR:
Inheritance graph
[legend]

List of all members.

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
DtRadarObjectSensorPSRoperator= (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).

Detailed Description

Process State Repositor for the DtRadarObjectSensor component.

Extends DtObjectSensorPSR with a boolean to track whether the emitter system is on or off.


Constructor & Destructor Documentation

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

destructor


Member Function Documentation

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]
Returns:
DtVrfRadarObjectSensorProcessStateRepositoryType, as defined in procSRTypes.h.

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.

Returns:
true if emitterSystemOn was specified in the RW file.
false if it is just the default value.
static DtVrfProcessStateRepository* DtRadarObjectSensorPSR::creator ( const DtString rwName,
DtVrfObject vrfObject,
DtReaderWriterRegistry parentRegistry 
) [static]

Returns a newly created instance of this class.

Reimplemented from DtObjectSensorPSR.


Member Data Documentation

Simulation time of next detection attempt (seconds).


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)