#include <callback_handlers.hpp>
|
virtual void | handle (RxMessage &rx_message, std::string message_key)=0 |
|
bool | Wait (const boost::posix_time::time_duration &timeout) |
|
Definition at line 120 of file callback_handlers.hpp.
◆ handle()
virtual void io_comm_rx::AbstractCallbackHandler::handle |
( |
RxMessage & |
rx_message, |
|
|
std::string |
message_key |
|
) |
| |
|
pure virtual |
◆ Wait()
bool io_comm_rx::AbstractCallbackHandler::Wait |
( |
const boost::posix_time::time_duration & |
timeout | ) |
|
|
inline |
◆ condition_
boost::condition_variable io_comm_rx::AbstractCallbackHandler::condition_ |
|
protected |
◆ mutex_
boost::mutex io_comm_rx::AbstractCallbackHandler::mutex_ |
|
protected |
The documentation for this class was generated from the following file: