diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 22:01:23 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 22:01:23 -0500 |
commit | 65700040d6b11da91e681e33f3b5368e2a294eb5 (patch) | |
tree | 1f7edf7862c6d9153745501f9702a2f046052b8c /gr-blocks/swig | |
parent | 6817cb4e27511562923fb670a66c7c691cfdd0ac (diff) | |
parent | 6e5dfe1a3e2613df24fd1b47f5eb764eaf3dbd9f (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-blocks/swig')
-rw-r--r-- | gr-blocks/swig/blocks_swig.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/swig/blocks_swig.i b/gr-blocks/swig/blocks_swig.i index 867dd5e855..94cebd1a46 100644 --- a/gr-blocks/swig/blocks_swig.i +++ b/gr-blocks/swig/blocks_swig.i @@ -52,6 +52,7 @@ #include "blocks/argmax_fs.h" #include "blocks/argmax_is.h" #include "blocks/argmax_ss.h" +#include "blocks/burst_tagger.h" #include "blocks/char_to_float.h" #include "blocks/char_to_short.h" #include "blocks/complex_to_interleaved_short.h" @@ -203,6 +204,7 @@ %include "blocks/argmax_is.h" %include "blocks/argmax_ss.h" %include "blocks/char_to_float.h" +%include "blocks/burst_tagger.h" %include "blocks/char_to_short.h" %include "blocks/complex_to_interleaved_short.h" %include "blocks/complex_to_float.h" @@ -351,6 +353,7 @@ GR_SWIG_BLOCK_MAGIC2(blocks, and_const_ii); GR_SWIG_BLOCK_MAGIC2(blocks, argmax_fs); GR_SWIG_BLOCK_MAGIC2(blocks, argmax_is); GR_SWIG_BLOCK_MAGIC2(blocks, argmax_ss); +GR_SWIG_BLOCK_MAGIC2(blocks, burst_tagger); GR_SWIG_BLOCK_MAGIC2(blocks, char_to_float); GR_SWIG_BLOCK_MAGIC2(blocks, char_to_short); GR_SWIG_BLOCK_MAGIC2(blocks, complex_to_interleaved_short); |