14 #ifndef groundMoveDirectionControllerDesc_h
15 #define groundMoveDirectionControllerDesc_h
47 virtual double highSpeedMinPivotAngle()
const;
48 virtual void setHighSpeedMinPivotAngle(
const double& newValue);
53 virtual double lowSpeedMinPivotAngle()
const;
54 virtual void setLowSpeedMinPivotAngle(
const double& newValue);
59 virtual bool pivotOnTurns()
const;
60 virtual void setPivotOnTurns(
const bool& newValue);
65 virtual double pivotSpeedCutoff()
const;
66 virtual void setPivotSpeedCutoff(
const double& newValue);
DtRwReal myLowSpeedMinPivotAngle
Parameter Name: low-speed-min-pivot-angle Parameter Description: When the speed of the entity is belo...
Definition: groundMoveDirectionControllerDescriptor.h:85
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwBoolean myPivotOnTurns
Parameter Name: pivot-on-turns Parameter Description: Specifies whether or not the entity should pivo...
Definition: groundMoveDirectionControllerDescriptor.h:92
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwReal myPivotSpeedCutoff
Parameter Name: pivot-speed-cutoff Parameter Description: Specifies the speed used to differentiate b...
Definition: groundMoveDirectionControllerDescriptor.h:98
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtGroundMoveDirectionControllerDescriptor.
Definition: groundMoveDirectionControllerDescriptor.h:23