[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (33df8cb -> 58486e9)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (33df8cb -> 58486e9) |
Date: |
Wed, 22 Apr 2015 03:12:52 +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 33df8cb Merge branch 'master' into next
new a7489e5 Moved setting of d_finished from ctor to start()
new d972bc9 Merge remote-tracking branch
'mmueller/message_strobe_fix_restartable' into maint
new e61a5c8 pmt: use memcpy in uniform vector initializer for speed
increase
new b43c396 Merge branch 'maint'
new 2e2cc50 digital: wip: burst shaper compiles and installs
new 5f16e9d digital: wip: more progress
new 064b5e3 digital: burst_shaper block passes meaningful QA tests
new c6ab0f3 digital: added GRC example for burst shaper blocks
new cf62a81 digital: install burst shaper block example GRC
new d8a491f Merge remote-tracking branch 'nowls/burst_shaping'
new 58486e9 Merge branch 'master' into next
The 11 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:
gnuradio-runtime/lib/pmt/unv_template.cc.t | 3 +-
gr-blocks/lib/message_strobe_impl.cc | 3 +
gr-digital/examples/CMakeLists.txt | 7 +
.../examples/burst_shaper.grc | 575 +++++++++------------
gr-digital/grc/digital_burst_shaper.xml | 71 +++
gr-digital/include/gnuradio/digital/CMakeLists.txt | 1 +
.../include/gnuradio/digital/burst_shaper_XX.h.t | 115 +++++
gr-digital/lib/CMakeLists.txt | 1 +
gr-digital/lib/burst_shaper_XX_impl.cc.t | 329 ++++++++++++
gr-digital/lib/burst_shaper_XX_impl.h.t | 90 ++++
gr-digital/python/digital/qa_burst_shaper.py | 274 ++++++++++
gr-digital/swig/digital_swig.i | 6 +
12 files changed, 1144 insertions(+), 331 deletions(-)
copy gr-noaa/examples/hrpt_demod.grc => gr-digital/examples/burst_shaper.grc
(62%)
create mode 100644 gr-digital/grc/digital_burst_shaper.xml
create mode 100644 gr-digital/include/gnuradio/digital/burst_shaper_XX.h.t
create mode 100644 gr-digital/lib/burst_shaper_XX_impl.cc.t
create mode 100644 gr-digital/lib/burst_shaper_XX_impl.h.t
create mode 100755 gr-digital/python/digital/qa_burst_shaper.py
- [Commit-gnuradio] [gnuradio] branch next updated (33df8cb -> 58486e9),
git <=