15 #ifndef DtFixedWingFollowEntityControllerDescriptor_H_
16 #define DtFixedWingFollowEntityControllerDescriptor_H_
59 virtual DtReal groundNearCatchUpFactor()
const;
60 virtual void setGroundNearCatchUpFactor(DtReal groundNearCatchUpFactor);
65 virtual DtReal groundFarCatchUpFactor()
const;
66 virtual void setGroundFarCatchUpFactor(DtReal groundFarCatchUpFactor);
71 virtual DtReal groundPassedSlowDownFactor()
const;
72 virtual void setGroundPassedSlowDownFactor(DtReal groundPassedSlowDownFactor);
77 virtual DtReal flyingCatchUpFactor()
const;
78 virtual void setFlyingCatchUpFactor(DtReal value);
83 virtual DtReal flyingCatchUpDistance()
const;
84 virtual void setFlyingCatchUpDistance(DtReal value);
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwReal myGroundFarCatchUpFactor
Parameter Name: taxiing-far-catch-up-factor Parameter Description: Sets and gets the speed the entity...
Definition: fixedWingFollowEntityControllerDescriptor.h:121
A DtFixedWingPilotControllerDescriptor that has the speed ratios to use when at, near, or past the desired location relative to the followed entity.
Definition: fixedWingFollowEntityControllerDescriptor.h:33
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtRwReal myFlyingCatchUpFactor
Parameter Name: flying-catch-up-factor Parameter Description: Sets and gets the speed the entity uses...
Definition: fixedWingFollowEntityControllerDescriptor.h:139
Definition: readerWriterRegistry.h:39
DtRwReal myGroundPassedSlowDownFactor
Parameter Name: taxiing-passed-slow-down-factor Parameter Description: Sets and gets the speed the en...
Definition: fixedWingFollowEntityControllerDescriptor.h:131
DtRwReal myGroundNearCatchUpFactor
Parameter Name: taxiing-near-catch-up-factor Parameter Description: Sets and gets the speed the entit...
Definition: fixedWingFollowEntityControllerDescriptor.h:111
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
DtFixedWingPilotControllerDescriptor; descriptor for the DtFixedWingPilotControllerDescriptor compone...
Definition: fixedWingPilotControllerDescriptor.h:30
DtFixedWingPilotControllerDescriptor & operator=(const DtFixedWingPilotControllerDescriptor &orig)
assignment
DtRwReal myFlyingCatchUpDistance
Parameter Name: flying-catch-up-distance Parameter Description: When the aircraft is farther from it'...
Definition: fixedWingFollowEntityControllerDescriptor.h:147