41 virtual void setTargetLookahead(
double);
42 virtual double targetLookahead()
const;
44 virtual void setDefaultDeployAltitude(
double);
45 virtual double defaultDeployAltitude()
const;
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
static DtComponentDescriptor * creator()
Definition: joyDeviceControllerDescriptor.h:122
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
Definition: parachuteControllerDescriptor.h:17
DtRwReal myTargetLookahead
Parameter Name: target-lookahead Parameter Description: A scaling value in seconds that allows the pa...
Definition: parachuteControllerDescriptor.h:55
!!!!!!!!!!!! DtJoyDeviceControllerDescriptor
Definition: joyDeviceControllerDescriptor.h:93
DtJoyDeviceControllerDescriptorTemplate & operator=(const DtJoyDeviceControllerDescriptorTemplate &orig)
assignment operator
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const override
Returns the type of descriptor. This will be used to create the descriptor read from an mtl file...
Definition: joyDeviceControllerDescriptor.h:129
DtRwReal myDefaultDeployAltitude
Parameter Name: default-deploy-altitude Parameter Description: The default deployment altitude of the...
Definition: parachuteControllerDescriptor.h:61
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const override
Definition: joyDeviceControllerDescriptor.h:117