38 parentRegistry = 0)
const;
42 virtual void setStowedDragCoefficient(
double val);
43 virtual double stowedDragCoefficient()
const;
45 virtual void setDeployedWindDragCoefficient(
double val);
46 virtual double deployedWindDragCoefficient()
const;
48 virtual void setDeployedVerticalMinDragCoefficient(
double val);
49 virtual double deployedVerticalMinDragCoefficient()
const;
51 virtual void setDeployedVerticalMaxDragCoefficient(
double val);
52 virtual double deployedVerticalMaxDragCoefficient()
const;
54 virtual void setDeployedHorizontalMinDragCoefficient(
double val);
55 virtual double deployedHorizontalMinDragCoefficient()
const;
57 virtual void setDeployedHorizontalMaxDragCoefficient(
double val);
58 virtual double deployedHorizontalMaxDragCoefficient()
const;
60 virtual void setGlideRatio(
double val);
61 virtual double glideRatio()
const;
63 virtual void setStowedTurningRate(
double val);
64 virtual double stowedTurningRate()
const;
66 virtual void setDeployedTurningRate(
double val);
67 virtual double deployedTurningRate()
const;
69 virtual void setOnGroundTolerance(
double val);
70 virtual double onGroundTolerance()
const;
72 virtual void setLandingDamageSpeed(
double val);
73 virtual double landingDamageSpeed()
const;
75 virtual void setMaxRoll(
double val);
76 virtual double maxRoll()
const;
78 virtual void setRollDriftRate(
double val);
79 virtual double rollDriftRate()
const;
81 virtual void setPitchDriftRate(
double val);
82 virtual double pitchDriftRate()
const;
84 virtual void setDeployTime(
double val);
85 virtual double deployTime()
const;
87 virtual void setMinJumpVelocity(
double val);
88 virtual double minJumpVelocity()
const;
DtRwReal myOnGroundTolerance
Prevents the entity from switching to falling if it's below this altitude above the ground...
Definition: parachuteActuatorDescriptor.h:134
DtRwReal myGlideRatio
The ratio of the forward distance traveled divided by the altitude lost in that distance.
Definition: parachuteActuatorDescriptor.h:110
DtRwReal myDeployTime
This represents the transition time for drag forces to switch from stowed to deployed.
Definition: parachuteActuatorDescriptor.h:130
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myDeployedTurningRate
Definition: parachuteActuatorDescriptor.h:114
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
virtual DtString type() const
Returns the type of component this descriptor describes.
Definition: readerWriterRegistry.h:39
DtRwReal myRollDriftRate
The entity will try to reorient itself by this factor of its current roll and pitch.
Definition: parachuteActuatorDescriptor.h:125
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
All component descriptors must provide a valid clone function.
DtRwReal myDeployedWindDragCoefficient
Definition: parachuteActuatorDescriptor.h:96
DtFallingFromSkyActuatorDescriptor & operator=(const DtFallingFromSkyActuatorDescriptor &orig)
All component descriptors must provide a valid assignment operator.
DtRwReal myDeployedHorizontalMaxDragCoefficient
Definition: parachuteActuatorDescriptor.h:105
DtRwReal myLandingDamageSpeed
The entity will be destroyed on landing if it impacts with a downward speed greater than this value...
Definition: parachuteActuatorDescriptor.h:118
DtRwReal myMinJumpVelocity
Prevents the entity from switching to falling if it's below this velocity.
Definition: parachuteActuatorDescriptor.h:138
DtRwReal myPitchDriftRate
Definition: parachuteActuatorDescriptor.h:126
DtRwReal myDeployedVerticalMinDragCoefficient
Min and Max refer to drag corresponding to min and max toggle value.
Definition: parachuteActuatorDescriptor.h:102
DtRwReal myStowedTurningRate
Turn rates in degrees.
Definition: parachuteActuatorDescriptor.h:113
DtRwReal myDeployedHorizontalMinDragCoefficient
Definition: parachuteActuatorDescriptor.h:104
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Definition: fallingFromSkyActuatorDescriptor.h:18
DtRwReal myStowedDragCoefficient
Definition: parachuteActuatorDescriptor.h:95
Definition: parachuteActuatorDescriptor.h:17
DtRwReal myMaxRoll
Max roll in degrees while turning.
Definition: parachuteActuatorDescriptor.h:121
static DtComponentDescriptor * creator()
Creator function to be registered with DtSimComponentDescriptorFactory.
DtRwReal myDeployedVerticalMaxDragCoefficient
Definition: parachuteActuatorDescriptor.h:103