diff options
author | Johnathan Corgan | 2010-08-09 19:00:28 -0400 |
---|---|---|
committer | Johnathan Corgan | 2010-08-09 19:00:28 -0400 |
commit | 316ced6169d3a4f44f80b6a5b98aeffce1317188 (patch) | |
tree | 4a9d86b0a606d625a59ec0ceafc1d4c2ee6ec1f9 /gr-uhd/lib/uhd_simple_source.h | |
parent | 939dfda488e0a3ef0e21d422a79b3ad30151b626 (diff) | |
parent | 97fed571222f034b62afa4de51c66d0566d5c74e (diff) | |
download | gnuradio-316ced6169d3a4f44f80b6a5b98aeffce1317188.tar.gz gnuradio-316ced6169d3a4f44f80b6a5b98aeffce1317188.tar.bz2 gnuradio-316ced6169d3a4f44f80b6a5b98aeffce1317188.zip |
Merge branch 'uhd' of git://gnuradio.org/jblum into next
Diffstat (limited to 'gr-uhd/lib/uhd_simple_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_simple_source.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_simple_source.h b/gr-uhd/lib/uhd_simple_source.h index 8568fc2d4..b95c0cfd9 100644 --- a/gr-uhd/lib/uhd_simple_source.h +++ b/gr-uhd/lib/uhd_simple_source.h @@ -43,6 +43,12 @@ public: uhd_simple_source(gr_io_signature_sptr sig); /*! + * Set the subdevice specification. + * \param spec the subdev spec markup string + */ + virtual void set_subdev_spec(const std::string &spec) = 0; + + /*! * Set the sample rate for the usrp device. * \param rate a new rate in Sps */ |