diff options
author | Josh Blum | 2010-09-23 19:05:10 -0700 |
---|---|---|
committer | Josh Blum | 2010-09-23 19:05:10 -0700 |
commit | 1fe3790faed05b92ca4ad3a27da6eb23632d7e57 (patch) | |
tree | a0cacc33e46459853e7d51613bcf393fed54f271 /gr-uhd/lib/uhd_single_usrp_source.h | |
parent | 2831c9313d09685090cea531a177469b57792c9a (diff) | |
download | gnuradio-1fe3790faed05b92ca4ad3a27da6eb23632d7e57.tar.gz gnuradio-1fe3790faed05b92ca4ad3a27da6eb23632d7e57.tar.bz2 gnuradio-1fe3790faed05b92ca4ad3a27da6eb23632d7e57.zip |
uhd: multi channel single usrp source and sink working
Diffstat (limited to 'gr-uhd/lib/uhd_single_usrp_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_single_usrp_source.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-uhd/lib/uhd_single_usrp_source.h b/gr-uhd/lib/uhd_single_usrp_source.h index 5da7e2b9a..196b7c675 100644 --- a/gr-uhd/lib/uhd_single_usrp_source.h +++ b/gr-uhd/lib/uhd_single_usrp_source.h @@ -29,7 +29,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 uhd::io_type_t::tid_t &type, + size_t num_channels = 1 ); class uhd_single_usrp_source : public gr_sync_block{ |