15 #ifndef DtRotaryWingActuatorDescriptor_H_
16 #define DtRotaryWingActuatorDescriptor_H_
54 virtual void setDefaults();
60 virtual DtReal crashVelocity()
const;
61 virtual void setCrashVelocity(DtReal value);
66 virtual DtReal landingPositionThreshold()
const;
67 virtual void setLandingPositionThreshold(DtReal value);
72 virtual DtReal landingVelocityThreshold()
const;
73 virtual void setLandingVelocityThreshold(DtReal value);
78 virtual DtReal clampedFrameRate()
const;
79 virtual void setClampedFrameRate(DtReal clampedFrameRate);
84 virtual bool useFuel()
const;
85 virtual void setUseFuel(
bool newValue);
90 virtual void setAirspeedCalculatorType(
const DtString& sType);
91 virtual const DtString& airspeedCalculatorType()
const;
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtRwBoolean myUseFuel
Parameter Name: use-fuel Parameter Description: If true entity will consume fuel. Parameter Units: Pa...
Definition: rotaryWingActuatorDescriptor.h:148
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtRwReal myLandingVelocityThreshold
Parameter Name: landing-velocity-threshold Parameter Description: Landing velocity threshold...
Definition: rotaryWingActuatorDescriptor.h:126
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRotaryWingActuatorDescriptor; descriptor for the DtRotaryWingActuatorComponent component.
Definition: rotaryWingActuatorDescriptor.h:27
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.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:49
Definition: readerWriterRegistry.h:39
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwReal myLandingHeightThreshold
Parameter Name: landing-height-threshold Parameter Description: The landing height threshold...
Definition: rotaryWingActuatorDescriptor.h:134
DtRwReal myLandingPositionThreshold
Parameter Name: landing-position-threshold Parameter Description: Landing position threshold...
Definition: rotaryWingActuatorDescriptor.h:119
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwReal myCrashVelocity
Parameter Name: crash-velocity Parameter Description: The crash velocity. If the helicopter hits the ...
Definition: rotaryWingActuatorDescriptor.h:112
DtRwReal myClampedFrameRate
Parameter Name: clamped-frame-rate Parameter Description: The clamped frame rate. If the frame rate (...
Definition: rotaryWingActuatorDescriptor.h:142
DtRwString myAirspeedCalculatorType
Parameter Name: airspeed-calculator-type Parameter Description: Type of the airspeed calculator to cr...
Definition: rotaryWingActuatorDescriptor.h:153