summaryrefslogtreecommitdiff
path: root/gr-noaa/swig/noaa_swig.i
diff options
context:
space:
mode:
authorJohnathan Corgan2009-09-20 19:32:30 -0700
committerJohnathan Corgan2009-09-20 19:32:30 -0700
commitf8fcb642dabca11870886c53dfdff66c86774db0 (patch)
tree012cd20603f4e38f5e50b41f08eac578d1ec7480 /gr-noaa/swig/noaa_swig.i
parent789435387ab3a886cd33304f4f47d60456765b70 (diff)
downloadgnuradio-f8fcb642dabca11870886c53dfdff66c86774db0.tar.gz
gnuradio-f8fcb642dabca11870886c53dfdff66c86774db0.tar.bz2
gnuradio-f8fcb642dabca11870886c53dfdff66c86774db0.zip
Added skeleton HRPT decoder block
Diffstat (limited to 'gr-noaa/swig/noaa_swig.i')
-rw-r--r--gr-noaa/swig/noaa_swig.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-noaa/swig/noaa_swig.i b/gr-noaa/swig/noaa_swig.i
index 44f2e4723..e6497bc46 100644
--- a/gr-noaa/swig/noaa_swig.i
+++ b/gr-noaa/swig/noaa_swig.i
@@ -23,11 +23,13 @@
%include "gnuradio.i"
%{
+#include <noaa_hrpt_decoder.h>
#include <noaa_hrpt_deframer.h>
#include <noaa_hrpt_pll_cf.h>
#include <noaa_hrpt_sync_fb.h>
%}
+%include "noaa_hrpt_decoder.i"
%include "noaa_hrpt_deframer.i"
%include "noaa_hrpt_pll_cf.i"
%include "noaa_hrpt_sync_fb.i"