VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fixedWingActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: fixWngActDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtFixedWingActuatorDescriptor_H_
16 #define DtFixedWingActuatorDescriptor_H_
17 
18 
20 #include "vrfutil/rwReal.h"
21 #include "vrfutil/rwBoolean.h"
22 
29 {
30 public:
33  DtReaderWriterRegistry* parentRegistry = NULL);
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
39  DtReaderWriterRegistry* parentRegistry = NULL);
40 
43  const DtFixedWingActuatorDescriptor& orig);
44 
46 
49  virtual DtString type() const;
50 
51  virtual DtComponentDescriptor * clone(
52  DtReaderWriterRegistry* parentRegistry = NULL) const;
53 
56  virtual DtReal maxThrustAcceleration() const;
57  virtual void setMaxThrustAcceleration(DtReal maxThrustAcceleration);
59 
62  virtual bool checkTerrain() const;
63  virtual void setCheckTerrain(bool checkTerrain);
65 
69  virtual void setDragCoefficient(double dc);
70  virtual double dragCoefficient() const;
72 
75  virtual bool forceUpdates() const;
76  virtual void setForceUpdates(bool force);
78 
80  static DtComponentDescriptor * creator();
81 
82 protected:
85 
86 protected:
87 
91 
98 
109 
115 
122 
124 };
125 
126 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)