16 class CigiBaseCompCtrl;
17 class CigiBaseWaveCtrl;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Contains makVrv::DtCigiConnection class.
virtual void slot_waveControlReceived(CigiBaseWaveCtrl &)
Receives a wave control and prints out some data.
virtual void slot_componentControlReceived(CigiBaseCompCtrl &)
Receives a component control and prints out some data.
Contains makVrv::DtVirtualBaseClass class.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Definition: DtCigiExtender.h:25
This class is responsible for the actual processing of CIGI data. This holds the entity visualizer...
Definition: DtCigiConnection.h:58
DtCigiConnection & myConnection
CIGI connection the driver is using.
Definition: DtCigiExtender.h:46
DtCigiExtender(DtCigiConnection &connection)
CTOR.
Base class to provide boost signal/slot management.
DtSignalConnectionManager myConnections
Definition: DtCigiExtender.h:48
virtual void slot_customPacketReceived(CigiBasePacket &)
Receives a custom CIGI Message. Will need to be casted to the correct type as the CigiBasePacket is r...