52 virtual const DtEntityType& fuelType()
const;
53 virtual void setFuelType(
const DtEntityType& fuelType);
58 virtual DtReal contourFlightVelocityThreshold()
const;
59 virtual void setContourFlightVelocityThreshold(
const DtReal value);
64 virtual DtReal contourFlightPositionThreshold()
const;
65 virtual void setContourFlightPositionThreshold(
const DtReal value);
70 virtual DtReal heightFeedbackGain()
const;
71 virtual void setHeightFeedbackGain(
const DtReal value);
82 virtual bool isAlignWithTargets()
const;
83 virtual void setIsAlignWithTargets(
const bool val);
88 virtual double maxSpeedForHeadingControl()
const;
89 virtual void setMaxSpeedForHeadingControl(
const double speed);
94 virtual DtReal positionGain()
const;
95 virtual void setPositionGain(
const DtReal val);
100 virtual DtReal velocityGain()
const;
101 virtual void setVelocityGain(
const DtReal val);
106 virtual DtReal yawPositionGain()
const;
107 virtual void setYawPositionGain(
const DtReal val);
112 virtual DtReal yawRateGain()
const;
113 virtual void setYawRateGain(
const DtReal val);
118 virtual DtReal landingFuelLevel()
const;
119 virtual void setLandingFuelLevel(
const DtReal val);
124 virtual double rotorSpinupTime()
const;
125 virtual void setRotorSpinupTime(
double s);
DtRwReal myYawRateGain
Parameter Name: yaw-rate-gain Parameter Description: Position-rate (i.e., derivative) error gain for ...
Definition: rotaryWingPilotDescriptor.h:210
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRotaryWingTaskDescriptor & operator=(const DtRotaryWingTaskDescriptor &orig)
assignment
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myContourFlightVelocityThreshold
Parameter Name: contour-flight-velocity-threshold Parameter Description: Desired-speed threshold...
Definition: rotaryWingPilotDescriptor.h:145
DtRotaryWingTaskDescriptor; descriptor for the rotary wing task components.
Definition: rotaryWingTaskDescriptor.h:24
class Dt1DRegularTableFn:
Definition: 1DRegularTableFn.h:25
DtRwReal myHeightFeedbackGain
Parameter Name: height-feedback-gain Parameter Description: Height feedback gain, which is the maximu...
Definition: rotaryWingPilotDescriptor.h:162
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtRotaryWingPilotDescriptor is a component descriptor for helicopter flight involving destination poi...
Definition: rotaryWingPilotDescriptor.h:25
Definition: readerWriterRegistry.h:39
DtRwReal myContourFlightPositionThreshold
Parameter Name: contour-flight-position-threshold Parameter Description: Contour flight position thre...
Definition: rotaryWingPilotDescriptor.h:152
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
Clone creates a new copy.
Dt1DRegularTableFn myHeightVersusSpeed
Parameter Name: height-versus-speed Parameter Description: Table function used to describe the terrai...
Definition: rotaryWingPilotDescriptor.h:171
DtRwReal myVelocityGain
Parameter Name: velocity-gain Parameter Description: Position-rate (i.e., derivative) error gain for ...
Definition: rotaryWingPilotDescriptor.h:198
DtRwReal myLandingFuelLevel
Parameter Name: landing-fuel-level Parameter Description: Fuel level that forces the pilot to land...
Definition: rotaryWingPilotDescriptor.h:215
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwReal myRotorSpinupTime
Parameter Name: rotor-spinup-time Parameter Description: Time it takes between power plant on and tak...
Definition: rotaryWingPilotDescriptor.h:220
DtRwBoolean myIsAlignWithTargets
Parameter Name: is-align-with-targets Parameter Description: Flag indicating whether or not the helic...
Definition: rotaryWingPilotDescriptor.h:177
DtRwReal myYawPositionGain
Parameter Name: yaw-position-gain Parameter Description: Position error gain for heading when changin...
Definition: rotaryWingPilotDescriptor.h:204
DtRwReal myPositionGain
Parameter Name: position-gain Parameter Description: Position error gain for horizontal position and ...
Definition: rotaryWingPilotDescriptor.h:192
static DtComponentDescriptor * creator()
This class will read in an old resource by name and convert it to the type, or, just read it as type...
Definition: rwResource.h:12
DtRwResource myFuelType
Parameter Name: fuel-type Parameter Description: The fuel that will be consumed by the surface vessel...
Definition: rotaryWingPilotDescriptor.h:226
DtRwReal myMaxSpeedForHeadingControl
Parameter Name: max-speed-for-heading-control Parameter Description: The speed above which the aircra...
Definition: rotaryWingPilotDescriptor.h:184