This class defines an accessory that will install itself into DtCigiDriver objects and hook into signals that are triggered when particular CIGI messages are received.
More...
Additional Inherited Members |
| std::string | myName |
Detailed Description
This class defines an accessory that will install itself into DtCigiDriver objects and hook into signals that are triggered when particular CIGI messages are received.
Constructor & Destructor Documentation
| makVrv::DtCigiAccessory::DtCigiAccessory |
( |
| ) |
|
| virtual makVrv::DtCigiAccessory::~DtCigiAccessory |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrv::DtCigiAccessory::install |
( |
DtDriver * |
driver | ) |
|
|
virtual |
| virtual void makVrv::DtCigiAccessory::uninstall |
( |
DtDriver * |
baseConn | ) |
|
|
virtual |
| virtual bool makVrv::DtCigiAccessory::isCompatible |
( |
DtDriver * |
driver | ) |
|
|
virtual |
Called to find out if this accessory is compatible with a particular connector.
In this case, it is compatible with any DtVrlinkDriver of the correct protocol
Implements makVrv::DtBaseAccessory.
| virtual void makVrv::DtCigiAccessory::slot_onSimCreated |
( |
DtCigiConnection * |
connection | ) |
|
|
protectedvirtual |
Called when the driver creates a new connection.
| virtual void makVrv::DtCigiAccessory::slot_onSimConnected |
( |
DtCigiConnection * |
connection | ) |
|
|
protectedvirtual |
Called when a sim connection is connected.
| virtual void makVrv::DtCigiAccessory::slot_onSimAboutToBeDisconnected |
( |
DtCigiConnection * |
connection | ) |
|
|
protectedvirtual |
Called when a sim connection is disconnected.
The documentation for this class was generated from the following file: