diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-09-30 14:53:35 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2016-02-16 16:19:01 -0800 |
commit | b26380043719712ef55694076f66bb9429229ef4 (patch) | |
tree | 1b1ec471e64f6a1178199a7b8d23c4b3a06ea3e7 /host/lib/usrp/usrp1/usrp1_impl.hpp | |
parent | 1fd73de7d40459f231c969f27ef63dc62f2b5e82 (diff) | |
download | uhd-b26380043719712ef55694076f66bb9429229ef4.tar.gz uhd-b26380043719712ef55694076f66bb9429229ef4.tar.bz2 uhd-b26380043719712ef55694076f66bb9429229ef4.zip |
dboard: Added restricted dboard registration capability
- Moved dboard iface initialization to dboard_manager
- Added a restricted register function. Restricted dboards
don't expose their control iface in the property tree
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_impl.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp index 012bc0794..da901bd6c 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.hpp +++ b/host/lib/usrp/usrp1/usrp1_impl.hpp @@ -92,7 +92,6 @@ private: uhd::transport::usb_zero_copy::sptr _data_transport; struct db_container_type{ usrp1_codec_ctrl::sptr codec; - uhd::usrp::dboard_iface::sptr dboard_iface; uhd::usrp::dboard_manager::sptr dboard_manager; }; uhd::dict<std::string, db_container_type> _dbc; |