14 class DtReflectedDIGuyObject;
15 class DtReflectedDIGuyObjectList;
18 class DtDIGuyCustomPdu;
69 virtual void diGuyUpdateCallback(
const DtEvent&);
70 virtual void processDiGuyUpdate(DtDIGuyCustomPdu* pdu);
virtual ~DtVrfDiGuyPrinter()
DtNetworkEventManager * myEventManager
Definition: vrfDiGuyPrinter.h:77
virtual void processDiGuyObjectRemoved(DtReflectedDIGuyObject *object)
Definition: vrfDiGuyPrinter.h:26
DtVrfDiGuyPrinter & operator=(const DtVrfDiGuyPrinter &orig)
virtual void processDiGuyObjectAdded(DtReflectedDIGuyObject *object)
Definition: networkEventManager.h:40
DtExtEntityStateRepository class extends the DtExtEntityBaseStateRepository to be able to handle exte...
Definition: extEntityStateRepository.h:25
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.
virtual void processDiGuyObjectUpdated(DtReflectedDIGuyObject *object)
DtVrfDiGuyPrinter()
Not implemented.
static void diGuyObjectUpdatedCallback(DtReflectedDIGuyObject *object, void *usr)
Callback for the update of DI-Guy objects.
Definition: extDiGuyCustomPduDecoder.h:53
DtReflectedDIGuyObjectList * myReflectedDiGuyList
Definition: vrfDiGuyPrinter.h:80