diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2015-01-29 10:30:09 -0500 |
---|---|---|
committer | Tim O'Shea <tim.oshea753@gmail.com> | 2015-01-29 10:30:09 -0500 |
commit | 9581348d0263fae49bc63f95c9b3a5e46e8afa16 (patch) | |
tree | f70d0f2598651a6520438e183d1cc01f77bdbff6 /gr-blocks/grc | |
parent | 620817ede54bbb89bff449fccfc999c1e6e7887b (diff) |
blocks: add message output port to probe_rate block
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r-- | gr-blocks/grc/blocks_probe_rate.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-blocks/grc/blocks_probe_rate.xml b/gr-blocks/grc/blocks_probe_rate.xml index 08df23e0d2..f79444c137 100644 --- a/gr-blocks/grc/blocks_probe_rate.xml +++ b/gr-blocks/grc/blocks_probe_rate.xml @@ -63,4 +63,9 @@ <type>$type</type> <vlen>$vlen</vlen> </sink> + <source> + <name>rate</name> + <type>message</type> + <optional>1</optional> + </source> </block> |