15 #ifndef vtolRotorActuatorDescriptor_H_
16 #define vtolRotorActuatorDescriptor_H_
46 virtual double hoverAngle()
const;
47 virtual void setHoverAngle(
const double& newValue);
49 virtual double maxSpeedAngle()
const;
50 virtual void setMaxSpeedAngle(
const double& newValue);
52 virtual double maxForwardSpeed()
const;
53 virtual void setMaxForwardSpeed(
const double& newValue);
57 virtual bool xAxisSpecified()
const;
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtVtolRotorActuatorDescriptor; descriptor for the DtVtolRotorActuatorComponent component.
Definition: vtolRotorActuatorDescriptor.h:25
DtRwReal myMaxSpeedAngle
Definition: vtolRotorActuatorDescriptor.h:72
#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
DtSwingingPartActuatorAxisInfo myXAxisInfo
Definition: vtolRotorActuatorDescriptor.h:76
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...
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
DtRwReal myHoverAngle
Definition: vtolRotorActuatorDescriptor.h:70
DtRwReal myMaxForwardSpeed
Definition: vtolRotorActuatorDescriptor.h:74
Information for a particular axis of swinging.
Definition: swingingPartActuatorDescriptor.h:22