49 virtual const DtEntityType& fuelType()
const;
50 virtual void setFuelType(
const DtEntityType& fuelType);
55 virtual double fuelEfficiency()
const;
56 virtual void setFuelEfficiency(
double d);
61 virtual bool checkForTerrainCollisions()
const;
62 virtual void setCheckForTerrainCollisions(
bool yesOrNo);
67 virtual bool useHighFidelityGroundClamping()
const;
68 virtual void setUseHighFidelityGroundClamping(
bool yesOrNo);
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtRwResource myFuelType
Parameter Name: fuel-type Parameter Description: The fuel that will be consumed by the surface vessel...
Definition: automotiveActuatorDescriptor.h:108
#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
DtRwBoolean myCheckForTerrainCollisions
Parameter Name: check-terrain-collisions Parameter Description: Specifies whether or not the actuator...
Definition: automotiveActuatorDescriptor.h:86
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 myFuelEfficiency
Parameter Name: fuel-efficieny Parameter Description: When a ground vehicle moves, how much of the fuel is used. Measurement is in kilometers/liter Parameter Default Value: 100 .
Definition: automotiveActuatorDescriptor.h:113
DtAutomotiveActuatorDescriptor; descriptor for the DtAutomotiveActuatorComponent component.
Definition: automotiveActuatorDescriptor.h:21
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()
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
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
DtRwBoolean myUseHighFidelityGroundClamping
Parameter Name: use-high-fidelity-ground-clamping Parameter Description: Specifies whether or not to ...
Definition: automotiveActuatorDescriptor.h:102