From 802afa6eecee368ec8e28044ce22fd39c0f93ae8 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 7 Jun 2019 10:01:21 -0700 Subject: rfnoc: rfnoc_graph: Add API to query the number of motherboards --- host/include/uhd/rfnoc_graph.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc_graph.hpp b/host/include/uhd/rfnoc_graph.hpp index 55563c6fc..6a75a8668 100644 --- a/host/include/uhd/rfnoc_graph.hpp +++ b/host/include/uhd/rfnoc_graph.hpp @@ -255,6 +255,7 @@ public: /************************************************************************** * Hardware Control *************************************************************************/ + virtual size_t get_num_mboards() const = 0; //! Return a reference to a motherboard controller // // See also uhd::rfnoc::mb_controller -- cgit v1.2.3