15 #ifndef DtElevationMountComponentDescriptor_H_
16 #define DtElevationMountComponentDescriptor_H_
21 #include <vlpi/disEnums.h>
55 virtual DtReal maxElevateRate()
const;
56 virtual void setMaxElevateRate(DtReal maxElevateRate);
57 virtual bool isMaxElevateRateSpecified()
const;
62 virtual DtReal restingElevation()
const;
63 virtual void setRestingElevation(DtReal azimuth);
64 virtual bool isRestingElevationSpecified()
const;
69 virtual DtReal elevationRange()
const;
70 virtual void setElevationRange(DtReal elevationRange);
71 virtual bool isElevationRangeSpecified()
const;
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtRwReal myRestingElevation
Parameter Name: resting-elevation Parameter Description: Deprecated. Sets and gets the resting elevat...
Definition: elevationMountComponentDescriptor.h:91
#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 myMaxElevateRate
Parameter Name: max-elevate-rate Parameter Description: Deprecated. Sets and gets the maximum elevati...
Definition: elevationMountComponentDescriptor.h:106
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
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
DtRwReal myElevationRange
Parameter Name: elevation-range Parameter Description: Deprecated. Sets and gets the elevation range...
Definition: elevationMountComponentDescriptor.h:98
static DtComponentDescriptor * creator()
A DtComponentDescriptor that has additional parameter information for DtMountingElevationActuator act...
Definition: elevationMountComponentDescriptor.h:28