GNU Radio 3.6.4.1 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 |
|
inline |
|
inlinestatic |
|
inline |
References pmt::pmt_length(), and pmt::pmt_uniform_vector_elements().
|
inline |
|
inline |
boost::array<char, 10000> tcp_connection::buf |
Referenced by start().
gr_socket_pdu* tcp_connection::d_block |
Referenced by start().