VR-Forces 4.1 Class Documentation
fixWngFlwEntDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: fixWngFlwEntDesc.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtFixedWingFollowEntityControllerDescriptor_H_
16 #define DtFixedWingFollowEntityControllerDescriptor_H_
17 
18 
19 #include "vrfobjparam/compDesc.h"
20 #include "vrfutil/rwReal.h"
23 
35 {
36 public:
39  parentRegistry = 0);
40 
44  DtReaderWriterRegistry * parentRegistry = 0);
45 
49 
52 
55  virtual DtString type() const;
56 
59  virtual DtReal groundNearCatchUpFactor() const;
60  virtual void setGroundNearCatchUpFactor(DtReal groundNearCatchUpFactor);
62 
65  virtual DtReal groundFarCatchUpFactor() const;
66  virtual void setGroundFarCatchUpFactor(DtReal groundFarCatchUpFactor);
68 
71  virtual DtReal groundPassedSlowDownFactor() const;
72  virtual void setGroundPassedSlowDownFactor(DtReal groundPassedSlowDownFactor);
74 
77  virtual DtReal flyingCatchUpFactor() const;
78  virtual void setFlyingCatchUpFactor(DtReal value);
80 
83  virtual DtReal flyingCatchUpDistance() const;
84  virtual void setFlyingCatchUpDistance(DtReal value);
86 
87  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
88  = 0) const;
89 
90  static DtComponentDescriptor * creator();
91 
92 protected:
95 
96 protected:
97 
101 
112 
122 
132 
140 
149 };
150 
151 #endif
152 
153 
154 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)