55 virtual const char*
type()
const;
73 static void setLocationCallback(
const DtVrfObject* obj,
void* usr);
74 virtual void processSetLocationCallback();
103 virtual void pilotProperties();
112 static void skipTaskCallback(
DtSimMessage * msg,
void * usr);
117 virtual void resetTurnDirection();
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtTime myNextMagNorthUpdateTime
Definition: rotaryWingFlightCommandController.h:123
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
bool myResetTurnDirection
Default is false.
Definition: rotaryWingFlightCommandController.h:127
virtual void registerTaskMsgCallbacks()
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 showCurrentTaskInGui() const
DtBoost::shared_ptr< DtSimTaskState > DtSimTaskStatePtr
Definition: taskAndTaskStateDefines.h:18
bool mySkippingTask
Definition: rotaryWingFlightCommandController.h:122
const DtRotaryWingTaskController & operator=(const DtRotaryWingTaskController &orig)
assignment operator; not implemented
virtual void tick()
This gives the thread of control to the component.
A controller with carries out the "Flight Command" tasks DtFlyHeadingTask, DtFlyAltitudeTask and DtFl...
Definition: rotaryWingFlightCommandController.h:34
File: simMsg.h.
Definition: simMessage.h:35
virtual bool beginProcessingTask(const DtTaskMessage &task, DtSimTaskStatePtr taskState)
Called by the task manager when this controller should start executing the specified task...
The DtRotaryWingTaskController class creates the rotary-wing-control port group needed to control rot...
Definition: rotaryWingTaskController.h:30
Process State Repository for the DtRotaryWingFlightCommandController component.
Definition: rotaryWingFlightCommandControllerPSR.h:17
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.
DtSimTask is an abstract base class from which real tasks can derive.
Definition: simTask.h:31
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
DtRotaryWingFlightCommandControllerPSR * myProcessState
Definition: rotaryWingFlightCommandController.h:120
double myNorthAngle
Definition: rotaryWingFlightCommandController.h:124