VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Member Functions
DtFixedWingFlyIntoControllerDescriptor Class Reference

DtFixedWingFlyIntoControllerDescriptor; descriptor for the DtFixedWingFlyIntoControllerDescriptor component. More...

Inheritance diagram for DtFixedWingFlyIntoControllerDescriptor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtFixedWingFlyIntoControllerDescriptor (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL)
 constructor
 DtFixedWingFlyIntoControllerDescriptor (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL)
 DtFixedWingFlyIntoControllerDescriptor (const DtFixedWingFlyIntoControllerDescriptor &orig, DtReaderWriterRegistry *parentRegistry=NULL)
 copy constructor
DtFixedWingFlyIntoControllerDescriptoroperator= (const DtFixedWingFlyIntoControllerDescriptor &orig)
 assignment
virtual ~DtFixedWingFlyIntoControllerDescriptor ()
 destructor
virtual DtString type () const
 Returns the type of component this descriptor describes.
virtual DtComponentDescriptorclone (DtReaderWriterRegistry *parentRegistry=NULL) const
virtual double directFlyElevationAngle () const
 Accessor/mutator for myDirectFlyElevationAngle.
virtual void setDirectFlyElevationAngle (double angle)
 Accessor/mutator for myDirectFlyElevationAngle.
virtual double directFlyRange () const
 Accessor/mutator for myDirectFlyRange.
virtual void setDirectFlyRange (double range)
 Accessor/mutator for myDirectFlyRange.

Static Public Member Functions

static DtComponentDescriptorcreator ()
 

Protected Member Functions

 DtFixedWingFlyIntoControllerDescriptor ()
 default constructor; not implemented

Protected Attributes

parameters

These parameters are available for setting in the OPD files.

DtRwReal myDirectFlyElevationAngle
 Parameter Name: direct-fly-elevation-angle
Parameter Description: Get set the direct-fly elevation angle.
DtRwReal myDirectFlyRange
 Parameter Name: direct-fly-range
Parameter Description: Get set the direct-fly range.

Detailed Description

DtFixedWingFlyIntoControllerDescriptor; descriptor for the DtFixedWingFlyIntoControllerDescriptor component.

DtFixedWingFlyIntoControllerDescriptor is a kind of DtFixedWingPilotController that has additional information needed for providing parameters to the DtFixedWingFlyIntoController. Provides data on when to transition from level flight into "direct flight" (or flying directly toward the 3-dimensional target point).


Constructor & Destructor Documentation

constructor

copy constructor

destructor

default constructor; not implemented


Member Function Documentation

DtFixedWingFlyIntoControllerDescriptor& DtFixedWingFlyIntoControllerDescriptor::operator= ( const DtFixedWingFlyIntoControllerDescriptor orig)

assignment

Returns the type of component this descriptor describes.

Used to create the descriptor on read from an mtl file. Component descriptor type strings are defined in compDescTypes.h.

Returns:
DtFixedWingFlyIntoControllerDescriptorType

Reimplemented from DtFixedWingPilotControllerDescriptor.

Accessor/mutator for myDirectFlyElevationAngle.

Accessor/mutator for myDirectFlyElevationAngle.

virtual double DtFixedWingFlyIntoControllerDescriptor::directFlyRange ( ) const [virtual]

Accessor/mutator for myDirectFlyRange.

virtual void DtFixedWingFlyIntoControllerDescriptor::setDirectFlyRange ( double  range) [virtual]

Accessor/mutator for myDirectFlyRange.

Returns:
Newly created instance of this class, with an empty DtReaderWriter name. Creation methods are registered with a DtComponentDescriptorFactory, so they can be created on demand as they are read in from a parameter database file.

Reimplemented from DtFixedWingPilotControllerDescriptor.


Member Data Documentation

Parameter Name: direct-fly-elevation-angle
Parameter Description: Get set the direct-fly elevation angle.

This specifies the minimum elevation angle (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: 45.
Parameter Units: degrees

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


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)