VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rotaryWingActuatorDescriptor.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);
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 clampedFrameRate() const;
85  virtual void setClampedFrameRate(DtReal clampedFrameRate);
87 
90  virtual void setDragCoefficient(double dc);
91  virtual double dragCoefficient() const;
92 
94  static DtComponentDescriptor * creator();
95 
96 protected:
99 
100 protected:
101 
105 
111 
118 
125 
132 
140 
148 
154 
156 };
157 
158 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)