VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Private Member Functions
DtFixedWingTakeoffDescriptor Class Reference

This descriptor will define parameters that will be used to create an approach vector to a landing strip. More...

Inheritance diagram for DtFixedWingTakeoffDescriptor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtFixedWingTakeoffDescriptor (const DtString &name, DtReaderWriterRegistry *parentRegistry=0)
 constructor
 DtFixedWingTakeoffDescriptor (const DtFixedWingTakeoffDescriptor &orig, DtReaderWriterRegistry *parentRegistry=0)
 copy constructor
DtFixedWingTakeoffDescriptoroperator= (const DtFixedWingTakeoffDescriptor &orig)
 assignment
virtual ~DtFixedWingTakeoffDescriptor ()
 destructor
virtual DtString type () const
 Returns the type of component this descriptor describes.
virtual DtComponentDescriptorclone (DtReaderWriterRegistry *parentRegistry=0) const
virtual double takeoffDistance () const
 Accessor/mutator for myTakeoffDistance.
virtual void setTakeoffDistance (double value)
 Accessor/mutator for myTakeoffDistance.
virtual double takeoffAltitude () const
 Accessor/mutator for myTakeoffAltitude.
virtual void setTakeoffAltitude (double value)
 Accessor/mutator for myTakeoffAltitude.

Static Public Member Functions

static DtComponentDescriptorcreator ()
 

Protected Attributes

parameters

These parameters are available for setting in the OPD files.

DtRwReal myTakeoffDistance
 Parameter Name: takeoff-distance
Parameter Description: The distance out from the end of the landing strip that the fixed wing will fly to.
DtRwReal myTakeoffAltitude
 Parameter Name: takeoff-altitude
Parameter Description: The altitude out from the end of the landing strip that the fixed wing will fly to.

Private Member Functions

 DtFixedWingTakeoffDescriptor ()
 default constructor; not implemented

Detailed Description

This descriptor will define parameters that will be used to create an approach vector to a landing strip.

=


Constructor & Destructor Documentation

constructor

copy constructor

destructor

default constructor; not implemented


Member Function Documentation

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

assignment

virtual DtString DtFixedWingTakeoffDescriptor::type ( ) const [virtual]

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:
DtFixedWingTakeoffDescriptorType

Reimplemented from DtComponentDescriptor.

virtual DtComponentDescriptor* DtFixedWingTakeoffDescriptor::clone ( DtReaderWriterRegistry parentRegistry = 0) const [virtual]

Reimplemented from DtComponentDescriptor.

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 DtComponentDescriptor.

virtual double DtFixedWingTakeoffDescriptor::takeoffDistance ( ) const [virtual]

Accessor/mutator for myTakeoffDistance.

virtual void DtFixedWingTakeoffDescriptor::setTakeoffDistance ( double  value) [virtual]

Accessor/mutator for myTakeoffDistance.

virtual double DtFixedWingTakeoffDescriptor::takeoffAltitude ( ) const [virtual]

Accessor/mutator for myTakeoffAltitude.

virtual void DtFixedWingTakeoffDescriptor::setTakeoffAltitude ( double  value) [virtual]

Accessor/mutator for myTakeoffAltitude.


Member Data Documentation

Parameter Name: takeoff-distance
Parameter Description: The distance out from the end of the landing strip that the fixed wing will fly to.


Parameter Default Value: 1304.762
Parameter Units: meters

Parameter Name: takeoff-altitude
Parameter Description: The altitude out from the end of the landing strip that the fixed wing will fly to.


Parameter Default Value: 154.8
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)