15 class DtReflectedDIGuyObject;
16 class DtReflectedDIGuyObjectList;
19 class DtDIGuyCustomPdu;
20 class DtDIGuyCustomPduDecoder;
25 namespace makVrfEvents
76 virtual void processDiGuyUpdate(DtDIGuyCustomPdu* pdu);
89 DtDIGuyCustomPduDecoder* myDiGuyDecoder;
virtual ~DtVrfDiGuyPrinter()
DtExerciseConn * exerciseConn()
virtual void processDiGuyObjectRemoved(DtReflectedDIGuyObject *object)
Callback for the removal of DI-Guy objects.
Definition: vrfDiGuyPrinter.h:31
DtVrfDiGuyPrinter & operator=(const DtVrfDiGuyPrinter &orig)
Not implemented.
virtual void processDiGuyObjectAdded(DtReflectedDIGuyObject *object)
Callback for the addition of new DI-Guy objects.
DtExtEntityStateRepository class extends the DtExtEntityBaseStateRepository to be able to handle exte...
Definition: extEntityStateRepository.h:25
The DtCommunicationManager class is a convenience class that will create both the DtNetworkInterfaceM...
Definition: communicationManager.h:50
static void diGuyObjectRemovedCallback(DtReflectedDIGuyObject *object, void *usr)
Callback for the removal of DI-Guy objects.
static void diGuyObjectAddedCallback(DtReflectedDIGuyObject *object, void *usr)
Callback for the addition of new DI-Guy objects.
DtCommunicationManager * myEventManager
Definition: vrfDiGuyPrinter.h:83
virtual void processDiGuyObjectUpdated(DtReflectedDIGuyObject *object)
Callback for the update of DI-Guy objects.
DtVrfDiGuyPrinter()
Not implemented.
static void diGuyObjectUpdatedCallback(DtReflectedDIGuyObject *object, void *usr)
Callback for the update of DI-Guy objects.
DtReflectedDIGuyObjectList * myReflectedDiGuyList
Definition: vrfDiGuyPrinter.h:86