VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fixedWingTakeoffDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: fixWngTakeoffDesc.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtFixedWingTakeoffDescriptor_H_
16 #define DtFixedWingTakeoffDescriptor_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 double takeoffDistance() const;
58  virtual void setTakeoffDistance(double value);
60 
63  virtual double takeoffAltitude() const;
64  virtual void setTakeoffAltitude(double value);
66 
67 private:
70 
71 protected:
72 
76 
83 
90 
92 };
93 
94 #endif
95 
96 
97 
DtRwReal myTakeoffDistance
Parameter Name: takeoff-distance Parameter Description: The distance out from the end of the landing ...
Definition: fixedWingTakeoffDescriptor.h:82
DtRwReal myTakeoffAltitude
Parameter Name: takeoff-altitude Parameter Description: The altitude out from the end of the landing ...
Definition: fixedWingTakeoffDescriptor.h:89
#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
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
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...
static DtComponentDescriptor * creator()
This descriptor will define parameters that will be used to create an approach vector to a landing st...
Definition: fixedWingTakeoffDescriptor.h:27

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)