diff options
author | Derek Kozel <derek.kozel@ettus.com> | 2016-04-20 16:17:15 -0700 |
---|---|---|
committer | Derek Kozel <derek.kozel@ettus.com> | 2016-04-25 16:38:02 -0700 |
commit | 782a02b45c543f14ff8e3e6767da3f7c9c272ce8 (patch) | |
tree | 55e860e8d11af302431120353b3cc652428d7286 /gr-uhd/lib/usrp_block_impl.h | |
parent | ece754f1716b7378162b54b09b2a88e53e538d12 (diff) |
Added controls for importing, exporting, and sharing LOs
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: |