VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <readerWriter/rwReal.h>
21 #include "readerWriter/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 bool useFuel() const;
85  virtual void setUseFuel(bool newValue);
87 
89  static DtComponentDescriptor * creator();
90 
91 protected:
94 
95 protected:
96 
100 
107 
114 
121 
129 
137 
144 };
145 
146 #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)