 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0
UHD and USRP Manual
|
|
Go to the documentation of this file.
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,
boost::shared_ptr< udp_zero_copy > sptr
Definition: udp_zero_copy.hpp:37
size_t send_buff_size
Definition: udp_zero_copy.hpp:34
Definition: udp_zero_copy.hpp:29
size_t recv_buff_size
Definition: udp_zero_copy.hpp:33
#define UHD_API
Definition: config.h:68
Definition: zero_copy.hpp:167
Definition: device_addr.hpp:39
Definition: zero_copy.hpp:143
virtual uint16_t get_local_port(void) const =0
Definition: udp_zero_copy.hpp:32
Definition: build_info.hpp:13
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 std::string get_local_addr(void) const =0