14namespace uhd {
namespace transport {
29 typedef std::shared_ptr<usb_zero_copy>
sptr;
49 const int recv_interface,
50 const unsigned char recv_endpoint,
51 const int send_interface,
52 const unsigned char send_endpoint,
Definition: device_addr.hpp:38
std::shared_ptr< usb_device_handle > sptr
Definition: usb_device_handle.hpp:34
Definition: usb_zero_copy.hpp:27
~usb_zero_copy(void) override
static sptr make(usb_device_handle::sptr handle, const int recv_interface, const unsigned char recv_endpoint, const int send_interface, const unsigned char send_endpoint, const device_addr_t &hints=device_addr_t())
std::shared_ptr< usb_zero_copy > sptr
Definition: usb_zero_copy.hpp:29
Definition: zero_copy.hpp:147
#define UHD_API
Definition: config.h:70
Definition: build_info.hpp:12