#include <bz2_subscriber.h>
Public Member Functions | |
BZ2Subscriber () | |
virtual std::string | getTransportName () const |
virtual | ~BZ2Subscriber () |
Protected Member Functions | |
virtual void | internalCallback (const bz2_transport::BZ2PacketConstPtr &message, const typename message_transport::SimpleSubscriberPlugin< Base, bz2_transport::BZ2Packet >::Callback &user_cb) |
Protected Attributes | |
BZ2Codec | codec |
Definition at line 14 of file bz2_subscriber.h.
bz2_transport::BZ2Subscriber< Base >::BZ2Subscriber | ( | ) | [inline] |
Definition at line 17 of file bz2_subscriber.h.
virtual bz2_transport::BZ2Subscriber< Base >::~BZ2Subscriber | ( | ) | [inline, virtual] |
Definition at line 19 of file bz2_subscriber.h.
virtual std::string bz2_transport::BZ2Subscriber< Base >::getTransportName | ( | ) | const [inline, virtual] |
Implements message_transport::SubscriberPluginGen.
Definition at line 24 of file bz2_subscriber.h.
virtual void bz2_transport::BZ2Subscriber< Base >::internalCallback | ( | const bz2_transport::BZ2PacketConstPtr & | message, |
const typename message_transport::SimpleSubscriberPlugin< Base, bz2_transport::BZ2Packet >::Callback & | user_cb | ||
) | [inline, protected, virtual] |
Definition at line 30 of file bz2_subscriber.h.
BZ2Codec bz2_transport::BZ2Subscriber< Base >::codec [protected] |
Definition at line 47 of file bz2_subscriber.h.