VR-Forces Developer's Guide
 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 #include "vrfutil/rwResource.h"
16 
21 {
22 public:
25  DtReaderWriterRegistry* parentRegistry = NULL);
26 
28  DtReaderWriterRegistry* parentRegistry = NULL);
29 
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
37 
39 
42  virtual DtString type() const override;
43 
44  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = NULL) const override;
45 
49  virtual DtReal thrustSpecificFuelConsumption() const;
50  virtual void setThrustSpecificFuelConsumption(DtReal value);
52 
55  virtual const DtEntityType& fuelType() const;
56  virtual void setFuelType(const DtEntityType& fuelType);
58 
60  static DtComponentDescriptor * creator();
61 
62 protected:
65 
66 protected:
67 
71 
77 
83 
85 };
86 
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtRotaryWingEncumberedFlightActuatorDescriptor is used by DtRotaryWingEncumberedFlightActuator.
Definition: rotaryWingEncumberedFlightActuatorDescriptor.h:20
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
#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:49
Definition: readerWriterRegistry.h:39
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
DtRwReal myThrustSpecificFuelConsumption
Parameter Name: thrust-specific-fuel-consumption Parameter Description: Amount of fuel in liters...
Definition: rotaryWingEncumberedFlightActuatorDescriptor.h:76
DtRwResource myFuelType
Parameter Name: fuel-type Parameter Description: The fuel that will be consumed by the surface vessel...
Definition: rotaryWingEncumberedFlightActuatorDescriptor.h:82
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
This class will read in an old resource by name and convert it to the type, or, just read it as type...
Definition: rwResource.h:12

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)