summaryrefslogtreecommitdiff
path: root/gr-blocks/grc
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2013-07-22 13:41:22 -0400
committerTom Rondeau <tom@trondeau.com>2013-07-22 13:42:43 -0400
commit341145f99fd353ce79a3ea2f0f6c2679822cd71e (patch)
treec85ed1ef32442101ae1f6358abf72ade7793c2b4 /gr-blocks/grc
parent7c9e104f4cfac04f8accab900d795ea569464a50 (diff)
blocks: modified tag_debug block to publish number of tags in it's input queue to ControlPort.
Also now respects display: off from GRC.
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r--gr-blocks/grc/blocks_tag_debug.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/grc/blocks_tag_debug.xml b/gr-blocks/grc/blocks_tag_debug.xml
index 929e53afed..bf2b4a7ec0 100644
--- a/gr-blocks/grc/blocks_tag_debug.xml
+++ b/gr-blocks/grc/blocks_tag_debug.xml
@@ -8,7 +8,7 @@
<name>Tag Debug</name>
<key>blocks_tag_debug</key>
<import>from gnuradio import blocks</import>
- <make>blocks.tag_debug($type.size*$vlen, $name)</make>
+ <make>blocks.tag_debug($type.size*$vlen, $name); self.$(id).set_display($display)</make>
<callback>set_display($display)</callback>
<param>
<name>Input Type</name>