diff options
author | Johnathan Corgan | 2011-08-19 19:07:44 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-08-19 19:07:44 -0700 |
commit | a80d01bb47362c4fce7dfe1a13f1be630cc1f231 (patch) | |
tree | 87c34d435478b1c44854d709c2c8bee7e1a4e5da /gr-uhd/swig/uhd_swig.i | |
parent | 3585237423cfc588b36e3a1d74c6596665c47f1d (diff) | |
parent | 9e0885793a455493c796c024f7d42678fecd14a5 (diff) | |
download | gnuradio-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.i | 4 |
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 //////////////////////////////////////////////////////////////////////// |