17 #include <vlpi/disEnums.h>
56 virtual DtReal maxSlewRate()
const;
57 virtual void setMaxSlewRate(DtReal maxSlewRate);
58 virtual bool isMaxSlewRateSpecified()
const;
63 virtual DtReal nominalAzimuth()
const;
64 virtual void setNominalAzimuth(DtReal nominalAzimuth);
65 virtual bool isNominalAzimuthSpecified()
const;
70 virtual DtReal azimuthSweepRange()
const;
71 virtual void setAzimuthSweepRange(DtReal azimuthSweepRange);
72 virtual bool isAzimuthSweepRangeSpecified()
const;
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
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
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
DtRwReal myMaxSlewRate
Parameter Name: max-slew-rate Parameter Description: Sets and gets the maximum slew rate...
Definition: azimuthMountComponentDescriptor.h:93
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...
DtRwReal myAzimuthSweepRange
Parameter Name: azimuth-range Parameter Description: Sets and gets the azimuth sweep. This is the angular extent through which the azimuth mount can rotate. Parameter Default Value: 0.0 Parameter Units: radians.
Definition: azimuthMountComponentDescriptor.h:107
Instances of DtAzimuthMountComponentDescriptor are used to specify the parameters for a DtMountingAzi...
Definition: azimuthMountComponentDescriptor.h:24
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
DtRwReal myNominalAzimuth
Parameter Name: nominal-azimuth Parameter Description: Sets and gets the nominal azimuth. This angle is the center of the azimuth mount's range. Parameter Default Value: 0.0 Parameter Units: radians.
Definition: azimuthMountComponentDescriptor.h:100