48 virtual const char*
type()
const override;
54 virtual void tick()
override;
63 static void moveToCallback(
DtSimMessage * msg,
void * usr);
79 virtual void startGroundVehicleMoveTo(
DtMoveToTask& task);
86 void lookupAndCacheProcessSR();
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtAutomotivePSR * myProcessState
Definition: groundMoveToAdapterComponent.h:103
virtual bool postAddComponentsInit() override
Calls enableTaskTypes()
virtual const char * type() const override=0
Returns a string identifies the class type of component. Type values are defined in compTypes...
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:22
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtMoveToTask represents a moveTo task for an entity to perform. It inherits read/writableness from Si...
Definition: moveToTask.h:38
Definition: readerWriterRegistry.h:39
virtual void taskComplete(bool success=true)
If we are currently tasked, this will cause us to notify the entity that we're done and delete the ta...
Instances of DtAutomotivePSR are used to hold the shared/checkpointable data for an automotive system...
Definition: automotivePSR.h:45
File: simMsg.h.
Definition: simMessage.h:35
bool myStartGroundMoveToSubtask
Indicates that a ground vehicle move to task should be started during the next tick.
Definition: groundMoveToAdapterComponent.h:106
virtual void tick()
This gives the thread of control to the component. The component is ticked once each simulation from ...
DtGroundMoveToAdapterComponent is a controller that converts legacy (pre-VRF 5.2) move-to and move-to...
Definition: groundMoveToAdapterComponent.h:31
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:89
const DtTaskControllerComponent & operator=(const DtTaskControllerComponent &orig)
assignment operator
A locally simulated VRF object.
Definition: localObject.h:98