diff options
author | michael-west <michael.west@ettus.com> | 2015-04-15 13:55:10 -0700 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2015-04-15 17:08:02 -0700 |
commit | be54951d4c14b11e21518f2e7d87fd527102c948 (patch) | |
tree | 7a3c36bd2b9af356d0347934060bbee3d921919f /host/lib/usrp/b200/b200_impl.hpp | |
parent | 5e3bf468c3e379743ede3b10a70699976ea83b09 (diff) | |
download | uhd-be54951d4c14b11e21518f2e7d87fd527102c948.tar.gz uhd-be54951d4c14b11e21518f2e7d87fd527102c948.tar.bz2 uhd-be54951d4c14b11e21518f2e7d87fd527102c948.zip |
UHD host code changes for B200 rev 5 support.
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index 396819f9a..e871e6b9a 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -119,6 +119,10 @@ private: boost::mutex _transport_setup_mutex; + // mapping of frontend to radio perif index + size_t _fe1; + size_t _fe2; + //async ctrl + msgs uhd::msg_task::sptr _async_task; typedef uhd::transport::bounded_buffer<uhd::async_metadata_t> async_md_type; |