Callback helper Template. More...
#include <CallbackHelper.hh>
Public Member Functions | |
CallbackHelperT (const boost::function< void(const M const > &)*&cb) | |
std::string | GetMsgType () const |
Get the typename of the message that is handled. | |
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. | |
Public Member Functions inherited from gazebo::transport::CallbackHelper | |
CallbackHelper () | |
virtual | ~CallbackHelper () |
bool | GetLatching () const |
Additional Inherited Members | |
Protected Attributes inherited from gazebo::transport::CallbackHelper | |
bool | latching |
Callback helper Template.
|
inline |
|
inlinevirtual |
Get the typename of the message that is handled.
Reimplemented from gazebo::transport::CallbackHelper.
|
inlinevirtual |
Implements gazebo::transport::CallbackHelper.
|
inlinevirtual |
Return true if the callback is local, false if the callback is tied to a remote connection.
Implements gazebo::transport::CallbackHelper.