diff options
author | Josh Blum | 2010-10-18 16:49:08 -0700 |
---|---|---|
committer | Josh Blum | 2010-10-18 16:49:08 -0700 |
commit | 7f46efca9cb0c87e9130c117ac41650f6e0c25cc (patch) | |
tree | 09c6b235935167f6fe022739c67696c12ad4dcc5 /gr-uhd/lib/uhd_single_usrp_sink.h | |
parent | 1e5db4248e2488e0f1b44ac1405d78e16c2408d8 (diff) | |
download | gnuradio-7f46efca9cb0c87e9130c117ac41650f6e0c25cc.tar.gz gnuradio-7f46efca9cb0c87e9130c117ac41650f6e0c25cc.tar.bz2 gnuradio-7f46efca9cb0c87e9130c117ac41650f6e0c25cc.zip |
uhd: renamed make function params, cleanup, clock config for multi usrp
Diffstat (limited to 'gr-uhd/lib/uhd_single_usrp_sink.h')
-rw-r--r-- | gr-uhd/lib/uhd_single_usrp_sink.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-uhd/lib/uhd_single_usrp_sink.h b/gr-uhd/lib/uhd_single_usrp_sink.h index bec788193..e83bb6ded 100644 --- a/gr-uhd/lib/uhd_single_usrp_sink.h +++ b/gr-uhd/lib/uhd_single_usrp_sink.h @@ -28,8 +28,8 @@ class uhd_single_usrp_sink; boost::shared_ptr<uhd_single_usrp_sink> uhd_make_single_usrp_sink( - const std::string &args, - const uhd::io_type_t::tid_t &type, + const std::string &device_addr, + const uhd::io_type_t::tid_t &io_type, size_t num_channels = 1 ); |