Public Member Functions | Protected Attributes
CallbackHelper Class Reference

A helper class to handle callbacks when messages arrive. More...

#include <CallbackHelper.hh>

Inheritance diagram for CallbackHelper:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual std::string GetMsgType () const =0
 Get the typename of the message that is handled.
virtual bool HandleMessage (const google::protobuf::Message *msg)=0
virtual bool HandleData (const std::string &newdata)=0
virtual bool IsLocal () const =0
 Return true if the callback is local, false if the callback is tied to a remote connection.
bool GetLatching () const

Protected Attributes

bool latching

Detailed Description

A helper class to handle callbacks when messages arrive.


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