[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 16/29: zmq: naming cleanup
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 16/29: zmq: naming cleanup |
Date: |
Tue, 13 Jan 2015 01:04:28 +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 dbf589a17aa159fc2e49e450ff638538cd144aee
Author: Tim O'Shea <address@hidden>
Date: Tue Dec 30 17:58:18 2014 +0100
zmq: naming cleanup
---
gr-zeromq/grc/zeromq_pull_msg_source.xml | 2 +-
gr-zeromq/grc/zeromq_push_msg_sink.xml | 2 +-
gr-zeromq/grc/zeromq_rep_msg_sink.xml | 2 +-
gr-zeromq/grc/zeromq_req_msg_source.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gr-zeromq/grc/zeromq_pull_msg_source.xml
b/gr-zeromq/grc/zeromq_pull_msg_source.xml
index 6b4fddd..c0a6ca5 100644
--- a/gr-zeromq/grc/zeromq_pull_msg_source.xml
+++ b/gr-zeromq/grc/zeromq_pull_msg_source.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<block>
- <name>ZMQ PULL Source</name>
+ <name>ZMQ PULL Message Source</name>
<key>zeromq_pull_msg_source</key>
<category>ZeroMQ Interfaces</category>
<import>from gnuradio import zeromq</import>
diff --git a/gr-zeromq/grc/zeromq_push_msg_sink.xml
b/gr-zeromq/grc/zeromq_push_msg_sink.xml
index 28544f0..65626c0 100644
--- a/gr-zeromq/grc/zeromq_push_msg_sink.xml
+++ b/gr-zeromq/grc/zeromq_push_msg_sink.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<block>
- <name>ZMQ PUSH Sink</name>
+ <name>ZMQ PUSH Message Sink</name>
<key>zeromq_push_msg_sink</key>
<category>ZeroMQ Interfaces</category>
<import>from gnuradio import zeromq</import>
diff --git a/gr-zeromq/grc/zeromq_rep_msg_sink.xml
b/gr-zeromq/grc/zeromq_rep_msg_sink.xml
index 0eb6c06..f978f44 100644
--- a/gr-zeromq/grc/zeromq_rep_msg_sink.xml
+++ b/gr-zeromq/grc/zeromq_rep_msg_sink.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<block>
- <name>ZMQ REP Sink</name>
+ <name>ZMQ REP Message Sink</name>
<key>zeromq_rep_msg_sink</key>
<category>ZeroMQ Interfaces</category>
<import>from gnuradio import zeromq</import>
diff --git a/gr-zeromq/grc/zeromq_req_msg_source.xml
b/gr-zeromq/grc/zeromq_req_msg_source.xml
index 1d40bf5..3ba7488 100644
--- a/gr-zeromq/grc/zeromq_req_msg_source.xml
+++ b/gr-zeromq/grc/zeromq_req_msg_source.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<block>
- <name>ZMQ REQ Source</name>
+ <name>ZMQ REQ Message Source</name>
<key>zeromq_req_msg_source</key>
<category>ZeroMQ Interfaces</category>
<import>from gnuradio import zeromq</import>
- [Commit-gnuradio] [gnuradio] branch master updated (5cb307e -> 1581681), git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 13/29: zmq: adding header information, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 11/29: zeromq: fix segfault in tag_headers, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 16/29: zmq: naming cleanup,
git <=
- [Commit-gnuradio] [gnuradio] 17/29: zmq: pull_msg_source should be working, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 20/29: zeromq: cleanup and convert pub_msg_sink to derive from gr::block, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 23/29: zeromq: cleanup and made pull_msg_source derive from gr::block, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 07/29: zmq: all source blocks should now support tag headers, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 06/29: zmq: hoisting tag parsing into helper function, should now be easy to use in other zmq blocks, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 14/29: zmq: Adding zmq pub/sub blocks for message passing, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 21/29: zeromq: cleanup and convert sub_msg_source to derive from gr::block, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 22/29: zeromq: cleanup and converted push_msg_sink to derive from gr::block, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 01/29: zmq: encoding tags into zmq stream, git, 2015/01/12
- [Commit-gnuradio] [gnuradio] 10/29: zeromq: fixups and stylistic changes before merge, git, 2015/01/12