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 crashVelocity() const;
61  virtual void setCrashVelocity(DtReal value);
63 
66  virtual DtReal landingPositionThreshold() const;
67  virtual void setLandingPositionThreshold(DtReal value);
69 
72  virtual DtReal landingVelocityThreshold() const;
73  virtual void setLandingVelocityThreshold(DtReal value);
75 
78  virtual DtReal clampedFrameRate() const;
79  virtual void setClampedFrameRate(DtReal clampedFrameRate);
81 
84  virtual void setDragCoefficient(double dc);
85  virtual double dragCoefficient() const;
86 
88  static DtComponentDescriptor * creator();
89 
90 protected:
93 
94 protected:
95 
99 
106 
113 
120 
128 
136 
142 
144 };
145 
146 #endif

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)