7 #ifndef INCLUDED_UHD_TRANSPORT_USB_CONTROL_HPP 8 #define INCLUDED_UHD_TRANSPORT_USB_CONTROL_HPP 12 namespace uhd {
namespace transport {
16 typedef boost::shared_ptr<usb_control>
sptr;
48 virtual int submit(uint8_t request_type,
54 uint32_t timeout = 0) = 0;
boost::shared_ptr< usb_device_handle > sptr
Definition: usb_device_handle.hpp:32
boost::shared_ptr< usb_control > sptr
Definition: usb_control.hpp:16
Definition: build_info.hpp:14
#define UHD_API
Definition: config.h:62
Definition: usb_control.hpp:14