commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (efd2116 -> 06a7a77)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (efd2116 -> 06a7a77)
Date: Thu, 30 Apr 2015 23:01:13 +0000 (UTC)

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

jcorgan pushed a change to branch master
in repository gnuradio.

      from  efd2116   Merge branch 'maint'
       new  abd0b89   uhd: Refactored usrp_{sink,source} blocks
       new  0e60616   uhd: Updated USRP block documentation
       new  06a7a77   Merge remote-tracking branch 'mbr0wn/uhd/refactor-blocks'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gr-uhd/doc/uhd.dox                                 |  13 +-
 gr-uhd/examples/grc/uhd_msg_tune.grc               | 451 ++++++++++++-----
 gr-uhd/include/gnuradio/uhd/CMakeLists.txt         |   1 +
 .../gnuradio/uhd/{usrp_sink.h => usrp_block.h}     | 283 ++++-------
 gr-uhd/include/gnuradio/uhd/usrp_sink.h            | 540 +++------------------
 gr-uhd/include/gnuradio/uhd/usrp_source.h          | 467 ++----------------
 gr-uhd/lib/CMakeLists.txt                          |   1 +
 gr-uhd/lib/usrp_block_impl.cc                      | 428 ++++++++++++++++
 gr-uhd/lib/usrp_block_impl.h                       | 199 ++++++++
 gr-uhd/lib/usrp_common.h                           | 211 --------
 gr-uhd/lib/usrp_sink_impl.cc                       | 293 +----------
 gr-uhd/lib/usrp_sink_impl.h                        |  48 +-
 gr-uhd/lib/usrp_source_impl.cc                     | 270 +----------
 gr-uhd/lib/usrp_source_impl.h                      |  47 +-
 gr-uhd/swig/uhd_swig.i                             |   2 +
 15 files changed, 1185 insertions(+), 2069 deletions(-)
 copy gr-uhd/include/gnuradio/uhd/{usrp_sink.h => usrp_block.h} (68%)
 create mode 100644 gr-uhd/lib/usrp_block_impl.cc
 create mode 100644 gr-uhd/lib/usrp_block_impl.h
 delete mode 100644 gr-uhd/lib/usrp_common.h



reply via email to

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