#include <udp_socket.h>
|
| udp_socket (const std::string &bind_addr, const std::string &src_port, const std::string &remote_addr, const std::string &dst_port, size_t mtu) |
|
| ~udp_socket () |
|
void | udp_send (uint8_t *data, size_t len) |
|
◆ udp_socket()
gr::gsm::udp_socket::udp_socket |
( |
const std::string & |
bind_addr, |
|
|
const std::string & |
src_port, |
|
|
const std::string & |
remote_addr, |
|
|
const std::string & |
dst_port, |
|
|
size_t |
mtu |
|
) |
| |
◆ ~udp_socket()
gr::gsm::udp_socket::~udp_socket |
( |
| ) |
|
◆ udp_send()
void gr::gsm::udp_socket::udp_send |
( |
uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
◆ udp_rx_handler
boost::function<void (uint8_t *, size_t)> gr::gsm::udp_socket::udp_rx_handler |
The documentation for this class was generated from the following file: