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

Public Member Functions | |
| DtCigiExtender (DtCigiConnection &connection) | |
| CTOR. | |
| ~DtCigiExtender () | |
| DTOR. | |
| virtual void | slot_componentControlReceived (const CigiCompCtrlV3_3 &) |
| Receives a component control and prints out some data. | |
| virtual void | slot_waveControlReceived (const CigiWaveCtrlV3 &) |
| Receives a wave control and prints out some data. | |
| virtual void | slot_customPacketReceived (const CigiBasePacket &) |
| Receives a custom CIGI Message. | |
Protected Attributes | |
| DtCigiConnection & | myConnection |
| CIGI connection the driver is using. | |
| makVrv::DtCigiExtender::DtCigiExtender | ( | DtCigiConnection & | connection | ) |
CTOR.
DTOR.
| virtual void makVrv::DtCigiExtender::slot_componentControlReceived | ( | const CigiCompCtrlV3_3 & | ) | [virtual] |
Receives a component control and prints out some data.
| virtual void makVrv::DtCigiExtender::slot_waveControlReceived | ( | const CigiWaveCtrlV3 & | ) | [virtual] |
Receives a wave control and prints out some data.
| virtual void makVrv::DtCigiExtender::slot_customPacketReceived | ( | const CigiBasePacket & | ) | [virtual] |
Receives a custom CIGI Message.
Will need to be casted to the correct type as the CigiBasePacket is received.
DtCigiConnection& makVrv::DtCigiExtender::myConnection [protected] |
CIGI connection the driver is using.