GNU Radio 3.6.3 C++ API
|
Gather received items into messages and insert into msgq. More...
#include <gr_socket_pdu.h>
Public Member Functions | |
~gr_socket_pdu () | |
Protected Member Functions | |
gr_socket_pdu (std::string type, std::string addr, std::string port, int MTU=10000) | |
Friends | |
GR_CORE_API gr_socket_pdu_sptr | gr_make_socket_pdu (std::string type, std::string addr, std::string port, int MTU) |
Gather received items into messages and insert into msgq.
gr_socket_pdu::gr_socket_pdu | ( | std::string | type, |
std::string | addr, | ||
std::string | port, | ||
int | MTU = 10000 |
||
) | [protected] |
gr_socket_pdu::~gr_socket_pdu | ( | ) | [inline] |
GR_CORE_API gr_socket_pdu_sptr gr_make_socket_pdu | ( | std::string | type, |
std::string | addr, | ||
std::string | port, | ||
int | MTU | ||
) | [friend] |