15 #ifndef DtFixedWingLandingDescriptor_H_
16 #define DtFixedWingLandingDescriptor_H_
57 virtual bool publishApproachRoute()
const;
58 virtual void setPublishApproachRoute(
bool);
63 virtual void setLandingSpeedRatio(
double);
64 virtual double landingSpeedRatio()
const;
69 virtual void setLandingDescentRate(
double);
70 virtual double landingDescentRate()
const;
75 virtual void setLandingGearDownDistance(
double);
76 virtual double landingGearDownDistance()
const;
81 virtual void setApproachStartAltitude(
double alt);
82 virtual double approachStartAltitude()
const;
87 virtual void setThresholdAltitude(
double alt);
88 virtual double thresholdAltutude()
const;
93 virtual void setBaseLegLength(
double value);
94 virtual double baseLegLength();
#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
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwReal myThresholdAltitude
Parameter Name: threshold-altitude Parameter Description: The altitude the plane will achieve while p...
Definition: fixedWingLandingDescriptor.h:138
DtRwReal myLandingDescentRate
Parameter Name: landing-descent-rate Parameter Description: The decent rate to use to generate the ap...
Definition: fixedWingLandingDescriptor.h:118
This descriptor defines parameters that are used to create an approach vector to a landing strip...
Definition: fixedWingLandingDescriptor.h:27
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
DtRwBoolean myPublishApproachRoute
Parameter Name: publish-approach-route Parameter Description: Publishes the route that is being follo...
Definition: fixedWingLandingDescriptor.h:131
DtRwReal myLandingSpeedRatio
Parameter Name: landing-speed-ratio Parameter Description: Ratio that is applied to minimum lift spee...
Definition: fixedWingLandingDescriptor.h:111
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwReal myApproachStartAltitude
Parameter Name: approach-start-altitude Parameter Description: The altitude (above the runway) that t...
Definition: fixedWingLandingDescriptor.h:145
DtRwReal myBaseLegLength
Parameter Name: base-leg-length Parameter Description: The length of the base leg of the approach rou...
Definition: fixedWingLandingDescriptor.h:154
DtRwReal myLandingGearDownDistance
Parameter Name: landing-gear-down-distance Parameter Description: Percentage distance away from end p...
Definition: fixedWingLandingDescriptor.h:125