commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 27/46: Merge remote-tracking branch 'iohann


From: git
Subject: [Commit-gnuradio] [gnuradio] 27/46: Merge remote-tracking branch 'iohannez/vlen' into zeromq
Date: Fri, 16 May 2014 19:37:15 +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 a3127199b8a380ff8abeaa572da1e191a9b396ea
Merge: ddb4c1d a036dd2
Author: Johnathan Corgan <address@hidden>
Date:   Wed May 7 11:36:10 2014 -0700

    Merge remote-tracking branch 'iohannez/vlen' into zeromq

 gr-zeromq/examples/zeromq_pushpull.grc          | 477 ++++++++++++++++++++++++
 gr-zeromq/examples/zeromq_reqrep.grc            | 477 ++++++++++++++++++++++++
 gr-zeromq/include/gnuradio/zeromq/pub_sink.h    |   3 +-
 gr-zeromq/include/gnuradio/zeromq/pull_source.h |   1 +
 gr-zeromq/include/gnuradio/zeromq/push_sink.h   |   1 +
 gr-zeromq/include/gnuradio/zeromq/rep_sink.h    |   1 +
 gr-zeromq/include/gnuradio/zeromq/req_source.h  |   2 +-
 gr-zeromq/lib/pub_sink_impl.cc                  |  14 +-
 gr-zeromq/lib/pub_sink_impl.h                   |   3 +-
 gr-zeromq/lib/pull_source_impl.cc               |  29 +-
 gr-zeromq/lib/pull_source_impl.h                |   1 +
 gr-zeromq/lib/push_sink_impl.cc                 |   9 +-
 gr-zeromq/lib/push_sink_impl.h                  |   1 +
 gr-zeromq/lib/rep_sink_impl.cc                  |  10 +-
 gr-zeromq/lib/rep_sink_impl.h                   |   1 +
 gr-zeromq/lib/req_source_impl.cc                |  27 +-
 gr-zeromq/lib/req_source_impl.h                 |   1 +
 gr-zeromq/python/zeromq/qa_zeromq_pushpull.py   |  50 +++
 gr-zeromq/python/zeromq/qa_zeromq_reqrep.py     |  50 +++
 19 files changed, 1111 insertions(+), 47 deletions(-)




reply via email to

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