aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/io_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp1: Remove unused overrun/underrun poll variableThomas Tsou2010-08-241-2/+0
| | | | | | The polling inverval for overrun and underrun checking is rate dependent and calculated in the dsp code whenever the interpolation or decimation is changed.
* usrp1: Cleanup unnecessary state variablesThomas Tsou2010-08-241-12/+22
|
* usrp1: Refactor I/O implementationThomas Tsou2010-08-231-130/+207
|
* usrp1: Make underrun/overrun checking rate dependentThomas Tsou2010-08-191-10/+22
| | | | Calculate a polling interval based on the sample rate and size.
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+229