38 virtual bool isValid()
const override {
return myObjectReference.isValid(); };
39 bool isDeleted()
const {
return myObjectReference.isDeleted(); };
UUID is a unique ID wrapper class.
Definition: uuid.h:59
makVrf::DtSimObjectReferenceTemplate< DtSimObject > DtSimObjectReference
Definition: simObjectReference.h:14
virtual bool isValid() const override
Definition: rwSimObjectReference.h:38
const DtSimulationServices * mySimulationServices
Definition: rwSimObjectReference.h:52
virtual void postGetSelf()
Called after either version of getSelf (mtl or environment). Default is no-op.
bool isDeleted() const
Definition: rwSimObjectReference.h:39
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
virtual void uuidChanged() override
No-op at this level. Override to get notification when this UUID has changed, possibly from a remappi...
DtSimObjectReference myObjectReference
Definition: rwSimObjectReference.h:53
uuid class
Definition: rwUUID.h:26
Specialized reader/writer version of the shared object reference that will encapsulate the actual sha...
Definition: rwSimObjectReference.h:21
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtRwUUID & operator=(const DtRwUUID &orig)
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:80
virtual void setUUID(const DtVrlUuid &u)
Contains the DtSimObjectReference class declaration.