#include <vreTurretAcquireController.h>
|
| static DtSimComponent * | creator (const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0) |
| |
◆ DtVreTurretAcquireController()
| DtVreTurretAcquireController::DtVreTurretAcquireController |
( |
const DtString & | name, |
|
|
DtLocalObject * | owner, |
|
|
DtSimulationServices * | simManager, |
|
|
DtComponentDescriptor * | desc = 0, |
|
|
DtReaderWriterRegistry * | parentRegistry = 0 ) |
◆ ~DtVreTurretAcquireController()
| virtual DtVreTurretAcquireController::~DtVreTurretAcquireController |
( |
| ) |
|
|
overridevirtual |
◆ type()
| virtual const char * DtVreTurretAcquireController::type |
( |
| ) |
const |
|
overridevirtual |
- Returns
- DtVreTurretAcquireControllerType
◆ tick()
| virtual void DtVreTurretAcquireController::tick |
( |
| ) |
|
|
overridevirtual |
Calculate new control values.
◆ creator()
| static DtSimComponent * DtVreTurretAcquireController::creator |
( |
const DtString & | name, |
|
|
DtLocalObject * | owner, |
|
|
DtSimulationServices * | simManager, |
|
|
DtComponentDescriptor * | desc = 0, |
|
|
DtReaderWriterRegistry * | parentRegistry = 0 ) |
|
static |
Factory method to create a new instance of this component.
- Parameters
-
| name | The name for the new component |
| owner | The local object that will own this component |
| simManager | The simulation services manager |
| desc | Optional component descriptor |
| parentRegistry | Optional parent registry for reader/writer functionality |
- Returns
- Pointer to the newly created component
Static factory method used by the component creation system to instantiate new instances of this component type.
The documentation for this class was generated from the following file: