From 1fe3790faed05b92ca4ad3a27da6eb23632d7e57 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 23 Sep 2010 19:05:10 -0700 Subject: uhd: multi channel single usrp source and sink working --- gr-uhd/lib/uhd_single_usrp_sink.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gr-uhd/lib/uhd_single_usrp_sink.h') diff --git a/gr-uhd/lib/uhd_single_usrp_sink.h b/gr-uhd/lib/uhd_single_usrp_sink.h index 61417168a..bec788193 100644 --- a/gr-uhd/lib/uhd_single_usrp_sink.h +++ b/gr-uhd/lib/uhd_single_usrp_sink.h @@ -29,7 +29,8 @@ class uhd_single_usrp_sink; boost::shared_ptr uhd_make_single_usrp_sink( 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_sink : public gr_sync_block{ -- cgit