15 #ifndef DtLauncherActuatorDescriptor_H_
16 #define DtLauncherActuatorDescriptor_H_
55 virtual void setAzimuthRange(DtReal azimuthRange);
56 virtual DtReal azimuthRange()
const;
61 virtual void setElevationRange(DtReal elevationRange);
62 virtual DtReal elevationRange()
const;
67 virtual const DtVector& launcherMuzzleOffset()
const;
68 virtual void setLauncherMuzzleOffset(
const DtVector& muzzleOffset);
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtRwReal myElevationRange
Parameter Name: elevation-range Parameter Description: Elevation sweep of the launcher. The value is used as an angle centered at the launcher center. Parameter Default Value: 0. Parameter Units: radians.
Definition: launcherActuatorDescriptor.h:102
DtRwOffsetVector myLauncherMuzzleOffset
Parameter Name: launcher-muzzle-offset Parameter Description: Vector is added to the position of the ...
Definition: launcherActuatorDescriptor.h:88
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
DtRwReal myAzimuthRange
Parameter Name: azimuth-range Parameter Description: Azimuth sweep of the launcher. The value is used as an angle centered at the launcher center. Parameter Default Value: 0. Parameter Units: radians.
Definition: launcherActuatorDescriptor.h:95
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
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Contains class declaration for DtLauncherActuatorDescriptor, descriptor for the DtLauncherActuator co...
Definition: launcherActuatorDescriptor.h:29
static DtComponentDescriptor * creator()
Specialized vector that can be used for the knowledge of an "offset" rather than location vector...
Definition: rwVector.h:112