49 virtual bool init()
override;
52 virtual void tick()
override;
56 virtual const char*
type()
const override;
66 virtual void processRouteChanged(
const DtSimObject* obj);
78 virtual bool setupRoute();
82 virtual bool isMovingToward(
const DtVector& ENUpoint);
85 virtual void routeLogic();
89 virtual void desiredVelocityAndPosition();
127 virtual void pilotProperties();
132 virtual void buildLocalRoute();
136 virtual void emptyVertexList();
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtSimObjectReference myRoute
This is looked up once per tick - assumed unchanging while we have control.
Definition: rotaryWingMoveAlongControllerComponent.h:172
virtual void registerTaskMsgCallbacks()
DtInputPortGroup * myTerrainProximityPortGroup
Input Port Group Name: terrain-proximity-group Input Port Group Description:
Definition: rotaryWingMoveAlongControllerComponent.h:158
Definition: readerWriter.h:85
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
virtual const char * type() const override=0
Returns a string identifies the class type of component. Type values are defined in compTypes...
virtual bool init() override
Overridden to initialize myRotaryWingEntityState.
Definition: readerWriterRegistry.h:39
std::shared_ptr< DtSimTaskState > DtSimTaskStatePtr
Definition: taskAndTaskStateDefines.h:18
bool myFinalPointIsCloseToGround
If final point is close to the ground (< 1 body height), then aggressiveness will be set low when mov...
Definition: rotaryWingMoveAlongControllerComponent.h:178
const DtRotaryWingTaskController & operator=(const DtRotaryWingTaskController &orig)
assignment operator; not implemented
Instances of DtVectorOutputPort are output ports through which data producers can send a DtVector...
Definition: vectorIOPort.h:52
File: simMsg.h.
Definition: simMessage.h:35
virtual void clearTask() override
Overridden to deactivate the port group when this controller completes a task.
virtual void processEstimatedTotCalculation()
calculate estimated tot
virtual bool createPorts() override
Overridden to create the guidance ports.
DtVectorOutputPort * myCurrentVertexLocationOutputPort
Output Port Name: current-vertex-location\n Output Port Description: Specifies the current vertex ...
Definition: rotaryWingMoveAlongControllerComponent.h:166
virtual DtSimTaskStatePtr currentTaskState() const
DtRotaryWingMoveAlongControllerComponent is a controller used to model the movement of a helicopter a...
Definition: rotaryWingMoveAlongControllerComponent.h:31
double myDistanceSquared
Definition: rotaryWingMoveAlongControllerComponent.h:168
The DtRotaryWingTaskController class creates the rotary-wing-control port group needed to control rot...
Definition: rotaryWingTaskController.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
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:80
bool myRouteHasChanged
Definition: rotaryWingMoveAlongControllerComponent.h:174
virtual void tick() override
This gives the thread of control to the component. The component is ticked once each simulation from ...
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
virtual bool createPortGroups() override
Overridden to call createGuidancePortGroup()
A locally simulated VRF object.
Definition: localObject.h:98