diff options
author | Nick Foster <nick@nerdnetworks.org> | 2011-04-05 09:18:14 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-04-29 09:58:54 -0700 |
commit | 4df082cb4eb6659d76dd9a38988033c82c662fa9 (patch) | |
tree | 59f17b824f0e139d255bf7e3ea32b0f817b5f55d /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 36314331a373d902909d6616064b9c72e71efabb (diff) | |
download | uhd-4df082cb4eb6659d76dd9a38988033c82c662fa9.tar.gz uhd-4df082cb4eb6659d76dd9a38988033c82c662fa9.tar.bz2 uhd-4df082cb4eb6659d76dd9a38988033c82c662fa9.zip |
N210: implemented mboard sensors for ref lock and MIMO lock
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index e9ff22b13..ccaf0c9a8 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -163,7 +163,10 @@ private: void duc_get(const wax::obj &, wax::obj &, size_t); void duc_set(const wax::obj &, const wax::obj &, size_t); uhd::dict<std::string, wax_obj_proxy::sptr> _tx_dsp_proxies; - + + //sensors methods for mboard + bool get_mimo_locked(void); + bool get_ref_locked(void); }; /*! |