25 const DtString& rwName = DtString::nullString(),
30 const DtString& rwName = DtString::nullString(),
virtual ~DtTimeKeeperPSR() override
DtRwReal myElapsedTime
Definition: timeKeeperPSR.h:58
static DtVrfProcessStateRepository * creator(const DtString &rwName, DtLocalObject *vrfObject, DtReaderWriterRegistry *parentRegistry)
Definition: readerWriterRegistry.h:39
virtual void setElapsedTime(double time)
virtual DtString type() const override
Returns the string type of the repository, as defined in psrTypes.h.
const char * TimeKeeperPSRType
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
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
DtTimeKeeperPSR & operator=(const DtTimeKeeperPSR &orig)
virtual double elapsedTime() const
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const override
const DtSimObject * vrfObject() const
Definition: vrfProcessStateRepository.h:98
Definition: timeKeeperPSR.h:19
A locally simulated VRF object.
Definition: localObject.h:98
DtTimeKeeperPSR(DtLocalObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0)