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 "GNU Radio block for interfacing with various radio hardware".
The branch, soapy_support has been updated
via 2a2236cc9e97581e59cfc8018bd03d90659e6acc (commit)
from 3511defbf42a3f8cf0fd74b8ae19869406f18b6f (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=2a2236cc9e97581e59cfc8018bd03…
commit 2a2236cc9e97581e59cfc8018bd03d90659e6acc
Author: Josh Blum <josh(a)joshknows.com>
Date: Thu Feb 2 11:33:34 2017 -0800
soapy: support step size in gain ranges
* This change is backwards compatible and checks for API support for step size.
* Created soapy_common.cc/h to house common gain range functions
* Moved factory mutex declaration to common source files as well
-----------------------------------------------------------------------
Summary of changes:
lib/soapy/CMakeLists.txt | 1 +
.../example/aadvark.h => lib/soapy/soapy_common.cc | 45 +++++++++++-----------
include/osmosdr/api.h => lib/soapy/soapy_common.h | 31 +++++++++------
lib/soapy/soapy_sink_c.cc | 13 ++-----
lib/soapy/soapy_source_c.cc | 9 ++---
5 files changed, 50 insertions(+), 49 deletions(-)
copy docs/doxygen/doxyxml/example/aadvark.h => lib/soapy/soapy_common.cc (53%)
copy include/osmosdr/api.h => lib/soapy/soapy_common.h (55%)
hooks/post-receive
--
GNU Radio block for interfacing with various radio hardware