56 virtual const char*
type()
const;
66 static void routeChangedCallback(
const DtVrfObject* obj,
void * usr);
67 virtual void processRouteChanged(
const DtVrfObject* obj);
79 virtual bool setupRoute();
83 virtual bool isMovingToward(
const DtVector& ENUpoint);
86 virtual void routeLogic();
90 virtual void desiredVelocityAndPosition();
128 virtual void pilotProperties();
133 virtual void buildLocalRoute();
137 virtual void emptyVertexList();
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
virtual void registerTaskMsgCallbacks()
DtInputPortGroup * myTerrainProximityPortGroup
Input Port Group Name: terrain-proximity-group Input Port Group Description:
Definition: rotaryWingMoveAlongControllerComponent.h:159
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:42
virtual void clearTask()
Overridden to deactivate the port group when this controller completes a task.
Definition: readerWriterRegistry.h:39
virtual bool createPorts()
Overridden to create the guidance ports.
DtBoost::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:180
bool myVerticesChangedCallbackRegistered
Definition: rotaryWingMoveAlongControllerComponent.h:176
const DtRotaryWingTaskController & operator=(const DtRotaryWingTaskController &orig)
assignment operator; not implemented
virtual void tick()
This gives the thread of control to the component.
Instances of DtVectorOutputPort are output ports through which data producers can send a DtVector...
Definition: vectorIOPort.h:52
virtual bool createPortGroups()
Overridden to call createGuidancePortGroup()
File: simMsg.h.
Definition: simMessage.h:35
virtual void processEstimatedTotCalculation()
calculate estimated tot
DtVectorOutputPort * myCurrentVertexLocationOutputPort
Output Port Name: current-vertex-location .
Definition: rotaryWingMoveAlongControllerComponent.h:167
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:169
The DtRotaryWingTaskController class creates the rotary-wing-control port group needed to control rot...
Definition: rotaryWingTaskController.h:30
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
virtual bool init()
Overridden to initialize myRotaryWingEntityState.
bool myRouteHasChanged
Definition: rotaryWingMoveAlongControllerComponent.h:175
const DtVrfObject * myRoute
This is looked up once per tick - assumed unchanging while we have control.
Definition: rotaryWingMoveAlongControllerComponent.h:173
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
virtual const char * type() const =0
Returns a string identifies the class type of component.
A DtTaskMsg is a DtRadioMsg with a pointer to a task.
Definition: taskMessage.h:19