#include <bz2_publisher.h>
Public Member Functions | |
BZ2Publisher () | |
virtual std::string | getTransportName () const |
virtual | ~BZ2Publisher () |
Protected Member Functions | |
virtual void | publish (const Base &message, const typename message_transport::SimplePublisherPlugin< Base, bz2_transport::BZ2Packet >::PublishFn &publish_fn) const |
Protected Attributes | |
BZ2Codec | codec |
Definition at line 12 of file bz2_publisher.h.
bz2_transport::BZ2Publisher< Base >::BZ2Publisher | ( | ) | [inline] |
Definition at line 16 of file bz2_publisher.h.
virtual bz2_transport::BZ2Publisher< Base >::~BZ2Publisher | ( | ) | [inline, virtual] |
Definition at line 18 of file bz2_publisher.h.
virtual std::string bz2_transport::BZ2Publisher< Base >::getTransportName | ( | ) | const [inline, virtual] |
Implements message_transport::PublisherPluginGen.
Definition at line 20 of file bz2_publisher.h.
virtual void bz2_transport::BZ2Publisher< Base >::publish | ( | const Base & | message, |
const typename message_transport::SimplePublisherPlugin< Base, bz2_transport::BZ2Packet >::PublishFn & | publish_fn | ||
) | const [inline, protected, virtual] |
Definition at line 25 of file bz2_publisher.h.
BZ2Codec bz2_transport::BZ2Publisher< Base >::codec [protected] |
Definition at line 38 of file bz2_publisher.h.