aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/subdev_spec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-2/+2
|
* uhd: fixed maxosx bug, was resizing the transport bufferJosh Blum2011-01-261-1/+1
| | | | | | but it cant be resized on macos and I messed up the code that blocked that behavior reimplemented block in usrp2_impl, seems more correct here
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: integrated boost split or tokenizer into source files, remove string ↵Josh Blum2011-01-061-3/+9
| | | | split from algorithms header
* usrp: added subdev enabled propertyJosh Blum2010-09-301-0/+4
| | | | | | | | | | 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
* usrp: give dboards a name (not a blank string), do automatic selection when ↵Josh Blum2010-08-151-5/+1
| | | | not provided
* uhd: made split string utility functionJosh Blum2010-08-121-6/+3
|
* usrp: tweaks to subdev spec printingJosh Blum2010-08-061-1/+5
|
* uhd: created subdevice pair struct for subdev spec (easier than first/second)Josh Blum2010-08-061-6/+15
|
* usrp: added subdev spec class with parser to specify subdevice ↵Josh Blum2010-08-061-0/+64
specifications for channel config