![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| MyActuatorComponent (const DtString &name, DtVrfObject *object, DtSimManager *simManager, DtComponentDescriptor *compDescriptor, DtReaderWriterRegistry *parentRegistry=0) | |
| virtual | ~MyActuatorComponent () |
| virtual bool | init () |
| Calls createPSR() to create our process state repository. | |
| virtual DtString | type () const |
| Returns a string identifies the class type of component. | |
| virtual void | tick () |
| Calculate new kinematic state. | |
Static Public Member Functions | |
| static DtSimComponent * | creator (const DtString &name, DtVrfObject *object, DtSimManager *simManager, DtComponentDescriptor *compDescriptor, DtReaderWriterRegistry *parentRegistry) |
| (const DtString&,DtVrfObject*,DtSimManager*, | |
| MyActuatorComponent::MyActuatorComponent | ( | const DtString & | name, |
| DtVrfObject * | object, | ||
| DtSimManager * | simManager, | ||
| DtComponentDescriptor * | compDescriptor, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| virtual MyActuatorComponent::~MyActuatorComponent | ( | ) | [virtual] |
| virtual bool MyActuatorComponent::init | ( | ) | [virtual] |
Calls createPSR() to create our process state repository.
Reimplemented from DtAutomotiveActuatorComponent.
| virtual DtString MyActuatorComponent::type | ( | ) | const [virtual] |
Returns a string identifies the class type of component.
Type values are defined in compTypes.h. DtSimComponent creation functions are registered with the DtSimComponentFactory using the type values as the key.
Reimplemented from DtAutomotiveActuatorComponent.
| virtual void MyActuatorComponent::tick | ( | ) | [virtual] |
Calculate new kinematic state.
Reimplemented from DtAutomotiveActuatorComponent.
| static DtSimComponent* MyActuatorComponent::creator | ( | const DtString & | name, |
| DtVrfObject * | owner, | ||
| DtSimManager * | simManager, | ||
| DtComponentDescriptor * | desc, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
(const DtString&,DtVrfObject*,DtSimManager*,
| name | Reader writer name of this component. |
| owner | The DtVrfObject that owns this component |
| simManager | The simulation manager (provides access to terrain, message interface, simulation clock). |
| desc | The component descriptor used to initialize this component. |
| parentRegistry | Pointer to the parent reader writer registry (the containing object that reads/writes this object). |
Reimplemented from DtAutomotiveActuatorComponent.