summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/code_generator.py
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@kit.edu>2013-03-17 02:27:01 +0100
committerMartin Braun <martin.braun@kit.edu>2013-03-17 15:54:28 +0100
commit60a457d53dc8e4e102f65831ccaf1ef4a683fd9d (patch)
tree41910ae7231c5fbfe6295d136105d020cbfe1ecd /gr-utils/python/modtool/code_generator.py
parent046f442fe430a7f8d9b7c1d48422e72aeeeeab13 (diff)
modtool: added tagged_stream block as an option
Diffstat (limited to 'gr-utils/python/modtool/code_generator.py')
-rw-r--r--gr-utils/python/modtool/code_generator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-utils/python/modtool/code_generator.py b/gr-utils/python/modtool/code_generator.py
index 525b3d1e9a..fbe9aa92c2 100644
--- a/gr-utils/python/modtool/code_generator.py
+++ b/gr-utils/python/modtool/code_generator.py
@@ -37,6 +37,7 @@ class GRMTemplate(Cheetah.Template.Template):
'decimator': 'gr_sync_decimator',
'interpolator': 'gr_sync_interpolator',
'general': 'gr_block',
+ 'tagged_stream': 'gr_tagged_stream_block',
'hier': 'gr_hier_block2',
'noblock': ''}
searchList['str_to_fancyc_comment'] = str_to_fancyc_comment