15 #ifndef DtFixedWingTakeoffDescriptor_H_
16 #define DtFixedWingTakeoffDescriptor_H_
57 virtual double takeoffDistance()
const;
58 virtual void setTakeoffDistance(
double value);
63 virtual double takeoffAltitude()
const;
64 virtual void setTakeoffAltitude(
double value);
DtRwReal myTakeoffDistance
Parameter Name: takeoff-distance Parameter Description: The distance out from the end of the landing ...
Definition: fixedWingTakeoffDescriptor.h:82
DtRwReal myTakeoffAltitude
Parameter Name: takeoff-altitude Parameter Description: The altitude out from the end of the landing ...
Definition: fixedWingTakeoffDescriptor.h:89
#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
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
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...
static DtComponentDescriptor * creator()
This descriptor will define parameters that will be used to create an approach vector to a landing st...
Definition: fixedWingTakeoffDescriptor.h:27