commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3.7.2git-206-g17f0d9c
Date: Fri, 8 Nov 2013 21:46:21 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".

The branch, master has been updated
       via  17f0d9cbf568753765c5dbad8099ceb91827e094 (commit)
       via  dbb21871369d39e027ed850eed82cdd101a1e951 (commit)
       via  917fb98fdd6f706a58dae515fc0e28fa5ac3b906 (commit)
       via  173b9fc9785cc2f8d11bbd965ca56e05e4e4e3e0 (commit)
       via  d9168b34dbc1aeeda7077ede8c9534fabb1e7518 (commit)
      from  5997f309e8209219851bb62b7e76184395b8630b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 .../include/gnuradio/analog/fastnoise_source_X.h.t |    2 +
 gr-analog/lib/fastnoise_source_X_impl.cc.t         |   30 +++-
 gr-analog/lib/fastnoise_source_X_impl.h.t          |    3 +
 gr-channels/grc/channels_block_tree.xml            |    7 +
 gr-channels/grc/channels_cfo_model.xml             |   49 ++++++
 gr-channels/grc/channels_dynamic_channel_model.xml |  129 ++++++++++++++++
 gr-channels/grc/channels_sro_model.xml             |   49 ++++++
 gr-channels/include/gnuradio/channels/cfo_model.h  |   69 +++++++++
 .../gnuradio/channels/dynamic_channel_model.h      |   96 ++++++++++++
 gr-channels/include/gnuradio/channels/sro_model.h  |   67 +++++++++
 gr-channels/lib/CMakeLists.txt                     |    3 +
 gr-channels/lib/cfo_model_impl.cc                  |  108 ++++++++++++++
 gr-channels/lib/cfo_model_impl.h                   |   63 ++++++++
 gr-channels/lib/dynamic_channel_model_impl.cc      |  101 +++++++++++++
 gr-channels/lib/dynamic_channel_model_impl.h       |   76 ++++++++++
 gr-channels/lib/sro_model_impl.cc                  |  156 ++++++++++++++++++++
 gr-channels/lib/sro_model_impl.h                   |   72 +++++++++
 gr-channels/swig/channels_swig.i                   |    9 +
 grc/base/Block.py                                  |   10 ++
 grc/python/flow_graph.tmpl                         |    3 +
 20 files changed, 1097 insertions(+), 5 deletions(-)
 create mode 100644 gr-channels/grc/channels_cfo_model.xml
 create mode 100644 gr-channels/grc/channels_dynamic_channel_model.xml
 create mode 100644 gr-channels/grc/channels_sro_model.xml
 create mode 100644 gr-channels/include/gnuradio/channels/cfo_model.h
 create mode 100644 
gr-channels/include/gnuradio/channels/dynamic_channel_model.h
 create mode 100644 gr-channels/include/gnuradio/channels/sro_model.h
 create mode 100644 gr-channels/lib/cfo_model_impl.cc
 create mode 100644 gr-channels/lib/cfo_model_impl.h
 create mode 100644 gr-channels/lib/dynamic_channel_model_impl.cc
 create mode 100644 gr-channels/lib/dynamic_channel_model_impl.h
 create mode 100644 gr-channels/lib/sro_model_impl.cc
 create mode 100644 gr-channels/lib/sro_model_impl.h


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

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