GNU Radio 3.6.5 C++ API

gr_socket_pdu.h File Reference

#include <gr_core_api.h>
#include <gr_sync_block.h>
#include <gr_message.h>
#include <gr_msg_queue.h>
#include <gr_stream_pdu_base.h>
#include <boost/array.hpp>
#include <boost/asio.hpp>
#include <iostream>

Go to the source code of this file.

Classes

class  tcp_connection
class  gr_socket_pdu
 Gather received items into messages and insert into msgq. More...

Functions

GR_CORE_API gr_socket_pdu_sptr gr_make_socket_pdu (std::string type, std::string addr, std::string port, int MTU=10000)

Function Documentation

GR_CORE_API gr_socket_pdu_sptr gr_make_socket_pdu ( std::string  type,
std::string  addr,
std::string  port,
int  MTU = 10000 
)