diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-04-26 15:36:19 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-04-26 15:36:19 -0700 |
commit | efbb415e5abeefe0cedf36f44e13362514fd4521 (patch) | |
tree | d8e40937d922782af8b2e022f394d784bd8d063e /gr-uhd/lib/usrp_block_impl.h | |
parent | 595693c1480f61125f6c4508ffac7ef8fa1a508c (diff) | |
parent | 8820340ae2cb119e177a445f8d9b079759ed2dd7 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-uhd/lib/usrp_block_impl.h')
-rw-r--r-- | gr-uhd/lib/usrp_block_impl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-uhd/lib/usrp_block_impl.h b/gr-uhd/lib/usrp_block_impl.h index cb07fb356d..37c1de1e56 100644 --- a/gr-uhd/lib/usrp_block_impl.h +++ b/gr-uhd/lib/usrp_block_impl.h @@ -40,6 +40,11 @@ namespace gr { namespace uhd { + static const size_t ALL_MBOARDS = ::uhd::usrp::multi_usrp::ALL_MBOARDS; + static const size_t ALL_CHANS = ::uhd::usrp::multi_usrp::ALL_CHANS; + static const std::string ALL_GAINS = ::uhd::usrp::multi_usrp::ALL_GAINS; + static const std::string ALL_LOS = ::uhd::usrp::multi_usrp::ALL_LOS; + class usrp_block_impl : virtual public usrp_block { public: |