51 return myHasDateTimeSpecified;
bool myHasDateTimeSpecified
This will be set on scenario load as to whether or not the date/time of day is specified.
Definition: globalEnvironmentStateRepository.h:61
bool dateAndTimeOfDaySpecified() const
Only valid after scenario load.
Definition: globalEnvironmentStateRepository.h:49
This repository holds all information that is common to all the forms of all objects within VR-Forces...
Definition: weatherObjectStateRepository.h:20
Definition: globalEnvironmentParameters.h:16
Definition: readerWriterRegistry.h:39
Description: This repository is an internal repository accessible only by local objects. It holds all information that is common to all the forms of all entity/aggregate/control objects within VR-Forces.
Definition: vrfObjectStateRepository.h:91
virtual void restoreFromLegacyRWData() override
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual void setToLegacyRWData() override
This repository holds all information that is common to all the forms of all objects within VR-Forces...
Definition: globalEnvironmentStateRepository.h:22
static DtVrfObjectStateRepository * creator(const DtString &name, DtLocalObject *vrfObject, DtReaderWriterRegistry *parentRegistry)
DtWeatherObjectStateRepository & operator=(const DtWeatherObjectStateRepository &orig)
Assignment Operator.
virtual void createLegacyRWData() override
Creates the legacy data used for any pre/put operation. Override this to create your legacy data atta...
virtual DtString type() const override
returns DtSimObjectStateRepositoryType
A locally simulated VRF object.
Definition: localObject.h:98