14 #include "vlpi/disEnums.h"
22 class DtVrfTrailerActuatorPSR;
62 virtual const char*
type()
const;
79 virtual bool createPSR();
85 virtual void setTrailerArtPart(
const DtArtPartType trailerPart);
86 virtual DtArtPartType trailerArtPart()
const;
94 virtual void computeBodyToLocalDcm(
const DtTaitBryan& topoOrientation,
95 DtDcm& bodyToLocalDcm)
const;
104 virtual void computePitchAndRoll(
105 const DtDcm& tentativeTrailerBodyToLocalDcm,
106 const double oldRollAngle,
107 const DtVector& newCouplerGroundLocalPosition,
109 DtTaitBryan& newInertialAngles)
const;
117 virtual void limitAnglesAndSetArtPartState(DtTaitBryan& newBodyAngles,
119 DtVector& newAxleCenterPosition)
const;
#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:146
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
const DtActuatorComponent & operator=(const DtActuatorComponent &orig)
assignment operator
virtual void preFirstTickInit()
This function can be overridden to initialize a component before it is ticked for the first time...
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
DtVector myAxleCenterOffsetFromCoupler
This is the offset from the coupler to the center of the rear axle support.
Definition: trailerActuator.h:151
Definition: readerWriterRegistry.h:39
End User Description: DtActuator is the base class for all actuator model components.
Definition: actuatorComponent.h:48
DtTrailerActuatorPSR * myProcessState
Pointer to a process state repository used to store state data associated with this component...
Definition: trailerActuator.h:141
DtTrailerActuatorDescriptor is a DtComponentDescriptor that has additional parameter information for ...
Definition: trailerActuatorDescriptor.h:24
virtual void tick()
This gives the thread of control to the component.
The DtArticulatedPartStateRepository class is used to represent articulated parts for an entity...
Definition: articulatedPartStateRepository.h:29
const DtTrailerActuatorDescriptor * myTrailerActuatorDescriptor
Definition: trailerActuator.h:136
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
DtTrailerActuator provides a simple model of a articulated trailer that is towed behind a vehicle...
Definition: trailerActuator.h:37
class DtTrailerActuatorPSR:
Definition: trailerActuatorPSR.h:17
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
DtArtPartType myTrailerArtPart
Info cached from the descriptor:
Definition: trailerActuator.h:146
virtual const char * type() const =0
Returns a string identifies the class type of component.