Public Member Functions
SubscriptionTransport Class Reference

Handles sending data over the wire to remote subscribers. More...

#include <SubscriptionTransport.hh>

Inheritance diagram for SubscriptionTransport:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 SubscriptionTransport ()
 Constructor.
virtual ~SubscriptionTransport ()
 Destructor.
void Init (const ConnectionPtr &conn, bool _latching)
 Initialize the publication link.
virtual std::string GetMsgType () const
 Get the typename of the message that is handled.
virtual bool HandleMessage (const google::protobuf::Message *msg)
virtual bool HandleData (const std::string &newdata)
 Output a message to a connection.
const ConnectionPtr & GetConnection () const
 Get the connection.
virtual bool IsLocal () const
 Return true if the callback is local, false if the callback is tied to a remote connection.

Detailed Description

Handles sending data over the wire to remote subscribers.


The documentation for this class was generated from the following file: