15 #include <vlutil/vlConfig.h>
77 virtual const char*
type()
const;
112 virtual bool createPSR();
126 static void taskCompleteReportCallback(
DtSimMessage * msg,
void * usr);
135 static void formationChangedCallback(
const DtFormationState& formationState,
168 virtual void processFormationChanged(
const DtFormationState& formationState);
181 virtual void processRouteChanged();
189 virtual void sendTaskToSubordinate(
const DtSimTask& task,
190 const DtUUID& subordinate)
const;
199 const DtUUID& subordinate)
const;
202 virtual void deleteFormationRoutes();
207 virtual void beginFollowInFormation(
const DtUUID& routeName,
bool traverseForward);
215 virtual bool createLeaderOffsetRoute(
const std::vector<DtVector>& localPoints,
float rightOffset,
float forwardOffset,
DtUUID& routeUUID,
DtUUID);
219 const DtUUID& leaderRoute,
220 const double formationWidth,
const double formationLength,
221 const bool doReverseRoute);
224 virtual void taskFollower(
const DtUUID& subEntity,
const DtUUID& formationLeader,
225 const DtUUID& unitRouteUUID,
const double leaderForwardOffset,
226 const bool doReverseRoute);
234 virtual void sendVrfObjectModifyMsg(
const DtUUID&
object, DtList* vertices)
const;
241 virtual void initializeMemberDataFromDescriptor(
254 virtual bool publishFormationRoutes()
const;
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
class DtLocalObjectManager:
Definition: localObjectManager.h:151
virtual void registerTaskMsgCallbacks()
virtual void preFirstTickInit()
This function can be overridden to initialize a component before it is ticked for the first time...
This class provides a base class for all controllers that are capable of executing a DtSimTask...
Definition: singleTaskControllerComponent.h:20
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
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
virtual const char * type() const =0
Returns a string identifies the class type of component. Type values are defined in compTypes...
Class DtAggregateMoveAlongDescriptor holds all of the readable/writeable parameters used to configure...
Definition: aggregateMoveAlongDescriptor.h:30
virtual bool init()
Calls setRadio()
virtual void clearTask()
If component is currently tasked, calls clearPendingSubtasks(), sets the tasked flag to false...
DtBoost::shared_ptr< DtSimTaskState > DtSimTaskStatePtr
Definition: taskAndTaskStateDefines.h:18
DtIteratorDirection
Definition: iteratorBase.h:23
DtSetDataRequest is an abstract base class from which real setDataRequests can derive. It manages the read/write capability; derived classes need only use and register read/writatble data types for derived information.
Definition: setDataRequest.h:41
File: simMsg.h.
Definition: simMessage.h:35
DtMoveAlongTask represents a Move Along Route task for an entity to perform. It inherits read/writabl...
Definition: moveAlongTasks.h:46
virtual void tick()
This gives the thread of control to the component. The component is ticked once each simulation from ...
virtual DtSimTaskStatePtr currentTaskState() const
This is a convenience list that will add DtSimObjectReference objects and modify the list as objects ...
Definition: simObjectReferenceList.h:22
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:90
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:70
const DtTaskControllerComponent & operator=(const DtTaskControllerComponent &orig)
assignment operator
DtSimTask is an abstract base class from which real tasks can derive. It manages the read/write capab...
Definition: simTask.h:30
file aggregateMoveAlongPSR.h
Definition: aggregateMoveAlongPSR.h:31
Definition: vrfAggregateStateRepository.h:20
DtCompatibilityRadio.
Definition: compatibilityRadio.h:30
A DtTaskMsg is a DtRadioMsg with a pointer to a task. The type of the taskMsg is just the type of the...
Definition: taskMessage.h:21
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