14 class CigiBaseCompCtrl;
15 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.
Definition: DtCigiExtender.h:23
This class is responsible for the actual processing of CIGI data. This holds the entity visualizer...
Definition: DtCigiConnection.h:57
DtCigiConnection & myConnection
CIGI connection the driver is using.
Definition: DtCigiExtender.h:44
DtCigiExtender(DtCigiConnection &connection)
CTOR.
virtual void slot_customPacketReceived(CigiBasePacket &)
Receives a custom CIGI Message. Will need to be casted to the correct type as the CigiBasePacket is r...