15 #ifndef DtTurretComponentDescriptor_H_
16 #define DtTurretComponentDescriptor_H_
22 #include <vlpi/disEnums.h>
57 virtual DtReal maxSlewRate()
const;
58 virtual void setMaxSlewRate(DtReal maxSlewRate);
59 virtual bool isMaxSlewRateSpecified()
const;
63 virtual bool hasFixedAzimuth()
const;
67 virtual DtReal rightSlewLimit()
const;
68 virtual bool isRightSlewLimitSpecified()
const;
69 virtual DtReal leftSlewLimit()
const;
70 virtual bool isLeftSlewLimitSpecified()
const;
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtRwReal myRightSlewLimit
Parameter Name: right-slew-limit Parameter Description: The right limit, i.e. the max clockwise rotat...
Definition: turretComponentDescriptor.h:125
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
#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 myMaxSlewRate
Parameter Name: max-slew-rate Parameter Description: Maximum rate at which the turret can rotate...
Definition: turretComponentDescriptor.h:92
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...
DtTurretComponentDescriptor is a DtComponentDescriptor that has additional parameter information for ...
Definition: turretComponentDescriptor.h:29
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myLeftSlewLimit
Parameter Name: left-slew-limit Parameter Description: The left limit, i.e. max counter-clockwise rot...
Definition: turretComponentDescriptor.h:115
static DtComponentDescriptor * creator()
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwBoolean myHasFixedAzimuth
Parameter Name: fixed-az Parameter Description: Indicates whether the gun rotates (azimuth)...
Definition: turretComponentDescriptor.h:99