![]() |
VR-Forces 4.6 Class Documentation
|
JRM SenSim sensor module implementation. More...

Public Member Functions | |
| DtSenSimSensorModule (DtDe &de) | |
| CTOR. | |
| virtual | ~DtSenSimSensorModule () |
| DTOR. | |
| virtual std::string | name () const |
| Unique name of the sensor module. | |
| virtual std::string | displayName () const |
| Get the user interface display name for this module. | |
| virtual void | enableSensor (DtSensor &sensor, DtChannel &channel) |
| Apply the sensor to the specified channel. | |
| virtual void | disableSensor (DtSensor &sensor, DtChannel &channel) |
| Stop using the sensor on the specified channel. | |
| virtual void | defaultSensorConfiguration (makArchives::DtSensorRecord &rec) |
| Fill a sensor record with defaults for this sensor module. | |
| virtual DtSenSim * | senSim (DtOsgChannel *osgChannel) |
| Get the internal sensim object. | |
Public Member Functions inherited from makVrv::DtSensorModule | |
| virtual | ~DtSensorModule () |
| DTOR. | |
Protected Types | |
| typedef std::map< DtChannel *, DtSenSim * > | ChannelToSenSim |
| Map of channels to DtSenSim objects. | |
Protected Member Functions | |
| virtual void | slot_attributeChangedBool (DtSenSim *sensim, const std::string &attributeName, bool val) |
| virtual void | slot_attributeChangedFloat (DtSenSim *sensim, const std::string &attributeName, float val) |
| virtual void | slot_setFromRecord (const DtSensor *sensor, DtOsgChannel *osgChannel) |
Protected Attributes | |
| ChannelToSenSim | mySenSimChannels |
| DtDe & | myDe |
JRM SenSim sensor module implementation.
Limited to one channel per window
|
protected |
Map of channels to DtSenSim objects.
| makVrv::DtSenSimSensorModule::DtSenSimSensorModule | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
|
virtual |
Get the user interface display name for this module.
Returns "CameraFX"
Implements makVrv::DtSensorModule.
|
virtual |
Apply the sensor to the specified channel.
Implements makVrv::DtSensorModule.
|
virtual |
Stop using the sensor on the specified channel.
Implements makVrv::DtSensorModule.
|
virtual |
Fill a sensor record with defaults for this sensor module.
Implements makVrv::DtSensorModule.
|
virtual |
Get the internal sensim object.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |