14 #ifndef DtElevatingBallisticGunControllerDescriptor_H_
15 #define DtElevatingBallisticGunControllerDescriptor_H_
20 #include <vlpi/disEnums.h>
58 virtual DtReal maxElevationRate()
const;
59 virtual void setMaxElevationRate(DtReal maxElevationRate);
64 virtual DtArtPartType gunToControl()
const;
65 virtual void setGunToControl(DtArtPartType gunToControl);
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwInt myGunToControl
Parameter Name: gun-to-control Parameter Description: The articulated part number to use for finding ...
Definition: elevatingBallisticGunControllerDescriptor.h:93
DtElevatingBallisticGunControllerDescriptor.
Definition: elevatingBallisticGunControllerDescriptor.h:29
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
static DtComponentDescriptor * creator()
DtBallisticGunControllerDescriptor & operator=(const DtBallisticGunControllerDescriptor &orig)
assignment
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable int.
Definition: rwInt.h:25
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes.
DtBallisticGunControllerDescriptor, descriptor for the DtBallisticGunController component.
Definition: ballisticGunControllerDescriptor.h:24
DtRwReal myMaxElevationRate
Parameter Name: max-elevation-rate Parameter Description: The max elevation rate. ...
Definition: elevatingBallisticGunControllerDescriptor.h:85