GNU Radio 3.6.5 C++ API

gr_socket_pdu Class Reference

Gather received items into messages and insert into msgq. More...

#include <gr_socket_pdu.h>

Inheritance diagram for gr_socket_pdu:
gr_stream_pdu_base gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter

List of all members.

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)

Detailed Description

Gather received items into messages and insert into msgq.


Constructor & Destructor Documentation

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]

Friends And Related Function Documentation

GR_CORE_API gr_socket_pdu_sptr gr_make_socket_pdu ( std::string  type,
std::string  addr,
std::string  port,
int  MTU 
) [friend]

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