15 #ifndef DtLauncherActuatorDescriptor_H_
16 #define DtLauncherActuatorDescriptor_H_
56 virtual void setAzimuthRange(DtReal azimuthRange);
57 virtual DtReal azimuthRange()
const;
62 virtual void setElevationRange(DtReal elevationRange);
63 virtual DtReal elevationRange()
const;
68 virtual const DtVector& launcherMuzzleOffset()
const;
69 virtual void setLauncherMuzzleOffset(
const DtVector& muzzleOffset);
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
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:103
DtRwOffsetVector myLauncherMuzzleOffset
Parameter Name: launcher-muzzle-offset Parameter Description: Vector is added to the position of the ...
Definition: launcherActuatorDescriptor.h:89
#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:96
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 DtString type() const
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:109