aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-06-07 10:01:21 -0700
committerMartin Braun <martin.braun@ettus.com>2019-11-26 11:49:23 -0800
commit802afa6eecee368ec8e28044ce22fd39c0f93ae8 (patch)
tree1104d60784f0221a1dfa954b3bc1ebbe0562acba /host/include
parent03023905360dd2c9c17ba70ff1543b0c70f98ad4 (diff)
downloaduhd-802afa6eecee368ec8e28044ce22fd39c0f93ae8.tar.gz
uhd-802afa6eecee368ec8e28044ce22fd39c0f93ae8.tar.bz2
uhd-802afa6eecee368ec8e28044ce22fd39c0f93ae8.zip
rfnoc: rfnoc_graph: Add API to query the number of motherboards
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/rfnoc_graph.hpp1
1 files changed, 1 insertions, 0 deletions
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