17 #include <vlpi/disEnums.h>
55 virtual DtReal maxSlewRate()
const;
56 virtual void setMaxSlewRate(DtReal maxSlewRate);
57 virtual bool isMaxSlewRateSpecified()
const;
62 virtual DtReal restingAzimuth()
const;
63 virtual void setRestingAzimuth(DtReal azimuth);
64 virtual bool isRestingAzimuthSpecified()
const;
69 virtual DtReal azimuthSweepRange()
const;
70 virtual void setAzimuthSweepRange(DtReal azimuthSweepRange);
71 virtual bool isAzimuthSweepRangeSpecified()
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: Deprecated. Sets and gets the maximum slew rate...
Definition: azimuthMountComponentDescriptor.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 DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
DtRwReal myAzimuthSweepRange
Parameter Name: azimuth-range Parameter Description: Deprecated. Sets and gets the azimuth sweep...
Definition: azimuthMountComponentDescriptor.h:106
Instances of DtAzimuthMountComponentDescriptor are used to specify the parameters for a DtMountingAzi...
Definition: azimuthMountComponentDescriptor.h:24
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
static DtComponentDescriptor * creator()
DtRwReal myRestingAzimuth
Parameter Name: resting-azimuth Parameter Description: Deprecated. Sets and gets the resting azimuth...
Definition: azimuthMountComponentDescriptor.h:99