summaryrefslogtreecommitdiff
path: root/gr-uhd/swig/uhd_swig.i
diff options
context:
space:
mode:
authorJohnathan Corgan2011-08-19 19:05:44 -0700
committerJohnathan Corgan2011-08-19 19:05:44 -0700
commit9e0885793a455493c796c024f7d42678fecd14a5 (patch)
tree9aeda0e9b2467d4560b9e51e5fcb8794b3646669 /gr-uhd/swig/uhd_swig.i
parent0d2205758561682fed5490fb783b3eea380a387a (diff)
parent893f946b7a652497994309092fe84fb33504852c (diff)
downloadgnuradio-9e0885793a455493c796c024f7d42678fecd14a5.tar.gz
gnuradio-9e0885793a455493c796c024f7d42678fecd14a5.tar.bz2
gnuradio-9e0885793a455493c796c024f7d42678fecd14a5.zip
Merge remote branch 'ttsou/async'
Diffstat (limited to 'gr-uhd/swig/uhd_swig.i')
-rw-r--r--gr-uhd/swig/uhd_swig.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i
index 9bdb962c9..b58fe9e18 100644
--- a/gr-uhd/swig/uhd_swig.i
+++ b/gr-uhd/swig/uhd_swig.i
@@ -55,6 +55,7 @@
%{
#include <gr_uhd_usrp_source.h>
#include <gr_uhd_usrp_sink.h>
+#include <gr_uhd_amsg_source.h>
%}
////////////////////////////////////////////////////////////////////////
@@ -114,6 +115,9 @@ GR_SWIG_BLOCK_MAGIC(uhd,usrp_source)
GR_SWIG_BLOCK_MAGIC(uhd,usrp_sink)
%include <gr_uhd_usrp_sink.h>
+GR_SWIG_BLOCK_MAGIC(uhd,amsg_source)
+%include <gr_uhd_amsg_source.h>
+
////////////////////////////////////////////////////////////////////////
// helpful constants
////////////////////////////////////////////////////////////////////////