Commit graph

12 commits

Author SHA1 Message Date
Josh Blum
c8dca30d72 uhd: replaced many conditional prints with UHD_LOG usage 2011-05-04 15:27:11 -07:00
Josh Blum
1526889803 uhd: switch algorithm namespace to uhd 2011-02-24 17:28:10 -08:00
Josh Blum
16f08844d7 uhd: renamed the assert header to assert has
only the assert has implementation is in this header

uhd assert throw moved to the exception header

updated code base includes to match
2011-02-24 14:54:24 -08:00
Josh Blum
395bbbbc11 uhd: replace all the instances of float not pertaining to io types with double, simplifies life 2011-01-11 19:46:45 -08:00
Josh Blum
a076dc12aa uhd: update copyright dates 2011-01-05 20:49:45 -08:00
Josh Blum
283067dea2 uhd: replaced templated ranges with one range thing using doubles only to avoid trouble with compiler portability 2011-01-05 12:17:06 -08:00
Josh Blum
08dfff3798 uhd: created a meta range that is a range of ranges for gains and freqs
created a templated range that that holds a start, stop, and step

created a meta-range template that is a vector of ranges
meta-range can calculate the overall start, stop, step
or be indexed to get at components

replaced instances of range.min, max, step with the functions
start() stop() and step()

the xcvr frequency range is now expressed in as two ranges
(have to fix its clip function though)
2010-11-10 19:29:06 -08:00
Josh Blum
26aef3bae9 uhd: added name parameter to gain group, get range, set/get value by name 2010-10-20 15:32:41 -07:00
Josh Blum
ef6953024f uhd: created floor_step to handle floating-point errors in gain group 2010-08-12 00:47:28 -07:00
Josh Blum
1c241c282e uhd: fix device recv docs on timeout, also fix typo 2010-08-08 11:03:38 -07:00
Josh Blum
d1711722dd uhd: use int to round down for gain group 2010-08-06 15:02:33 -07:00
Josh Blum
8e1d51d628 Merge branch 'master' into codec_gains
Conflicts:
	host/lib/CMakeLists.txt
	host/lib/utils/gain_handler.cpp
2010-08-04 16:33:49 -07:00