11 #include <vlutil/vlString.h>
17 class DtSimulationAddress;
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
virtual void notifyTargetsChanged()
Called by the object sensor whenever the target list in the PSR has changed. This triggers sensorData...
Class which manages the sending of sensor contact information to the database from one particular sen...
Definition: databaseObjectSensorMonitor.h:22
File: simMsg.h.
Definition: simMessage.h:35
virtual bool init()
Calls registerMessageCallbacks().
Class which manages the sending of sensor contact information to the GUI from one particular sensor o...
Definition: objectSensorMonitor.h:26
const DtObjectSensorMonitor & operator=(const DtObjectSensorMonitor &orig)
assignment operator; not implemented
Definition: objectSensorPSR.h:23
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86