ROSaic
|
#include <callbackhandlers.hpp>
Public Member Functions | |
virtual void | Handle (mosaicMessage &mMessage, 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 112 of file callbackhandlers.hpp.
|
pure virtual |
Implemented in io_comm_mosaic::CallbackHandler< T >.
Referenced by io_comm_mosaic::CallbackHandlers::ReadCallback().
|
inline |
Definition at line 117 of file callbackhandlers.hpp.
References condition_, and mutex_.
|
protected |
Definition at line 125 of file callbackhandlers.hpp.
Referenced by io_comm_mosaic::CallbackHandler< T >::Handle(), and Wait().
|
protected |
Definition at line 124 of file callbackhandlers.hpp.
Referenced by io_comm_mosaic::CallbackHandler< T >::Handle(), and Wait().