VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rotaryWingEncumberedFlightActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 VT MAK, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include <readerWriter/rwReal.h>
15 
20 {
21 public:
24  DtReaderWriterRegistry* parentRegistry = NULL);
25 
27  DtReaderWriterRegistry* parentRegistry = NULL);
28 
31  DtReaderWriterRegistry* parentRegistry = NULL);
32 
36 
38 
41  virtual DtString type() const;
42 
44  DtReaderWriterRegistry* parentRegistry = NULL) const;
45 
48  virtual DtReal thrustSpecificFuelConsumption() const;
49  virtual void setThrustSpecificFuelConsumption(DtReal value);
51 
53  static DtComponentDescriptor * creator();
54 
55 protected:
58 
59 protected:
60 
64 
70 
72 };
73 
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtRotaryWingEncumberedFlightActuatorDescriptor is used by DtRotaryWingEncumberedFlightActuator.
Definition: rotaryWingEncumberedFlightActuatorDescriptor.h:19
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
virtual DtString type() const
Returns the type of component this descriptor describes.
DtRwReal myThrustSpecificFuelConsumption
Parameter Name: thrust-specific-fuel-consumption Parameter Description: Amount of fuel in liters...
Definition: rotaryWingEncumberedFlightActuatorDescriptor.h:69
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)