From 35038421e1b3edd577037cd1dddc4e77df76a3ab Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 2 Jul 2020 16:22:32 +0200 Subject: multi_usrp: Fix some documentation --- host/include/uhd/usrp/multi_usrp.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index e177e7cf7..78b2e58df 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -211,7 +211,7 @@ public: * Examples: * - The B200 series' master clock rate can be changed at runtime and * will report the true range of supported values - * - The X300 series has _two_ discrete options for the clock rate, but will + * - The X300 series has a valid range for the clock rate, but will * always return the clock rate which the USRP was initialized to because * it cannot be changed at runtime * - The N200 series does not have a configurable clock rate, and will @@ -555,6 +555,8 @@ public: * \param addr 8-bit register address * \param data 32-bit register value * \param mboard which motherboard to set the user register + * \throws uhd::not_implemented_error on RFNoC devices, uhd::lookup_error on + * other devices if this API is not implemented. */ virtual void set_user_register( const uint8_t addr, const uint32_t data, size_t mboard = ALL_MBOARDS) = 0; -- cgit v1.2.3