All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
gazebo::transport::DebugCallbackHelper Class Reference

#include <CallbackHelper.hh>

Inheritance diagram for gazebo::transport::DebugCallbackHelper:
Inheritance graph
[legend]

Public Member Functions

 DebugCallbackHelper (const boost::function< void(ConstGzStringPtr &)> &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
 

Constructor & Destructor Documentation

gazebo::transport::DebugCallbackHelper::DebugCallbackHelper ( const boost::function< void(ConstGzStringPtr &)> &  cb)
inline

Member Function Documentation

std::string gazebo::transport::DebugCallbackHelper::GetMsgType ( ) const
inlinevirtual

Get the typename of the message that is handled.

Reimplemented from gazebo::transport::CallbackHelper.

virtual bool gazebo::transport::DebugCallbackHelper::HandleData ( const std::string &  newdata)
inlinevirtual
virtual bool gazebo::transport::DebugCallbackHelper::IsLocal ( ) const
inlinevirtual

Return true if the callback is local, false if the callback is tied to a remote connection.

Implements gazebo::transport::CallbackHelper.


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