#include <throttled_subscriber.h>

Public Member Functions | |
| virtual std::string | getTransportName () const |
| ThrottledSubscriber () | |
| virtual | ~ThrottledSubscriber () |
Protected Member Functions | |
| virtual void | internalCallback (const typename Base::ConstPtr &message, const typename message_transport::SimpleSubscriberPlugin< Base, Base >::Callback &user_cb) |
Definition at line 13 of file throttled_subscriber.h.
| throttled_transport::ThrottledSubscriber< Base >::ThrottledSubscriber | ( | ) | [inline] |
Definition at line 16 of file throttled_subscriber.h.
| virtual throttled_transport::ThrottledSubscriber< Base >::~ThrottledSubscriber | ( | ) | [inline, virtual] |
Definition at line 18 of file throttled_subscriber.h.
| virtual std::string throttled_transport::ThrottledSubscriber< Base >::getTransportName | ( | ) | const [inline, virtual] |
Implements message_transport::SubscriberPluginGen.
Definition at line 21 of file throttled_subscriber.h.
| virtual void throttled_transport::ThrottledSubscriber< Base >::internalCallback | ( | const typename Base::ConstPtr & | message, |
| const typename message_transport::SimpleSubscriberPlugin< Base, Base >::Callback & | user_cb | ||
| ) | [inline, protected, virtual] |
Definition at line 26 of file throttled_subscriber.h.