DtTime myTimeToGiveUp
Definition: derivedMoveAlongController.h:93
DtGroundMoveAlongControllerComponent is a controller that models movement of a ground entity along a ...
Definition: groundMoveAlongControllerComponent.h:25
virtual void giveUpTask() override
Called when controller is tasked and decideToGiveUp() returns true. Base class implementation calls c...
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
std::shared_ptr< DtSimTaskState > DtSimTaskStatePtr
Definition: taskAndTaskStateDefines.h:18
virtual ~DerivedMoveAlongController() override
DerivedMoveAlongController()
const DerivedMoveAlongController & operator=(const DerivedMoveAlongController &orig)
virtual void processMoveAlong(const DtTaskMessage &msg, DtSimTaskStatePtr taskStatePtr) override
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
VRF4API_METHOD const DtSimulationServices * simManager() const
This is the deprecated API that can be used as a reference to migrate 4.X code to 5...
Definition: simComponent.h:583
Definition: derivedMoveAlongController.h:38
virtual DtSymbolString name() const
Accessor for name of this readable/writable object.
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
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=NULL, DtReaderWriterRegistry *parentRegistry=NULL)
virtual bool decideToGiveUpTask() const override
Checks to see if destination is inside an obstruction. If it is, returns true. Otherwise it returns t...
A locally simulated VRF object.
Definition: localObject.h:98