Loading [MathJax]/extensions/tex2jax.js
 |
USRP Hardware Driver and USRP Manual
Version: 4.8.0.0
UHD and USRP Manual
|
|
Go to the documentation of this file.
15 namespace uhd {
namespace transport {
36 typedef std::shared_ptr<udp_zero_copy>
sptr;
54 static sptr make(
const std::string& addr,
55 const std::string& port,
66 virtual uint16_t get_local_port(
void)
const = 0;
73 virtual std::string get_local_addr(
void)
const = 0;
size_t send_buff_size
Definition: udp_zero_copy.hpp:33
Definition: udp_zero_copy.hpp:27
size_t recv_buff_size
Definition: udp_zero_copy.hpp:32
#define UHD_API
Definition: config.h:87
Definition: zero_copy.hpp:146
Definition: device_addr.hpp:38
Definition: zero_copy.hpp:122
std::shared_ptr< udp_zero_copy > sptr
Definition: udp_zero_copy.hpp:36
Definition: udp_zero_copy.hpp:30
Definition: build_info.hpp:12