Revision b96088b6 host/include/uhd/transport/usb_device_handle.hpp
| b/host/include/uhd/transport/usb_device_handle.hpp | ||
|---|---|---|
| 68 | 68 |
|
| 69 | 69 |
/*! |
| 70 | 70 |
* Return a vector of USB devices on this host |
| 71 |
* \return a vector of USB device handles |
|
| 71 |
* \return a vector of USB device handles that match vid and pid
|
|
| 72 | 72 |
*/ |
| 73 |
static UHD_API std::vector<usb_device_handle::sptr> get_device_list(); |
|
| 73 |
static UHD_API std::vector<usb_device_handle::sptr> get_device_list(boost::uint16_t vid, boost::uint16_t pid);
|
|
| 74 | 74 |
|
| 75 | 75 |
}; //namespace usb |
| 76 | 76 |
|
Also available in: Unified diff