22 const DtString& rwName = DtString::nullString(),
27 const DtString& rwName = DtString::nullString(),
43 virtual void setDepth(DtReal depth);
44 virtual DtReal depth()
const;
46 virtual bool depthSpecified()
const;
47 virtual void setDepthSpecified(
bool specified);
DtSignatureObjectSensorPSR & operator=(const DtSignatureObjectSensorPSR &orig)
assignment operator - not implemented
Definition: readerWriterRegistry.h:39
Process State Repository for the DtPassiveRadarSensor component.
Definition: passiveSonarSensorPSR.h:16
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual DtString type() const override
Returns the string type of the repository, as defined in psrTypes.h.
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const override
returns a newly created copy of this object
static DtVrfProcessStateRepository * creator(const DtString &rwName, DtLocalObject *vrfObject, DtReaderWriterRegistry *parentRegistry)
Returns a newly created instance of this class.
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
class DtSignatureObjectSensorPSR:
Definition: signatureObjectSensorPSR.h:18
Class DtVrfProcessStateRepository: Abstract base class for all process state repositories. Process state repositories represent (potentially) shared, savable information for one or more components functioning together to achieve some process or set of processes; such as aiming and firing a weapon; moving an object; or just waiting a specified amount of time.
Definition: vrfProcessStateRepository.h:45
DtRwReal myDepth
Definition: passiveSonarSensorPSR.h:54
A locally simulated VRF object.
Definition: localObject.h:98