diff options
author | Josh Blum | 2011-01-05 19:08:26 -0800 |
---|---|---|
committer | Josh Blum | 2011-01-19 22:24:57 -0800 |
commit | dfcc8cc28d8e5d0ca1de62b1622438be2439ebd1 (patch) | |
tree | 4357ccb7a3a5847e0f1480755f718171f4617e75 /gr-uhd/lib/uhd_single_usrp_source.h | |
parent | cf33e1e5f75c627907811e07e4c3c7a6b6175e8a (diff) | |
download | gnuradio-dfcc8cc28d8e5d0ca1de62b1622438be2439ebd1.tar.gz gnuradio-dfcc8cc28d8e5d0ca1de62b1622438be2439ebd1.tar.bz2 gnuradio-dfcc8cc28d8e5d0ca1de62b1622438be2439ebd1.zip |
uhd: use the actual device and io types, do hacks in the init.py, also use clock config convenience
Diffstat (limited to 'gr-uhd/lib/uhd_single_usrp_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_single_usrp_source.h | 4 |
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 9b7255533..298c00dc2 100644 --- a/gr-uhd/lib/uhd_single_usrp_source.h +++ b/gr-uhd/lib/uhd_single_usrp_source.h @@ -29,8 +29,8 @@ class uhd_single_usrp_source; GR_UHD_API boost::shared_ptr<uhd_single_usrp_source> uhd_make_single_usrp_source( - const std::string &device_addr, - const uhd::io_type_t::tid_t &io_type, + const uhd::device_addr_t &device_addr, + const uhd::io_type_t &io_type, size_t num_channels = 1 ); |