GNU Radio's DIFI Package
The DIFI Out of Tree (OOT) Module allows users to leverage and easily use cloud resources in GNU Radio.
gr::difi::udp_socket Class Reference

#include <udp_socket.h>

Public Member Functions

 udp_socket (std::string ip_addr, uint32_t port, bool isServer, uint32_t socket_buffer_size=2000000)
 ~udp_socket ()
int read (int8_t *buf, int len)
int send (int8_t *buf, int len)

Constructor & Destructor Documentation

◆ udp_socket()

gr::difi::udp_socket::udp_socket ( std::string ip_addr,
uint32_t port,
bool isServer,
uint32_t socket_buffer_size = 2000000 )

◆ ~udp_socket()

gr::difi::udp_socket::~udp_socket ( )

Member Function Documentation

◆ read()

int gr::difi::udp_socket::read ( int8_t * buf,
int len )

◆ send()

int gr::difi::udp_socket::send ( int8_t * buf,
int len )

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