summaryrefslogtreecommitdiff
path: root/gr-blocks/swig
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-06 16:54:20 -0500
committerTom Rondeau <trondeau@vt.edu>2013-03-06 16:54:20 -0500
commitdc44e9b9d9bc0b6cd88cafe88efb5bcb0fe8ab64 (patch)
tree0355fe948c6c939f1c5c92409a1efddb6468a12f /gr-blocks/swig
parent9cfd03bd98693e62c6898f18d90d5d08f4d5c102 (diff)
blocks: moving tag_debug block to gr-blocks.
Diffstat (limited to 'gr-blocks/swig')
-rw-r--r--gr-blocks/swig/blocks_swig.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/swig/blocks_swig.i b/gr-blocks/swig/blocks_swig.i
index bd34351b95..456eccc194 100644
--- a/gr-blocks/swig/blocks_swig.i
+++ b/gr-blocks/swig/blocks_swig.i
@@ -162,6 +162,7 @@
#include "blocks/sub_ss.h"
#include "blocks/sub_ii.h"
#include "blocks/sub_cc.h"
+#include "blocks/tag_debug.h"
#include "blocks/tagged_stream_to_pdu.h"
#include "blocks/threshold_ff.h"
#include "blocks/throttle.h"
@@ -284,6 +285,7 @@
%include "blocks/packed_to_unpacked_ss.h"
%include "blocks/packed_to_unpacked_ii.h"
%include "blocks/patterned_interleaver.h"
+%include "blocks/tag_debug.h"
%include "blocks/pdu_to_tagged_stream.h"
%include "blocks/peak_detector_fb.h"
%include "blocks/peak_detector_ib.h"
@@ -457,6 +459,7 @@ GR_SWIG_BLOCK_MAGIC2(blocks, sub_ff);
GR_SWIG_BLOCK_MAGIC2(blocks, sub_ss);
GR_SWIG_BLOCK_MAGIC2(blocks, sub_ii);
GR_SWIG_BLOCK_MAGIC2(blocks, sub_cc);
+GR_SWIG_BLOCK_MAGIC2(blocks, tag_debug);
GR_SWIG_BLOCK_MAGIC2(blocks, tagged_stream_to_pdu);
GR_SWIG_BLOCK_MAGIC2(blocks, threshold_ff);
GR_SWIG_BLOCK_MAGIC2(blocks, throttle);