15 #ifndef DtFixedWingLandingDescriptor_H_
16 #define DtFixedWingLandingDescriptor_H_
56 virtual bool publishApproachRoute()
const;
57 virtual void setPublishApproachRoute(
bool);
62 virtual void setLandingSpeedRatio(
double);
63 virtual double landingSpeedRatio()
const;
68 virtual void setLandingDescentRate(
double);
69 virtual double landingDescentRate()
const;
74 virtual void setLandingGearDownDistance(
double);
75 virtual double landingGearDownDistance()
const;
80 virtual void setApproachStartAltitude(
double alt);
81 virtual double approachStartAltitude()
const;
86 virtual void setThresholdAltitude(
double alt);
87 virtual double thresholdAltutude()
const;
92 virtual void setBaseLegLength(
double value);
93 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:137
DtRwReal myLandingDescentRate
Parameter Name: landing-descent-rate Parameter Description: The decent rate to use to generate the ap...
Definition: fixedWingLandingDescriptor.h:117
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:130
DtRwReal myLandingSpeedRatio
Parameter Name: landing-speed-ratio Parameter Description: Ratio that is applied to minimum lift spee...
Definition: fixedWingLandingDescriptor.h:110
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:144
DtRwReal myBaseLegLength
Parameter Name: base-leg-length Parameter Description: The length of the base leg of the approach rou...
Definition: fixedWingLandingDescriptor.h:153
DtRwReal myLandingGearDownDistance
Parameter Name: landing-gear-down-distance Parameter Description: Percentage distance away from end p...
Definition: fixedWingLandingDescriptor.h:124