aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp
diff options
context:
space:
mode:
authorLane Kolbly <lane.kolbly@ni.com>2022-03-18 15:41:55 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2022-03-23 16:14:07 -0500
commit1ba8c2517d7162e0a5df1006abffcfc0ca910394 (patch)
treeeaeb4a6e21c0a928b963118fcfbd184229254477 /host/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp
parent2e8f7484a4497c1b3f1f2caff32d9269ca492ffb (diff)
downloaduhd-1ba8c2517d7162e0a5df1006abffcfc0ca910394.tar.gz
uhd-1ba8c2517d7162e0a5df1006abffcfc0ca910394.tar.bz2
uhd-1ba8c2517d7162e0a5df1006abffcfc0ca910394.zip
host: x410: Cache GPIO source in mb_controller
Diffstat (limited to 'host/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp')
-rw-r--r--host/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp b/host/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp
index f4f6e0ba7..fffa85628 100644
--- a/host/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp
+++ b/host/lib/include/uhdlib/usrp/common/mpmd_mb_controller.hpp
@@ -123,6 +123,9 @@ private:
std::vector<std::string> _gpio_banks;
std::unordered_map<std::string, std::vector<std::string>> _gpio_srcs;
+ //! Cache of currently set GPIO sources
+ std::unordered_map<std::string, std::vector<std::string>> _current_gpio_src;
+
std::vector<mb_controller::sync_source_updater_t> _sync_source_updaters;
public: