51 virtual DtReal maxThrustAcceleration()
const;
52 virtual void setMaxThrustAcceleration(DtReal maxThrustAcceleration);
57 virtual bool checkTerrain()
const;
58 virtual void setCheckTerrain(
bool checkTerrain);
64 virtual void setDragCoefficient(
double dc);
65 virtual double dragCoefficient()
const;
70 virtual bool forceUpdates()
const;
71 virtual void setForceUpdates(
bool force);
76 virtual const DtEntityType& fuelType()
const;
77 virtual void setFuelType(
const DtEntityType& fuelType);
88 virtual void setAirspeedCalculatorType(
const DtString& sType);
89 virtual const DtString& airspeedCalculatorType()
const;
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
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
DtRwReal myMaxThrustAcceleration
Parameter Name: max-thrust-acceleration Parameter Description: The maximum acceleration in the direct...
Definition: fixedWingActuatorDescriptor.h:112
DtRwString myAirspeedCalculatorType
Parameter Name: airspeed-calculator-type Parameter Description: Type of the airspeed calculator to cr...
Definition: fixedWingActuatorDescriptor.h:147
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
DtRwResource myFuelType
Parameter Name: fuel-type Parameter Description: The fuel that will be consumed by the surface vessel...
Definition: fixedWingActuatorDescriptor.h:153
Definition: readerWriterRegistry.h:39
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
DtRwAircraftEngineEfficiencyDataPointList myAircraftEngineEfficiency
Parameter Name: aircraft-engine-efficiency Parameter Description: Data points which define the engine...
Definition: fixedWingActuatorDescriptor.h:142
DtRwBoolean myForceUpdates
Parameter Name: force-updates Parameter Description: Forces network updates when acceleration changes...
Definition: fixedWingActuatorDescriptor.h:136
DtRwReal myDragCoefficient
Parameter Name: drag-coefficient Parameter Description: This is amount of drag associated with this e...
Definition: fixedWingActuatorDescriptor.h:129
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwBoolean myCheckTerrain
Parameter Name: terrain-check Parameter Description: If terrain-check is False, entity ignores the te...
Definition: fixedWingActuatorDescriptor.h:123
virtual void preGetSelf()
Called before either version of get self (file or environment). Default is no-op. ...
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtFixedWingActuatorDescriptor, a descriptor for the DtFixedWingActuatorComponent component.
Definition: fixedWingActuatorDescriptor.h:24
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
Definition: rwAircraftEngineEfficiency.h:66