diff options
author | Johnathan Corgan | 2009-09-20 19:32:30 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-09-20 19:32:30 -0700 |
commit | f8fcb642dabca11870886c53dfdff66c86774db0 (patch) | |
tree | 012cd20603f4e38f5e50b41f08eac578d1ec7480 /gr-noaa/swig/noaa_swig.i | |
parent | 789435387ab3a886cd33304f4f47d60456765b70 (diff) | |
download | gnuradio-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.i | 2 |
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" |