diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-06-07 10:01:21 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 11:49:23 -0800 |
commit | 802afa6eecee368ec8e28044ce22fd39c0f93ae8 (patch) | |
tree | 1104d60784f0221a1dfa954b3bc1ebbe0562acba /host/include | |
parent | 03023905360dd2c9c17ba70ff1543b0c70f98ad4 (diff) | |
download | uhd-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.hpp | 1 |
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 |