48 virtual const char*
type()
const;
100 virtual void checkRemoteSensorStatus();
104 virtual bool spotterEnabled(
const DtUUID& remoteSensorObject);
110 static void setRemoteSensorCallback(
DtSimMessage* msg,
void* usr);
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtRemoteSensorSpotReportReceiverPSR * myRemoteSensorSpotReportRcvrProcessState
Container for state data associated with this component.
Definition: remoteSensorSpotReportReceiver.h:116
virtual void tick()
This gives the thread of control to the component.
Instances of DtObjectSensorPSR are used to hold the shared/checkpointable state data for the DtRemote...
Definition: remoteSensorSpotReportReceiverPSR.h:22
DtSpotReportReceiver; listens for and tracks spot report messages Developer Description: DtSpotReport...
Definition: spotReportReceiver.h:34
virtual bool mergeSpotReportWithCurrentData(const DtSpotReport *spotReport)
Merges data from the specified spot report with the current list of contacts.
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
virtual void initializeCallbacks(bool)
Initialize spot report callbacks for spot report messages.
const DtSpotReportReceiver & operator=(const DtSpotReportReceiver &orig)
virtual void setContactSource(DtSpotReport &spotReport)
Sets the contact source to be the spot report generator rather than whatever source the detecting ent...
File: simMsg.h.
Definition: simMessage.h:35
static DtSimComponent * creator(const DtString &name, DtVrfObject *owner, DtSimManager *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
virtual bool pruneOldReports()
Looks though the current spot reports and removes any that are beyond the age limit.
The base class for all messages to/from a specific DtVrfObject.
Definition: vrfObjectMessage.h:30
virtual const char * type() const
Returns a string identifies the class type of component.
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
virtual void processSimReportCollection(const DtVrfObjectMessage *msg)
DtRemoteSensorSpotReportReceiver; A DtSpotReportReceiver that listens for and tracks spot report mess...
Definition: remoteSensorSpotReportReceiver.h:21
virtual bool init()
Calls createPorts and createPortGroups Initializes myLastTickSimTime.
std::set< DtUUID > myDisabledSpotterList
Tracks remote sensor entities that have been disabled (e.g.
Definition: remoteSensorSpotReportReceiver.h:120
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
virtual DtObjectSensorPSR * createPSR()
Creates myProcessState data member, and adds it to our process state repository manager.
DtSpotReport; subclass of DtSimReport.
Definition: spotReport.h:35
Definition: objectSensorPSR.h:30