VR-Forces 4.6 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 "vrfutil/rwReal.h"
20 #include "vrfutil/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 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)