From 2e64cb1b2891cbecab832aec00b8269e0798ff0d Mon Sep 17 00:00:00 2001 From: Cristina Fuentes Date: Mon, 21 Sep 2020 15:17:39 -0700 Subject: multi_usrp: Add get_mb_controller() API call --- host/lib/usrp/multi_usrp.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'host/lib/usrp/multi_usrp.cpp') diff --git a/host/lib/usrp/multi_usrp.cpp b/host/lib/usrp/multi_usrp.cpp index e3424d748..78205fbdd 100644 --- a/host/lib/usrp/multi_usrp.cpp +++ b/host/lib/usrp/multi_usrp.cpp @@ -2557,6 +2557,12 @@ public: "set_gpio_src() not implemented for this motherboard!"); } + uhd::rfnoc::mb_controller& get_mb_controller(const size_t /*mboard*/) + { + throw uhd::not_implemented_error( + "get_mb_controller() not supported on this device!"); + } + private: device::sptr _dev; property_tree::sptr _tree; -- cgit v1.2.3