48 virtual const char*
type()
const;
53 virtual void setMaxElevateRate(DtReal maxElevateRate);
54 virtual DtReal maxElevateRate()
const;
56 virtual void setNominalElevation(DtReal nominalElevation);
57 virtual DtReal nominalElevation()
const;
59 virtual void setElevationRange(DtReal elevationRange);
60 virtual DtReal elevationRange()
const;
76 static double computeDeltaOutsideElevationRange(
double nominalElevation,
77 double elevationRange,
78 double angleUnderTest);
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
virtual bool postAddComponentsInit()
Called after all components have been created, initialized and added to the component manager...
Definition: simComponent.h:144
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtReal myMaxElevateRate
Definition: mountingElevationActuator.h:149
DtConstrainedAnalogInputPort * myElevationPort
Input Port Name: elevation Input Port Description: Input Port Range: -1.
Definition: mountingElevationActuator.h:111
const DtActuatorComponent & operator=(const DtActuatorComponent &orig)
assignment operator
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
DtArticulatedPartStateRepository * myRotatingBody
Definition: mountingElevationActuator.h:153
DtReal myNominalElevation
Definition: mountingElevationActuator.h:150
Definition: readerWriterRegistry.h:39
DtIntegerOutputPort * myElevationPartTypePort
Output Port Name: elevation-part-type Output Port Description: Type of articulated part...
Definition: mountingElevationActuator.h:143
DtOutputPortGroup is a data port group of a data provider.
Definition: outputPortGroup.h:30
DtMountingElevationActuator is a simple model of elevating a mounting point.
Definition: mountingElevationActuator.h:27
End User Description: DtActuator is the base class for all actuator model components.
Definition: actuatorComponent.h:48
Instances of DtAnalogOutputPort are input ports through which data producers can send real numbers...
Definition: analogIOPort.h:45
virtual void tick()
This gives the thread of control to the component.
DtAnalogOutputPort * myElevationRangePort
Output Port Name: elevation-range Output Port Description: Elevation sweep range. ...
Definition: mountingElevationActuator.h:129
The DtArticulatedPartStateRepository class is used to represent articulated parts for an entity...
Definition: articulatedPartStateRepository.h:29
const DtElevationMountComponentDescriptor * myElevationCompDesc
Definition: mountingElevationActuator.h:147
virtual bool createPorts()
Called by init.
virtual bool createPortGroups()
Called by init.
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
A DtComponentDescriptor that has additional parameter information for DtMountingElevationActuator act...
Definition: elevationMountComponentDescriptor.h:28
DtAnalogOutputPort * myNominalElevationPort
Output Port Name: nominal-elevation Output Port Description: Nominal elevation value.
Definition: mountingElevationActuator.h:122
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
DtOutputPortGroup * myElevationInfoPortGroup
Output Port Group Name: mounting-info Output Port Group Description:
Definition: mountingElevationActuator.h:115
Instances of DtIntegerOutputPort are output ports through which data producers can send integer value...
Definition: integerIOPort.h:45
DtAnalogOutputPort * myMaxElevationRatePort
Output Port Name: elevation-rate Output Port Description: Maximum elevation rate. ...
Definition: mountingElevationActuator.h:136
virtual const char * type() const =0
Returns a string identifies the class type of component.
DtReal myElevationRange
Definition: mountingElevationActuator.h:151