From 1b5f4ab3bfc53090d274d69053bf75537f1c08ed Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Thu, 16 Mar 2017 12:42:46 -0700 Subject: docs: document common exceptions occuring in multi_usrp::make --- host/include/uhd/usrp/multi_usrp.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index 1a64a8f3a..fee430fe0 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -120,6 +120,8 @@ public: * Make a new multi usrp from the device address. * \param dev_addr the device address * \return a new single usrp object + * \throws uhd::key_error no device found + * \throws uhd::index_error fewer devices found than expected */ static sptr make(const device_addr_t &dev_addr); -- cgit v1.2.3