8 #ifndef INCLUDED_UHD_TRANSPORT_USB_CONTROL_HPP 9 #define INCLUDED_UHD_TRANSPORT_USB_CONTROL_HPP 13 namespace uhd {
namespace transport {
17 typedef boost::shared_ptr<usb_control>
sptr;
49 virtual int submit(uint8_t request_type,
55 uint32_t timeout = 0) = 0;
boost::shared_ptr< usb_device_handle > sptr
Definition: usb_device_handle.hpp:33
boost::shared_ptr< usb_control > sptr
Definition: usb_control.hpp:17
Definition: build_info.hpp:14
#define UHD_API
Definition: config.h:63
Definition: usb_control.hpp:15