GNU Radio 3.6.5 C++ API

gr::blocks::tcp_connection Class Reference

#include <tcp_connection.h>

List of all members.

Public Types

typedef boost::shared_ptr
< tcp_connection
sptr

Public Member Functions

boost::asio::ip::tcp::socket & socket ()
void start (gr_basic_block *block)
void send (pmt::pmt_t vector)
void handle_read (const boost::system::error_code &error, size_t bytes_transferred)
void handle_write (const boost::system::error_code &error, size_t bytes_transferred)

Static Public Member Functions

static sptr make (boost::asio::io_service &io_service)

Member Typedef Documentation


Member Function Documentation

void gr::blocks::tcp_connection::handle_read ( const boost::system::error_code &  error,
size_t  bytes_transferred 
)
void gr::blocks::tcp_connection::handle_write ( const boost::system::error_code &  error,
size_t  bytes_transferred 
) [inline]
static sptr gr::blocks::tcp_connection::make ( boost::asio::io_service &  io_service) [static]
void gr::blocks::tcp_connection::send ( pmt::pmt_t  vector)
boost::asio::ip::tcp::socket& gr::blocks::tcp_connection::socket ( ) [inline]
void gr::blocks::tcp_connection::start ( gr_basic_block block)

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