commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 04/29: zmq: adding pass tags option to zmq


From: git
Subject: [Commit-gnuradio] [gnuradio] 04/29: zmq: adding pass tags option to zmq pub/sub block grc xml defs
Date: Tue, 13 Jan 2015 01:04:26 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit bd90b2505476af3e07ac882ff9f810e8d457bdb6
Author: Tim O'Shea <address@hidden>
Date:   Mon Oct 27 17:03:36 2014 -0400

    zmq: adding pass tags option to zmq pub/sub block grc xml defs
---
 gr-zeromq/grc/zeromq_pub_sink.xml   | 9 ++++++++-
 gr-zeromq/grc/zeromq_sub_source.xml | 9 ++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/gr-zeromq/grc/zeromq_pub_sink.xml 
b/gr-zeromq/grc/zeromq_pub_sink.xml
index e78cd58..7babc9e 100644
--- a/gr-zeromq/grc/zeromq_pub_sink.xml
+++ b/gr-zeromq/grc/zeromq_pub_sink.xml
@@ -4,7 +4,7 @@
   <key>zeromq_pub_sink</key>
   <category>ZeroMQ Interfaces</category>
   <import>from gnuradio import zeromq</import>
-  <make>zeromq.pub_sink($type.itemsize, $vlen, $address, $timeout)</make>
+  <make>zeromq.pub_sink($type.itemsize, $vlen, $address, $timeout, 
$pass_tags)</make>
 
   <param>
     <name>IO Type</name>
@@ -57,6 +57,13 @@
     <type>float</type>
   </param>
 
+  <param>
+    <name>Pass Tags</name>
+    <key>pass_tags</key>
+    <value>False</value>
+    <type>bool</type>
+  </param>
+
   <sink>
     <name>in</name>
     <type>$type</type>
diff --git a/gr-zeromq/grc/zeromq_sub_source.xml 
b/gr-zeromq/grc/zeromq_sub_source.xml
index 2ec8cfa..86af506 100644
--- a/gr-zeromq/grc/zeromq_sub_source.xml
+++ b/gr-zeromq/grc/zeromq_sub_source.xml
@@ -4,7 +4,7 @@
   <key>zeromq_sub_source</key>
   <category>ZeroMQ Interfaces</category>
   <import>from gnuradio import zeromq</import>
-  <make>zeromq.sub_source($type.itemsize, $vlen, $address, $timeout)</make>
+  <make>zeromq.sub_source($type.itemsize, $vlen, $address, $timeout, 
$pass_tags)</make>
 
   <param>
     <name>IO Type</name>
@@ -57,6 +57,13 @@
     <type>float</type>
   </param>
 
+  <param>
+    <name>Pass Tags</name>
+    <key>pass_tags</key>
+    <value>False</value>
+    <type>bool</type>
+  </param>
+
   <source>
     <name>out</name>
     <type>$type</type>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]