VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fixedWingLandingDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: fixWngLandingDesc.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtFixedWingLandingDescriptor_H_
16 #define DtFixedWingLandingDescriptor_H_
17 
19 #include <readerWriter/rwReal.h>
20 #include <readerWriter/rwBoolean.h>
21 
23 
28 {
29 public:
32  parentRegistry = 0);
33 
36  DtReaderWriterRegistry * parentRegistry = 0);
37 
41 
44 
47  virtual DtString type() const;
48 
49  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
50  = 0) const;
51 
53  static DtComponentDescriptor * creator();
54 
57  virtual bool publishApproachRoute() const;
58  virtual void setPublishApproachRoute(bool);
60 
63  virtual void setLandingSpeedRatio(double);
64  virtual double landingSpeedRatio() const;
66 
69  virtual void setLandingDescentRate(double);
70  virtual double landingDescentRate() const;
72 
75  virtual void setLandingGearDownDistance(double);
76  virtual double landingGearDownDistance() const;
78 
81  virtual void setApproachStartAltitude(double alt);
82  virtual double approachStartAltitude() const;
84 
87  virtual void setThresholdAltitude(double alt);
88  virtual double thresholdAltutude() const;
90 
93  virtual void setBaseLegLength(double value);
94  virtual double baseLegLength();
96 
97 private:
100 
101 protected:
102 
106 
112 
119 
126 
132 
139 
146 
155 
157 };
158 
159 #endif
160 
161 
162 
#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:42
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:138
DtRwReal myLandingDescentRate
Parameter Name: landing-descent-rate Parameter Description: The decent rate to use to generate the ap...
Definition: fixedWingLandingDescriptor.h:118
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:131
DtRwReal myLandingSpeedRatio
Parameter Name: landing-speed-ratio Parameter Description: Ratio that is applied to minimum lift spee...
Definition: fixedWingLandingDescriptor.h:111
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes.
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:145
DtRwReal myBaseLegLength
Parameter Name: base-leg-length Parameter Description: The length of the base leg of the approach rou...
Definition: fixedWingLandingDescriptor.h:154
DtRwReal myLandingGearDownDistance
Parameter Name: landing-gear-down-distance Parameter Description: Percentage distance away from end p...
Definition: fixedWingLandingDescriptor.h:125

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)