41 virtual void setStowAzimuth(
double v);
42 virtual double stowAzimuth()
const;
45 virtual void setStowElevation(
double v);
46 virtual double stowElevation()
const;
DtRwReal myStowAzimuth
Parameter Name: stow-azimuth Parameter Description: Azimuth angle, relative to the entity (or part t...
Definition: launcherStowControllerDescriptor.h:60
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Component descriptor for DtLauncherStowController Specifies the elevation and azimuth angle that the ...
Definition: launcherStowControllerDescriptor.h:12
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
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwReal myStowElevation
Parameter Name: stow-elevation Parameter Description: Elevation angle, relative to the entity (or pa...
Definition: launcherStowControllerDescriptor.h:66
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()