Public Member Functions
CallbackHelperT< M > Class Template Reference

Callback helper Template. More...

#include <CallbackHelper.hh>

Inheritance diagram for CallbackHelperT< M >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CallbackHelperT (const boost::function< void(const boost::shared_ptr< M const > &)> &cb)
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)
virtual bool IsLocal () const
 Return true if the callback is local, false if the callback is tied to a remote connection.

Detailed Description

template<class M>
class gazebo::transport::CallbackHelperT< M >

Callback helper Template.


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