![]() |
VR-Forces Developer's Guide
|
Controller used to set parameters on a sensor.

Public Member Functions | |
| DtSensorController (DtDe &de, DtUniqueID id) | |
| virtual | ~DtSensorController () |
| virtual void | copyTargetSensor (std::string &sensorName) |
| virtual void | setTargetSensor (const std::string &sensorName) |
| virtual void | setSensorModule (const std::string &moduleName) |
| virtual void | rename (const std::string &newName) |
Setters to change parameters on the target sensor by name | |
| virtual void | setParameterInt (const std::string ¶mName, int val) |
| virtual void | setParameterFloat (const std::string ¶mName, float val) |
| virtual void | setParameterBool (const std::string ¶mName, bool val) |
| virtual void | setParameterString (const std::string ¶mName, const std::string &val) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Protected Attributes | |
| DtSensor * | myTargetSensor |
| DtDe & | myDe |
| DtUniqueID | myUniqueId |
| makVrv::DtSensorController::DtSensorController | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
copy this sensorControllers targeted sensor. Creates a new DtSensor and passes back the new name in sensorName
|
virtual |
Select the sensor to control.
Creates the named sensor if it does not exist
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Set the target sensor's sensor module.
|
virtual |
Rename the target sensor.
|
protected |
|
protected |
|
protected |