[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (4bf227c -> 7ef4258)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (4bf227c -> 7ef4258) |
Date: |
Thu, 30 Apr 2015 23:01:14 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch next
in repository gnuradio.
from 4bf227c Merge branch 'master' into next
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'
new 7ef4258 Merge branch 'master' into next
The 4 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 | 297 +-----------
gr-uhd/lib/usrp_sink_impl.h | 48 +-
gr-uhd/lib/usrp_source_impl.cc | 274 +----------
gr-uhd/lib/usrp_source_impl.h | 47 +-
gr-uhd/swig/uhd_swig.i | 2 +
15 files changed, 1189 insertions(+), 2073 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
- [Commit-gnuradio] [gnuradio] branch next updated (4bf227c -> 7ef4258),
git <=