VR-Forces 4.2 Class Documentation
rotWngActDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rotWngActDesc.h,v $ $Revision: 1.17 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtRotaryWingActuatorDescriptor_H_
16 #define DtRotaryWingActuatorDescriptor_H_
17 
18 
20 #include "vrfutil/rwReal.h"
21 #include "vrfutil/rwVector.h"
22 
28 {
29 public:
32  DtReaderWriterRegistry* parentRegistry = NULL);
33  DtRotaryWingActuatorDescriptor(const DtSymbolString& name,
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
42  const DtRotaryWingActuatorDescriptor& orig);
43 
45 
48  virtual DtString type() const;
49 
51  DtReaderWriterRegistry* parentRegistry = NULL) const;
52 
54  virtual void setDefaults();
55 
56  virtual void copyValues(const DtRotaryWingActuatorDescriptor & orig);
57 
60  virtual DtReal maxSpeedAttitude() const;
61  virtual void setMaxSpeedAttitude(DtReal attitude);
63 
66  virtual DtReal crashVelocity() const;
67  virtual void setCrashVelocity(DtReal value);
69 
72  virtual DtReal landingPositionThreshold() const;
73  virtual void setLandingPositionThreshold(DtReal value);
75 
78  virtual DtReal landingVelocityThreshold() const;
79  virtual void setLandingVelocityThreshold(DtReal value);
81 
84  virtual DtReal landingHeightThreshold() const;
85  virtual void setLandingHeightThreshold(DtReal value);
87 
90  virtual DtReal clampedFrameRate() const;
91  virtual void setClampedFrameRate(DtReal clampedFrameRate);
93 
96  virtual void setDragCoefficient(double dc);
97  virtual double dragCoefficient() const;
98 
100  static DtComponentDescriptor * creator();
101 
102 protected:
105 
106 protected:
107 
111 
117 
124 
131 
138 
146 
154 
160 
162 };
163 
164 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)