8#ifndef INCLUDED_UHD_TRANSPORT_USB_ZERO_COPY_HPP
9#define INCLUDED_UHD_TRANSPORT_USB_ZERO_COPY_HPP
15namespace uhd {
namespace transport {
30 typedef boost::shared_ptr<usb_zero_copy>
sptr;
50 const int recv_interface,
51 const unsigned char recv_endpoint,
52 const int send_interface,
53 const unsigned char send_endpoint,
Definition device_addr.hpp:39
boost::shared_ptr< usb_device_handle > sptr
Definition usb_device_handle.hpp:35
Definition usb_zero_copy.hpp:28
boost::shared_ptr< usb_zero_copy > sptr
Definition usb_zero_copy.hpp:30
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())
virtual ~usb_zero_copy(void)
Definition zero_copy.hpp:167
#define UHD_API
Definition config.h:68
Definition build_info.hpp:13