22 class DtAggregatedResolutionPSR;
47 virtual void processSetTrueAggregateTaskNotify(
const DtSimTask & task);
64 static void setEngagementResultsCallback(
DtSimMessage * msg,
void * usr);
66 static void setTrueAggregateTaskNotifyCallback(
74 static void setFormationCallback(
DtSimMessage * msg,
void * usr);
81 static void setResupplyModeCallback(
DtSimMessage * msg,
void * usr);
88 static void setInvulnerableCallback(
DtSimMessage* msg,
void * usrData);
134 virtual void processSetEngagementResults(
DtSimMessage * msg);
139 virtual void processSetResupplyMode(
DtSimMessage * msg);
149 virtual void processSetInvulnerable(
DtSimMessage * msg);
156 virtual bool getFormation(
const DtString& formationName,
159 virtual void updateBoundingGeometry();
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
Contains the DtLocalEntitySetController class declaration.
virtual bool postAddComponentsInit() override
Calls enableTaskTypes()
Definition: simRadio.h:30
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
Definition: rwProperty.h:325
virtual void setIsEnabled(bool yesNo)
Is this component enabled or not. If enabled, component's tick function will be called, otherwise it will not. Default is true (enabled).
virtual void preFirstTickInit()
This function can be overridden to initialize a component before it is ticked for the first time...
virtual void processSetStateProperties(DtSimMessage *msg)
Handler for setStatePropertiesCallback().
static void setUndetectableCallback(DtSimMessage *msg, void *usrData)
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtRwPropertyBoolean * myInvulnerable
Definition: aggregatedSetController.h:172
DtRwPropertyBoolean * myAiEnabled
Definition: aggregatedSetController.h:173
DtAggregatedSetController is a controller that handles new DtSetTrueAggregateMode. It replaces the existing DtControllerComponent.
Definition: aggregatedSetController.h:31
File: simMsg.h.
Definition: simMessage.h:35
const DtSimTask * mySimTask
Definition: aggregatedSetController.h:169
virtual void tick()
Checks the #myPendingSetLocationRequest and if the terrain is available the location in #myPendingSet...
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:95
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:91
DtSimTask is an abstract base class from which real tasks can derive. It manages the read/write capab...
Definition: simTask.h:30
virtual void enable()
Enables the component and resends capable tasks and sets.
virtual void setRadio(DtSimRadio *radio)
Override to add set data callbacks.
Definition: vrfAggregateStateRepository.h:21
Contains the set of readable/writeable parameters associated with a pseudo-aggregate entities...
Definition: aggregateObjectParameters.h:29
virtual void processSetUndetectable(DtSimMessage *msg)
const DtLocalEntitySetController & operator=(const DtLocalEntitySetController &orig)
assignment operator
virtual void initializeSetsToRegister()
Sets up the myRegisterSets map with sets to register for this controller.
DtAggregateLocalObjectFacade myAggregateLocalObjectFacade
Definition: aggregatedSetController.h:171
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
DtLocalEntitySetController is a controller that handles all DtSetDataRequest messages for an entity a...
Definition: localEntitySetController.h:26
DtRwPropertyBoolean * myUndetectable
Definition: aggregatedSetController.h:174