|
ROSaic
|
#include <callback_handlers.hpp>


Public Member Functions | |
| virtual void | handle (RxMessage &rx_message, std::string message_key)=0 |
| bool | Wait (const boost::posix_time::time_duration &timeout) |
Protected Attributes | |
| boost::mutex | mutex_ |
| boost::condition_variable | condition_ |
Definition at line 145 of file callback_handlers.hpp.
|
pure virtual |
Implemented in io_comm_rx::CallbackHandler< T >.
Referenced by io_comm_rx::CallbackHandlers::insert().

|
inline |
Definition at line 150 of file callback_handlers.hpp.
References condition_, and mutex_.
|
protected |
Definition at line 158 of file callback_handlers.hpp.
Referenced by io_comm_rx::CallbackHandler< T >::handle(), and Wait().
|
protected |
Definition at line 157 of file callback_handlers.hpp.
Referenced by io_comm_rx::CallbackHandler< T >::handle(), and Wait().
1.8.13