37 virtual const char*
type()
const;
40 static void setEngagementResultsCallback(
DtSimMessage* msg,
void* usrData);
41 virtual void processSetEngagementResults(
DtSimMessage* msg);
43 static void setStatePropertiesCallback(
DtSimMessage* msg,
void* usrData);
44 virtual void processSetStateProperties(
DtSimMessage* msg);
46 static void setLocationCallback(
DtSimMessage * msg,
void * usrData);
49 static void setHeadingCallback(
DtSimMessage * msg,
void * usrData);
52 static void setActivityCallback(
DtSimMessage * msg,
void * usrData);
61 static void setEngagementRulesType(
DtSimMessage * msg,
void * usrData);
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
static void setNotifyLevelCallback(DtSimMessage *msg, void *usrData)
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtPseudoAggregateSetController is the controller that handles all of the DtSetDataRequest messages fo...
Definition: disaggregatedSetController.h:27
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
static void setSuperiorCallback(DtSimMessage *msg, void *usrData)
virtual void processSetNotifyLevel(DtSimMessage *msg)
DtDisaggregatedSetController & operator=(const DtDisaggregatedSetController &orig)
assignment operator
DtPseudoAggregateSetController; handles DtSetDataRequest messages for psuedo aggregate entities...
Definition: pseudoAggregatedSetController.h:20
File: simMsg.h.
Definition: simMessage.h:35
virtual void initializeSetsToRegister()
Called from init to initialize sets that are applicable to this controller.
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
static DtSimComponent * creator(const DtString &name, DtVrfObject *owner, DtSimManager *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
virtual const char * type() const
Returns a string identifies the class type of component.
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
virtual void processSetSuperior(DtSimMessage *msg)
void processSetLocation(DtSetDataRequest *set, const DtVertexList &vertices, double position, DtMoveAlongRouteTimeEstimator *est)
These functions handle the standard sets that can affect the time estimates.
virtual void processSetEngagementRules(DtSimMessage *msg)