|
|
#include <ArmarXCore/applications/ArmarXStorm/IceStorm/generated/IceStorm/Instrumentation.h>
Inheritance diagram for SubscriberObserver:Public Types | |
| typedef SubscriberObserverPtr | PointerType |
Public Member Functions | |
| virtual void | delivered (::Ice::Int)=0 |
| void | delivered (int count) |
| Notification of some events being delivered. More... | |
| virtual void | outstanding (::Ice::Int)=0 |
| void | outstanding (int count) |
| Notification of a some events being sent. More... | |
| virtual void | queued (::Ice::Int)=0 |
| void | queued (int count) |
| Notification of some events being queued. More... | |
| virtual | ~SubscriberObserver () |
Definition at line 247 of file Instrumentation.h.
| typedef SubscriberObserverPtr PointerType |
Definition at line 250 of file Instrumentation.h.
|
virtual |
Definition at line 85 of file Instrumentation.cpp.
|
pure virtual |
| void delivered | ( | int | count | ) |
Notification of some events being delivered.
Implemented in SubscriberObserverI.
|
pure virtual |
| void outstanding | ( | int | count | ) |
Notification of a some events being sent.
Implemented in SubscriberObserverI.
|
pure virtual |
| void queued | ( | int | count | ) |
Notification of some events being queued.
Implemented in SubscriberObserverI.