|
GNU Radio's DIFI Package
The DIFI Out of Tree (OOT) Module allows users to leverage and easily use cloud resources in GNU Radio.
|
#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) |
| gr::difi::tcp_client::tcp_client | ( | std::string | ip_addr, |
| uint32_t | port ) |
| gr::difi::tcp_client::~tcp_client | ( | ) |
| bool gr::difi::tcp_client::connect | ( | ) |
| bool gr::difi::tcp_client::is_connected | ( | ) |
| int gr::difi::tcp_client::send | ( | int8_t * | buf, |
| int | lent ) |