VR-Forces 5.0.2 Developer's Guide
 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 
90  virtual void setAirspeedCalculatorType(const DtString& sType);
91  virtual const DtString& airspeedCalculatorType() const;
93 
95  static DtComponentDescriptor * creator();
96 
97 protected:
100 
101 protected:
102 
106 
113 
120 
127 
135 
143 
149 
155 };
156 
157 #endif
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtRwBoolean myUseFuel
Parameter Name: use-fuel Parameter Description: If true entity will consume fuel. Parameter Units: Pa...
Definition: rotaryWingActuatorDescriptor.h:148
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtRwReal myLandingVelocityThreshold
Parameter Name: landing-velocity-threshold Parameter Description: Landing velocity threshold...
Definition: rotaryWingActuatorDescriptor.h:126
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRotaryWingActuatorDescriptor; descriptor for the DtRotaryWingActuatorComponent component.
Definition: rotaryWingActuatorDescriptor.h:27
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwReal myLandingHeightThreshold
Parameter Name: landing-height-threshold Parameter Description: The landing height threshold...
Definition: rotaryWingActuatorDescriptor.h:134
DtRwReal myLandingPositionThreshold
Parameter Name: landing-position-threshold Parameter Description: Landing position threshold...
Definition: rotaryWingActuatorDescriptor.h:119
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwReal myCrashVelocity
Parameter Name: crash-velocity Parameter Description: The crash velocity. If the helicopter hits the ...
Definition: rotaryWingActuatorDescriptor.h:112
DtRwReal myClampedFrameRate
Parameter Name: clamped-frame-rate Parameter Description: The clamped frame rate. If the frame rate (...
Definition: rotaryWingActuatorDescriptor.h:142
DtRwString myAirspeedCalculatorType
Parameter Name: airspeed-calculator-type Parameter Description: Type of the airspeed calculator to cr...
Definition: rotaryWingActuatorDescriptor.h:153
File: rwVector.h.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)