summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/uhd_single_usrp_source.h
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-10-18 16:49:08 -0700
committerJosh Blum <josh@joshknows.com>2010-10-18 16:49:08 -0700
commit7f46efca9cb0c87e9130c117ac41650f6e0c25cc (patch)
tree09c6b235935167f6fe022739c67696c12ad4dcc5 /gr-uhd/lib/uhd_single_usrp_source.h
parent1e5db4248e2488e0f1b44ac1405d78e16c2408d8 (diff)
uhd: renamed make function params, cleanup, clock config for multi usrp
Diffstat (limited to 'gr-uhd/lib/uhd_single_usrp_source.h')
-rw-r--r--gr-uhd/lib/uhd_single_usrp_source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-uhd/lib/uhd_single_usrp_source.h b/gr-uhd/lib/uhd_single_usrp_source.h
index 196b7c6759..c323fbd7ed 100644
--- a/gr-uhd/lib/uhd_single_usrp_source.h
+++ b/gr-uhd/lib/uhd_single_usrp_source.h
@@ -28,8 +28,8 @@
class uhd_single_usrp_source;
boost::shared_ptr<uhd_single_usrp_source> uhd_make_single_usrp_source(
- 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
);