47 virtual DtReal azimuthRate()
const;
48 virtual void setAzimuthRate(DtReal pAzimuthRate);
49 virtual bool isAzimuthRateSpecified()
const;
54 virtual DtReal maxAzimuthRange()
const;
55 virtual void setMaxAzimuthRange(DtReal pAzimuthRange);
56 virtual bool isMaxAzimuthRangeSpecified()
const;
61 virtual DtReal minAzimuthRange()
const;
62 virtual void setMinAzimuthRange(DtReal pAzimuthRange);
63 virtual bool isMinAzimuthRangeSpecified()
const;
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtBallisticGunDescriptor & operator=(const DtBallisticGunDescriptor &orig)
assignment
DtRwReal myMaxAzimuthRange
Parameter Name: max-azimuth-range Parameter Description: The maximum rotation angle for the gun...
Definition: humanGunActuatorDescriptor.h:89
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
DtBallisticGunDescriptor; a descriptor for the DtBallisticGun component.
Definition: ballisticGunDescriptor.h:36
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const override
DtRwReal myMinAzimuthRange
Parameter Name: min-azimuth-range Parameter Description: The minimum rotation angle for the gun...
Definition: humanGunActuatorDescriptor.h:96
static DtComponentDescriptor * creator()
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtHumanGunActuatorDescriptor; a descriptor for the DtHumanGunActuator component.
Definition: humanGunActuatorDescriptor.h:19
DtRwReal myAzimuthRate
Parameter Name: max-azimuth-rate Parameter Description: The rotation rate for the gun...
Definition: humanGunActuatorDescriptor.h:82