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::tcp_client Class Reference

#include <tcp_client.h>

Public Member Functions

 tcp_client (std::string ip_addr, uint32_t port)
 ~tcp_client ()
bool connect ()
bool is_connected ()
int send (int8_t *buf, int lent)

Constructor & Destructor Documentation

◆ tcp_client()

gr::difi::tcp_client::tcp_client ( std::string ip_addr,
uint32_t port )

◆ ~tcp_client()

gr::difi::tcp_client::~tcp_client ( )

Member Function Documentation

◆ connect()

bool gr::difi::tcp_client::connect ( )

◆ is_connected()

bool gr::difi::tcp_client::is_connected ( )

◆ send()

int gr::difi::tcp_client::send ( int8_t * buf,
int lent )

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