diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2010-08-09 19:00:28 -0400 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2010-08-09 19:00:28 -0400 |
commit | 316ced6169d3a4f44f80b6a5b98aeffce1317188 (patch) | |
tree | 4a9d86b0a606d625a59ec0ceafc1d4c2ee6ec1f9 /gr-uhd/lib/uhd_mimo_source.cc | |
parent | 939dfda488e0a3ef0e21d422a79b3ad30151b626 (diff) | |
parent | 97fed571222f034b62afa4de51c66d0566d5c74e (diff) |
Merge branch 'uhd' of git://gnuradio.org/jblum into next
Diffstat (limited to 'gr-uhd/lib/uhd_mimo_source.cc')
-rw-r--r-- | gr-uhd/lib/uhd_mimo_source.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_mimo_source.cc b/gr-uhd/lib/uhd_mimo_source.cc index 2b5384ce3b..62157142db 100644 --- a/gr-uhd/lib/uhd_mimo_source.cc +++ b/gr-uhd/lib/uhd_mimo_source.cc @@ -53,6 +53,10 @@ public: set_streaming(false); } + void set_subdev_spec(size_t chan, const std::string &spec){ + return _dev->set_rx_subdev_spec(chan, spec); + } + void set_samp_rate_all(double rate){ _dev->set_rx_rate_all(rate); do_samp_rate_error_message(rate, get_samp_rate_all(), "RX"); |