summaryrefslogtreecommitdiff
path: root/gr-zeromq/grc/zeromq_pull_source.xml
diff options
context:
space:
mode:
authorCamilo Solano <solano@ti.rwth-aachen.de>2014-05-06 18:38:43 +0200
committerCamilo Solano <solano@ti.rwth-aachen.de>2014-05-06 18:38:43 +0200
commitedd1405c7f2bcd79e8fb5aa72189e13a37c1ed02 (patch)
treeb177320d78a4fbb897d2c60daa6787078967412e /gr-zeromq/grc/zeromq_pull_source.xml
parentaec45a60b208d045daf766b18631159094cb1042 (diff)
Add vlen
Diffstat (limited to 'gr-zeromq/grc/zeromq_pull_source.xml')
-rw-r--r--gr-zeromq/grc/zeromq_pull_source.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/gr-zeromq/grc/zeromq_pull_source.xml b/gr-zeromq/grc/zeromq_pull_source.xml
index 7ca14fc2a3..72625ee7be 100644
--- a/gr-zeromq/grc/zeromq_pull_source.xml
+++ b/gr-zeromq/grc/zeromq_pull_source.xml
@@ -4,7 +4,7 @@
<key>zeromq_pull_source</key>
<category>ZeroMQ Interfaces</category>
<import>from gnuradio import zeromq</import>
- <make>zeromq.pull_source($type.itemsize, $address, $timeout)</make>
+ <make>zeromq.pull_source($type.itemsize, $vlen, $address, $timeout)</make>
<param>
<name>IO Type</name>
@@ -38,6 +38,13 @@
</param>
<param>
+ <name>Vec Length</name>
+ <key>vlen</key>
+ <value>1</value>
+ <type>int</type>
+ </param>
+
+ <param>
<name>Address</name>
<key>address</key>
<type>string</type>