GNU Radio 3.6.3 C++ API
|
#include <gr_socket_pdu.h>
Public Types | |
typedef boost::shared_ptr < tcp_connection > | pointer |
Public Member Functions | |
boost::asio::ip::tcp::socket & | socket () |
void | start (gr_socket_pdu *parent) |
void | send (pmt::pmt_t vector) |
~tcp_connection () | |
Static Public Member Functions | |
static pointer | create (boost::asio::io_service &io_service) |
Public Attributes | |
gr_socket_pdu * | d_block |
boost::array< char, 10000 > | buf |
tcp_connection::~tcp_connection | ( | ) | [inline] |
static pointer tcp_connection::create | ( | boost::asio::io_service & | io_service | ) | [inline, static] |
void tcp_connection::send | ( | pmt::pmt_t | vector | ) | [inline] |
References pmt::pmt_length(), and pmt::pmt_uniform_vector_elements().
boost::asio::ip::tcp::socket& tcp_connection::socket | ( | ) | [inline] |
void tcp_connection::start | ( | gr_socket_pdu * | parent | ) | [inline] |
boost::array<char, 10000> tcp_connection::buf |
Referenced by start().
Referenced by start().