diff options
author | Josh Blum | 2010-08-05 17:35:16 -0700 |
---|---|---|
committer | Josh Blum | 2010-08-05 17:35:16 -0700 |
commit | 068cac15d2d4ef787dee7bcbb1158c03805b2656 (patch) | |
tree | c48c7ef823bae0ee44ce6126bba086d9e9c3d92a /gr-uhd/lib/uhd_mimo_source.h | |
parent | c3c4303b9fa4987369e9641ab4206724da74f3b2 (diff) | |
download | gnuradio-068cac15d2d4ef787dee7bcbb1158c03805b2656.tar.gz gnuradio-068cac15d2d4ef787dee7bcbb1158c03805b2656.tar.bz2 gnuradio-068cac15d2d4ef787dee7bcbb1158c03805b2656.zip |
uhd: added subdev spec setting to gr-uhd blocks, and simple uhd grc wrappers (mimo coming)
Diffstat (limited to 'gr-uhd/lib/uhd_mimo_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_mimo_source.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_mimo_source.h b/gr-uhd/lib/uhd_mimo_source.h index e234779df..fbd7f2c42 100644 --- a/gr-uhd/lib/uhd_mimo_source.h +++ b/gr-uhd/lib/uhd_mimo_source.h @@ -44,6 +44,13 @@ public: uhd_mimo_source(gr_io_signature_sptr sig); /*! + * Set the subdevice specification. + * \param chan the channel number from 0 to N-1 + * \param spec the subdev spec markup string + */ + virtual void set_subdev_spec(size_t chan, const std::string &spec) = 0; + + /*! * Set the sample rate for the usrp device (across all mboards). * \param rate a new rate in Sps */ |