VR-Forces Developer's Guide
 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 
43  virtual ~DtFixedWingLandingDescriptor() override;
44 
47  virtual DtString type() const override;
48 
49  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
50 
52  static DtComponentDescriptor * creator();
53 
56  virtual bool publishApproachRoute() const;
57  virtual void setPublishApproachRoute(bool);
59 
62  virtual void setLandingSpeedRatio(double);
63  virtual double landingSpeedRatio() const;
65 
68  virtual void setLandingDescentRate(double);
69  virtual double landingDescentRate() const;
71 
74  virtual void setLandingGearDownDistance(double);
75  virtual double landingGearDownDistance() const;
77 
80  virtual void setApproachStartAltitude(double alt);
81  virtual double approachStartAltitude() const;
83 
86  virtual void setThresholdAltitude(double alt);
87  virtual double thresholdAltutude() const;
89 
92  virtual void setBaseLegLength(double value);
93  virtual double baseLegLength();
95 
96 private:
99 
100 protected:
101 
105 
111 
118 
125 
131 
138 
145 
154 
156 };
157 
158 #endif
159 
160 
161 
#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:49
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:137
DtRwReal myLandingDescentRate
Parameter Name: landing-descent-rate Parameter Description: The decent rate to use to generate the ap...
Definition: fixedWingLandingDescriptor.h:117
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:130
DtRwReal myLandingSpeedRatio
Parameter Name: landing-speed-ratio Parameter Description: Ratio that is applied to minimum lift spee...
Definition: fixedWingLandingDescriptor.h:110
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
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:144
DtRwReal myBaseLegLength
Parameter Name: base-leg-length Parameter Description: The length of the base leg of the approach rou...
Definition: fixedWingLandingDescriptor.h:153
DtRwReal myLandingGearDownDistance
Parameter Name: landing-gear-down-distance Parameter Description: Percentage distance away from end p...
Definition: fixedWingLandingDescriptor.h:124

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)