diff options
author | Nick Foster <nick@ettus.com> | 2012-07-19 19:15:29 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-07-19 19:27:53 -0400 |
commit | 494b13ab6e5b342e03e3e3202dea9c3a85ff46e1 (patch) | |
tree | 4591c42c8c2b65c46934830e8fadb421865d42bb /grc | |
parent | 7c8347ca47b51ddaef03ab1804a3d37716870643 (diff) |
core: added message source that takes in tags for controlling bursts.
Diffstat (limited to 'grc')
-rw-r--r-- | grc/blocks/block_tree.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/blocks/block_tree.xml b/grc/blocks/block_tree.xml index f94bd30bdf..3b5491a745 100644 --- a/grc/blocks/block_tree.xml +++ b/grc/blocks/block_tree.xml @@ -20,6 +20,7 @@ <block>gr_udp_source</block> <block>gr_wavfile_source</block> <block>gr_message_source</block> + <block>gr_message_burst_source</block> <block>pad_source</block> <block>virtual_source</block> </cat> |