aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/misc_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-111-10/+10
| | | | double, simplifies life
* usrp: fixed validate subdev spec typo for empty string casesJosh Blum2010-10-261-3/+3
|
* usrp: use a dash as the gain name prefix separator, removed RX/TX auto ↵Josh Blum2010-10-201-2/+2
| | | | suffix for XCVR board cnames
* usrp: use the dboard id to prefix the subdev gain group namesJosh Blum2010-10-201-2/+5
|
* uhd: added name parameter to gain group, get range, set/get value by nameJosh Blum2010-10-201-2/+2
|
* usrp: added subdev enabled propertyJosh Blum2010-09-301-0/+17
| | | | | | | | | | the dboard manager will disable all subdevs at startup and shutdown setting the subdev spec will enable only the subdevs in use all dboards are currently implemented as always enabled nothing tested
* usrp1: subdev spec tweaks and docsJosh Blum2010-08-301-2/+11
|
* usrp: rethrow validate subdev spec errors with additional infoJosh Blum2010-08-181-29/+36
|
* usrp: use different priority policies for gain group (rx vs tx)Josh Blum2010-08-151-4/+9
|
* usrp: moved usrp utils into public include spaceJosh Blum2010-08-151-1/+1
|
* usrp: give dboards a name (not a blank string), do automatic selection when ↵Josh Blum2010-08-151-5/+15
| | | | not provided
* usrp: added subdev spec verification functionsJosh Blum2010-08-111-0/+60
|
* usrp: codec gains, dont bind function pointers, also add prioritiesJosh Blum2010-07-281-14/+57
|
* usrp: added gain group support usrp2 dboard and to wrapper implementationsJosh Blum2010-07-271-0/+71