diff options
author | Michael West <michael.west@ettus.com> | 2013-11-15 09:50:07 -0800 |
---|---|---|
committer | Michael West <michael.west@ettus.com> | 2013-11-15 09:50:07 -0800 |
commit | e83a941a9ff6094358602302212aed760341c873 (patch) | |
tree | c38adb41c921a3250ec2798a847a95d6adcd19ee /host/include | |
parent | 7641b42a89f009b1c5dc8875eef07c2a90128164 (diff) | |
download | uhd-e83a941a9ff6094358602302212aed760341c873.tar.gz uhd-e83a941a9ff6094358602302212aed760341c873.tar.bz2 uhd-e83a941a9ff6094358602302212aed760341c873.zip |
BUG #182: Refactored b2xx_fx3_utils to use files from UHD
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/transport/usb_device_handle.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/include/uhd/transport/usb_device_handle.hpp b/host/include/uhd/transport/usb_device_handle.hpp index 2951d7fbb..fdea9e2be 100644 --- a/host/include/uhd/transport/usb_device_handle.hpp +++ b/host/include/uhd/transport/usb_device_handle.hpp @@ -73,6 +73,12 @@ public: virtual boost::uint16_t get_product_id() const = 0; /*! + * Test whether the firmware is loaded on the device. + * \return true if firmware is loaded + */ + virtual bool firmware_loaded() = 0; + + /*! * Return a vector of USB devices on this host * \return a vector of USB device handles that match vid and pid */ |