summaryrefslogtreecommitdiff
path: root/gr-uhd/include/gr_uhd_usrp_source.h
diff options
context:
space:
mode:
authorJohnathan Corgan2011-08-19 19:05:05 -0700
committerJohnathan Corgan2011-08-19 19:05:05 -0700
commit0d2205758561682fed5490fb783b3eea380a387a (patch)
tree51fe15f606b27401cd89871b8ec40779cd42530d /gr-uhd/include/gr_uhd_usrp_source.h
parentdc16937c935f10a16de8969ca592b6019639d52b (diff)
downloadgnuradio-0d2205758561682fed5490fb783b3eea380a387a.tar.gz
gnuradio-0d2205758561682fed5490fb783b3eea380a387a.tar.bz2
gnuradio-0d2205758561682fed5490fb783b3eea380a387a.zip
Revert "gr-uhd: post received async messages to user supplied msg queue"
This reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655.
Diffstat (limited to 'gr-uhd/include/gr_uhd_usrp_source.h')
-rw-r--r--gr-uhd/include/gr_uhd_usrp_source.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h
index ea45ef101..6e51a1423 100644
--- a/gr-uhd/include/gr_uhd_usrp_source.h
+++ b/gr-uhd/include/gr_uhd_usrp_source.h
@@ -24,7 +24,6 @@
#include <gr_uhd_api.h>
#include <gr_sync_block.h>
-#include <gr_msg_queue.h>
#include <uhd/usrp/multi_usrp.hpp>
class uhd_usrp_source;
@@ -32,8 +31,7 @@ class uhd_usrp_source;
GR_UHD_API boost::shared_ptr<uhd_usrp_source> uhd_make_usrp_source(
const uhd::device_addr_t &device_addr,
const uhd::io_type_t &io_type,
- size_t num_channels,
- gr_msg_queue_sptr async_queue = gr_msg_queue_sptr()
+ size_t num_channels
);
class GR_UHD_API uhd_usrp_source : virtual public gr_sync_block{