CallbackHelper subclass with debug facilities.
More...
#include <transport/transport.hh>
CallbackHelper subclass with debug facilities.
gazebo::transport::DebugCallbackHelper::DebugCallbackHelper |
( |
const boost::function< void(ConstGzStringPtr &)> & |
_cb | ) |
|
|
inline |
Constructor.
- Parameters
-
[in] | _cb | boost function to call on incoming messages |
std::string gazebo::transport::DebugCallbackHelper::GetMsgType |
( |
| ) |
const |
|
inlinevirtual |
virtual bool gazebo::transport::DebugCallbackHelper::HandleData |
( |
const std::string & |
_newdata | ) |
|
|
inlinevirtual |
Process new incoming data.
- Parameters
-
[in] | _newdata | Incoming data to be processed |
- Returns
- true if successfully processed; false otherwise
Implements gazebo::transport::CallbackHelper.
virtual bool gazebo::transport::DebugCallbackHelper::IsLocal |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: