DtRwReal myPitchConst
Parameter Name: pitch-control-feedback-constant Parameter Description: Parameter Default Value: 1...
Definition: rotaryWingJoyDeviceControllerDescriptor.h:85
DtRwReal myRollConst
Parameter Name: roll-control-feedback-constant Parameter Description: Parameter Default Value: 2...
Definition: rotaryWingJoyDeviceControllerDescriptor.h:90
Definition: rotaryWingJoyDeviceControllerDescriptor.h:24
const char DtRotaryWingJoyDeviceControllerDescriptorType[]
DtRotaryWingJoyDeviceControllerDescriptor; descriptor for the DtRotaryWingJoyFlightController compone...
Definition: rotaryWingJoyDeviceControllerDescriptor.h:22
DtRwReal myRiseTime
Parameter Name: controller-rise-time Parameter Description: Parameter Default Value: 1...
Definition: rotaryWingJoyDeviceControllerDescriptor.h:75
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
static DtComponentDescriptor * creator()
!!!!!!!!!!!! DtJoyDeviceControllerDescriptor
Definition: joyDeviceControllerDescriptor.h:93
virtual DtReal riseTime() const
Accessor for myRiseTime.
DtRwReal myYawConst
Parameter Name: yaw-control-feedback-constant Parameter Description: Parameter Default Value: 2...
Definition: rotaryWingJoyDeviceControllerDescriptor.h:80
virtual DtReal yawConst() const
Accessor for myYawConst.
virtual DtReal pitchConst() const
Accessor for myPitchConst.
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
virtual DtReal rollConst() const
Accessor for myRollConst.
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual ~DtRotaryWingJoyDeviceControllerDescriptor() override
destructor
DtRotaryWingJoyDeviceControllerDescriptor()
default constructor
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
virtual DtSymbolString name() const
Accessor for name of this readable/writable object.
DtRotaryWingJoyDeviceControllerDescriptor & operator=(const DtRotaryWingJoyDeviceControllerDescriptor &orig)
assignment operator