- gazebo
- transport
- CallbackHelperT
Callback helper Template. More...
#include <CallbackHelper.hh>

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. | |
Callback helper Template.
1.7.5.1