15 #ifndef DtFixedWingFlyIntoControllerDescriptor_H_
16 #define DtFixedWingFlyIntoControllerDescriptor_H_
54 parentRegistry = NULL)
const;
58 virtual double directFlyElevationAngle()
const;
59 virtual void setDirectFlyElevationAngle(
double angle);
64 virtual double directFlyRange()
const;
65 virtual void setDirectFlyRange(
double range);
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwReal myDirectFlyElevationAngle
Parameter Name: direct-fly-elevation-angle Parameter Description: Get set the direct-fly elevation an...
Definition: fixedWingFlyIntoControllerDescriptor.h:87
Definition: symbolString.h:20
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myDirectFlyRange
Parameter Name: direct-fly-range Parameter Description: Get set the direct-fly range. This specifies the minimum distance (from the FW entity using this controller to the target position) at which the fly-into controller will transition from level flight to direct flight toward the target. Parameter Default Value: 200. Parameter Units: meters.
Definition: fixedWingFlyIntoControllerDescriptor.h:97
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
DtFixedWingFlyIntoControllerDescriptor; descriptor for the DtFixedWingFlyIntoControllerDescriptor com...
Definition: fixedWingFlyIntoControllerDescriptor.h:27
DT_DLL_vrfutil double angle(double vec1[3], double vec2[3])
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
DtFixedWingPilotControllerDescriptor; descriptor for the DtFixedWingPilotControllerDescriptor compone...
Definition: fixedWingPilotControllerDescriptor.h:30
DtFixedWingPilotControllerDescriptor & operator=(const DtFixedWingPilotControllerDescriptor &orig)
assignment