diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-09-16 15:16:13 -0400 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-09-17 10:32:06 -0400 |
commit | f2a2a8f2e9c70aa729244fc574211753aa4bf158 (patch) | |
tree | 1b014891210c653b20351859b0ac597a4ee2a921 | |
parent | 9dcb5067c55a0630c9edca6b62a32b1f8e633930 (diff) |
blocks: Added callback to vector source GRC bindings
-rw-r--r-- | gr-blocks/grc/blocks_vector_source_x.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/grc/blocks_vector_source_x.xml b/gr-blocks/grc/blocks_vector_source_x.xml index 6de3f5b184..c8714978ae 100644 --- a/gr-blocks/grc/blocks_vector_source_x.xml +++ b/gr-blocks/grc/blocks_vector_source_x.xml @@ -9,6 +9,7 @@ <key>blocks_vector_source_x</key> <import>from gnuradio import blocks</import> <make>blocks.vector_source_$(type.fcn)($vector, $repeat, $vlen, $tags)</make> + <callback>set_data($vector)</callback> <param> <name>Output Type</name> <key>type</key> |