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 "GNURadio hardware abstraction block".
The branch, master has been updated
via aa4094b3fd103a5b7fbcd3b8a0e225cfe70a6c6f (commit)
from da27f3fb0a614c2cb9f5f867be8df77f53058f28 (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 -----------------------------------------------------------------
http://cgit.osmocom.org/gr-osmosdr/commit/?id=aa4094b3fd103a5b7fbcd3b8a0e22…
commit aa4094b3fd103a5b7fbcd3b8a0e225cfe70a6c6f
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Sat May 3 22:25:23 2014 +0200
introduce time & clock synchronisation APIs
-----------------------------------------------------------------------
Summary of changes:
grc/gen_osmosdr_blocks.py | 97 +++++++++++++++++++++++-
include/osmosdr/CMakeLists.txt | 1 +
include/osmosdr/ranges.h | 6 ++
include/osmosdr/sink.h | 98 +++++++++++++++++++++++++
include/osmosdr/source.h | 98 +++++++++++++++++++++++++
include/osmosdr/time_spec.h | 141 +++++++++++++++++++++++++++++++++++
lib/CMakeLists.txt | 62 ++++++++++++++++
lib/sink_iface.h | 110 +++++++++++++++++++++++++++
lib/sink_impl.cc | 101 ++++++++++++++++++++++++-
lib/sink_impl.h | 14 ++++
lib/source_iface.h | 110 +++++++++++++++++++++++++++
lib/source_impl.cc | 101 ++++++++++++++++++++++++-
lib/source_impl.h | 14 ++++
lib/time_spec.cc | 163 +++++++++++++++++++++++++++++++++++++++++
lib/uhd/uhd_sink_c.cc | 67 +++++++++++++++++
lib/uhd/uhd_sink_c.h | 14 ++++
lib/uhd/uhd_source_c.cc | 67 +++++++++++++++++
lib/uhd/uhd_source_c.h | 14 ++++
swig/osmosdr_swig.i | 27 +++++++
19 files changed, 1302 insertions(+), 3 deletions(-)
create mode 100644 include/osmosdr/time_spec.h
create mode 100644 lib/time_spec.cc
hooks/post-receive
--
GNURadio hardware abstraction block