VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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);
34  DtFixedWingActuatorDescriptor(const DtSymbolString& name,
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 
68  virtual void setDragCoefficient(double dc);
69  virtual double dragCoefficient() const;
70 
72  static DtComponentDescriptor * creator();
73 
74 protected:
77 
78 protected:
79 
83 
90 
101 
107 
109 };
110 
111 #endif

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)