#include <input_channel_handler.hh>
|
void | handle (const boost::system::error_code &error, size_t size) |
|
- Author
- cpellegrino
Definition at line 15 of file input_channel_handler.hh.
◆ InChannelHandler()
InChannelHandler::InChannelHandler |
( |
boost::asio::io_service & |
service, |
|
|
unsigned short |
port, |
|
|
FrameFarm & |
farm |
|
) |
| |
|
inline |
◆ ~InChannelHandler()
InChannelHandler::~InChannelHandler |
( |
| ) |
|
|
inline |
◆ handle()
void InChannelHandler::handle |
( |
const boost::system::error_code & |
error, |
|
|
size_t |
size |
|
) |
| |
|
inlineprivate |
Definition at line 22 of file input_channel_handler.hh.
41 boost::asio::placeholders::error,
42 boost::asio::placeholders::bytes_transferred));
◆ pause()
void InChannelHandler::pause |
( |
| ) |
|
|
inline |
◆ cont()
void InChannelHandler::cont |
( |
| ) |
|
|
inline |
◆ m_socket
boost::asio::ip::udp::socket InChannelHandler::m_socket |
|
private |
◆ m_buffer
◆ m_farm
◆ m_paused
boost::atomic<bool> InChannelHandler::m_paused |
|
private |
◆ recv_buf_size
const int InChannelHandler::recv_buf_size = 33554432 |
|
static |
The documentation for this class was generated from the following file: