VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rotaryWingRouteTaskDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rotWingRtTaskDesc.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
15 
16 #ifndef rotaryWingRouteTaskDescriptor_H_
17 #define rotaryWingRouteTaskDescriptor_H_
18 
19 #include <readerWriter/rwReal.h>
22 
27 {
28 public:
31  DtReaderWriterRegistry * parentRegistry = 0);
32 
35  orig, DtReaderWriterRegistry * parentRegistry = 0);
36 
40 
43 
46  virtual DtString type() const;
47 
49  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
50  = 0) const;
51 
52 
55  virtual DtReal routeXGain() const;
56  virtual void setRouteXGain(const DtReal value);
58 
61  virtual DtReal routeYGain() const;
62  virtual void setRouteYGain(const DtReal value);
64 
67  virtual DtReal routeZGain() const;
68  virtual void setRouteZGain(const DtReal value);
70 
73  virtual DtReal routeLookaheadFactor() const;
74  virtual void setRouteLookaheadFactor(const DtReal value);
76 
78  static DtComponentDescriptor * creator();
79 
80 private:
83 
84 protected:
88 
93 
98 
103 
110 
112 };
113 
114 #endif

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)