aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/mpmd/mpmd_impl.cpp
diff options
context:
space:
mode:
authorBrent Stapleton <brent.stapleton@ettus.com>2018-02-02 11:48:35 -0800
committerMartin Braun <martin.braun@ettus.com>2018-02-19 16:58:52 -0800
commitbd2a51855589a939159b42e702dd01684c7b1d80 (patch)
tree9f3df6d77f02636a5e15e4d31e2621388d6bdb4b /host/lib/usrp/mpmd/mpmd_impl.cpp
parenta9ba8a9fd912be63e3816cded0c9c80b29a3d557 (diff)
downloaduhd-bd2a51855589a939159b42e702dd01684c7b1d80.tar.gz
uhd-bd2a51855589a939159b42e702dd01684c7b1d80.tar.bz2
uhd-bd2a51855589a939159b42e702dd01684c7b1d80.zip
mpmd: add getter for components in property tree
Adding a publisher for updateable components listed in the property tree. This calls MPM.get_component_info for the desired component, and returns a dictionary containing that metadata.
Diffstat (limited to 'host/lib/usrp/mpmd/mpmd_impl.cpp')
-rw-r--r--host/lib/usrp/mpmd/mpmd_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_impl.cpp b/host/lib/usrp/mpmd/mpmd_impl.cpp
index 064b73893..4d3fba8a1 100644
--- a/host/lib/usrp/mpmd/mpmd_impl.cpp
+++ b/host/lib/usrp/mpmd/mpmd_impl.cpp
@@ -31,7 +31,7 @@ namespace {
//! Most pessimistic time for a CHDR query to go to device and back
const double MPMD_CHDR_MAX_RTT = 0.02;
//! MPM Compatibility number
- const std::vector<size_t> MPM_COMPAT_NUM = {1, 1};
+ const std::vector<size_t> MPM_COMPAT_NUM = {1, 2};
/*************************************************************************
* Helper functions