51 virtual bool init()
override;
54 virtual void tick()
override;
58 virtual const char*
type()
const override;
62 virtual double radius()
const;
63 virtual void setRadius(
double radius);
67 virtual bool clockwise()
const;
68 virtual void setClockwise(
bool clockwise);
88 static void orbitTaskCallback(
DtSimMessage* msg,
void* usr);
95 static void setLocationCallback(
DtSimMessage* msg,
void* usrData);
119 const double UpdateOrbitTaskVisualizationsPeriod = 1;
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
double myDefaultTaskStartTime
Sets the time at which the default orbit task can start after this controller gets (default) control ...
Definition: fixedWingDefaultController.h:115
virtual void registerTaskMsgCallbacks()
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
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
DtFixedWingPilotController is a controller that models the capabilities of a fixed-wing pilot...
Definition: fixedWingPilotController.h:47
DtFixedWingDefaultControllerDescriptor; descriptor for the DtFixedWingDefaultController component...
Definition: fixedWingDefaultControllerDescriptor.h:26
virtual bool postAddComponentsInit() override
Calls lookupAndCacheProcessSR(), to look up our process state repository after all of the components ...
virtual const char * type() const override
Returns a string identifies the class type of component. Type values are defined in compTypes...
double myUpdateOrbitTaskVisualizationsDelay
Accumulates the time since the last orbit task visualizations update. The time is updated every tick...
Definition: fixedWingDefaultController.h:108
virtual void tick() override
Only gets actuator values the first time it's called. Call lookupAndCacheProcessSR(), to look up myProcessState, if it hasn't already been found.
const DtFixedWingPilotController & operator=(const DtFixedWingPilotController &orig)
assignment operator; not implemented
virtual void updateTaskVisualizations() override
update visualizations
File: simMsg.h.
Definition: simMessage.h:35
virtual bool init() override
Initializes myFixedWingEntityState.
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
DtFixedWingDefaultController is a controller used to direct a fixed wing entity to loiter when it is ...
Definition: fixedWingDefaultController.h:36
void processSetLocation(DtSetDataRequest *set, const DtVertexList &vertices, double position, DtMoveAlongRouteTimeEstimator *est)
A locally simulated VRF object.
Definition: localObject.h:98