10 #include <boost/signals2.hpp>
63 virtual const char* DecoratorType()
const = 0;
DtLocalObject * myLocalObject
Definition: decoratorBase.h:54
boost::signals2::signal< void()> signal_decoratorDeleted
Sent from destructor.
Definition: decoratorBase.h:27
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtSimObjectReference mySimObject
Definition: decoratorBase.h:41
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
Definition: decoratorBase.h:57
Definition: decoratorBase.h:30
The DtDecoratorBase class is a very simple class that the implementation of the decorator will subcla...
Definition: decoratorBase.h:18
Definition: decoratorBase.h:44
A locally simulated VRF object.
Definition: localObject.h:98