69 virtual const char*
type()
const;
98 virtual bool createPSR();
105 static void taskCompleteReportCallback(
DtSimMessage * msg,
void * usr);
111 static void takeoffTaskCallback(
DtSimMessage* msg,
void* usr);
115 static void deleteVrfObjectCallback(
const DtVrfObject* msg,
void * usr);
116 virtual void processDeleteVrfObjectCallback(
const DtVrfObject* obj);
126 virtual void movingAlongTakeoffRoute();
134 virtual double turningPointDistance()
const;
137 virtual void startTakeoff();
140 virtual void flyingTowardsTakeoffPoint();
143 virtual void flyTowardsTakeoffPoint();
146 virtual void setCruiseSpeed();
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
virtual bool postAddComponentsInit()
Called after all components have been created, initialized and added to the component manager...
Definition: simComponent.h:144
DtFixedWingTakeoffDescriptor * myFixedWingTakeoffDescriptor
Definition: fixedWingTakeoffController.h:167
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
class DtVrfFixedWingLandingPSR:
Definition: vrfFixedWingTakeoffPSR.h:23
DtFixedWingEntityStateRepository * myFixedWingEntityState
Definition: fixedWingTakeoffController.h:169
virtual void registerTaskMsgCallbacks()
This class provides a base class for all controllers that are capable of executing a DtSimTask...
Definition: singleTaskControllerComponent.h:20
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
virtual const char * type() const =0
Returns a string identifies the class type of component.
virtual bool init()
Calls setRadio()
virtual void clearTask()
If component is currently tasked, calls clearPendingSubtasks(), sets the tasked flag to false...
class DtFixedWingFlightPSR:
Definition: fixedWingFlightPSR.h:38
DT_DLL_VRVCORE double distance(const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to)
Returns the distance from the two points.
Definition: localVector.h:25
File: simMsg.h.
Definition: simMessage.h:35
This repository holds all information that is common to all the forms of local fixed wing entities wi...
Definition: fixedWingEntityStateRepository.h:37
virtual void tick()
This gives the thread of control to the component.
DtFixedWingTakeoffController is a controller that models take-off behavior for fixed-wing entities...
Definition: fixedWingTakeoffController.h:47
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
const DtTaskControllerComponent & operator=(const DtTaskControllerComponent &orig)
assignment operator
DtTakeoffControllerState
Definition: vrfFixedWingTakeoffPSR.h:26
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
DtVrfFixedWingTakeoffPSR * myProcessState
Container for state data associated with this component.
Definition: fixedWingTakeoffController.h:165
DtFixedWingFlightPSR * myFixedWingFlightPSR
Definition: fixedWingTakeoffController.h:168
A DtTaskMsg is a DtRadioMsg with a pointer to a task.
Definition: taskMessage.h:19
This descriptor will define parameters that will be used to create an approach vector to a landing st...
Definition: fixedWingTakeoffDescriptor.h:27