From 6d71414a0a467dc37fc903b327be22f8d0ddeade Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 2 Mar 2010 14:43:20 -0800 Subject: Added the uhd simple sink lib block, swig wrapper, grc wrapper. It seems to work, but still getting the kinks out of tx->usrp2 --- gr-uhd/swig/uhd_swig.i | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gr-uhd/swig') diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i index e20d22a26..06a1c88ff 100644 --- a/gr-uhd/swig/uhd_swig.i +++ b/gr-uhd/swig/uhd_swig.i @@ -24,8 +24,11 @@ %{ #include +#include %} GR_SWIG_BLOCK_MAGIC(uhd,simple_source) - %include + +GR_SWIG_BLOCK_MAGIC(uhd,simple_sink) +%include -- cgit