summaryrefslogtreecommitdiff
path: root/gr-uhd/swig/uhd_swig.i
diff options
context:
space:
mode:
authorJohnathan Corgan2011-08-19 19:07:44 -0700
committerJohnathan Corgan2011-08-19 19:07:44 -0700
commita80d01bb47362c4fce7dfe1a13f1be630cc1f231 (patch)
tree87c34d435478b1c44854d709c2c8bee7e1a4e5da /gr-uhd/swig/uhd_swig.i
parent3585237423cfc588b36e3a1d74c6596665c47f1d (diff)
parent9e0885793a455493c796c024f7d42678fecd14a5 (diff)
downloadgnuradio-a80d01bb47362c4fce7dfe1a13f1be630cc1f231.tar.gz
gnuradio-a80d01bb47362c4fce7dfe1a13f1be630cc1f231.tar.bz2
gnuradio-a80d01bb47362c4fce7dfe1a13f1be630cc1f231.zip
Merge branch 'master' into next
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
////////////////////////////////////////////////////////////////////////