8 #ifndef INCLUDED_UHD_TRANSPORT_UDP_ZERO_COPY_HPP
9 #define INCLUDED_UHD_TRANSPORT_UDP_ZERO_COPY_HPP
14 #include <boost/shared_ptr.hpp>
16 namespace uhd {
namespace transport {
37 typedef boost::shared_ptr<udp_zero_copy>
sptr;
56 const std::string& port,
Definition: device_addr.hpp:39
Definition: udp_zero_copy.hpp:29
static sptr make(const std::string &addr, const std::string &port, const zero_copy_xport_params &default_buff_args, udp_zero_copy::buff_params &buff_params_out, const device_addr_t &hints=device_addr_t())
virtual uint16_t get_local_port(void) const =0
boost::shared_ptr< udp_zero_copy > sptr
Definition: udp_zero_copy.hpp:37
virtual std::string get_local_addr(void) const =0
Definition: zero_copy.hpp:168
#define UHD_API
Definition: config.h:68
Definition: build_info.hpp:13
Definition: udp_zero_copy.hpp:32
size_t send_buff_size
Definition: udp_zero_copy.hpp:34
size_t recv_buff_size
Definition: udp_zero_copy.hpp:33
Definition: zero_copy.hpp:144