[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>
- [Commit-gnuradio] [gnuradio] 19/29: Merge remote-tracking branch 'osh/zmqtags' into zmq_tags, (continued)
- [Commit-gnuradio] [gnuradio] 19/29: Merge remote-tracking branch 'osh/zmqtags' into zmq_tags, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 29/29: Merge branch 'maint', git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 26/29: zeromq: added msg passing example, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 03/29: zmq: default to not pass tags (compatible wire format), git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 02/29: zmq: tags should now be serializing and deserializing correctly for pub_sink/sub_source, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 27/29: zeromq: minor cleanup, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 25/29: zeromq: cleanup and made req_msg_source derive from gr::block, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 09/29: zmq: include pass_tags option default to false in all blocks' grc definitions, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 18/29: zmq: rep/req msg blocks now working, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 05/29: zmq: hoisting header encoding to helper function, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 04/29: zmq: adding pass tags option to zmq pub/sub block grc xml defs,
git <=
- [Commit-gnuradio] [gnuradio] 15/29: zmq: building working versions of additional zmq message blocks in place (push/pull + rep/req), git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 28/29: zeromq: added stream tag passing example, git, 2015/01/12