summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/uhd_simple_source.cc
Commit message (Collapse)AuthorAgeFilesLines
* uhd: removed utils warning functions, moved into the lower level wrappersJosh Blum2010-10-181-3/+3
|
* uhd: handle error codes in uhd source blocksJosh Blum2010-09-241-1/+18
|
* uhd: added subdev spec setting to gr-uhd blocks, and simple uhd grc wrappers ↵Josh Blum2010-08-051-0/+4
| | | | (mimo coming)
* uhd: better error messages for tune and set sample rateJosh Blum2010-07-221-2/+4
|
* uhd: added call to readback time registers, work on locking clocks in mimo ↵Josh Blum2010-07-041-0/+4
| | | | config
* uhd mimo: created mimo source and sink block for gr-uhdJosh Blum2010-07-021-3/+3
|
* uhd: added calls to set time and clock configJosh Blum2010-06-301-0/+12
|
* using the send and recv full buffer modes, avoids extra loop in implementationJosh Blum2010-05-181-22/+9
|
* Added call to get access to the underlying uhd simple usrp object.Josh Blum2010-04-271-89/+106
| | | | | Made the simple uhd source and sink into mostly virtual classes with the implementation within the cc files.
* added more access methods to uhd source and sinkJosh Blum2010-04-141-1/+30
|
* fix for paradigm shiftJosh Blum2010-04-051-4/+4
|
* Use simple usrp from uhd.Josh Blum2010-04-011-1/+1
|
* gr-uhd working with io typeJosh Blum2010-03-301-8/+6
|
* added swig includes and tune result returnJosh Blum2010-03-291-2/+2
|
* using new streaming apiJosh Blum2010-03-261-7/+11
|
* added set center freq callJosh Blum2010-03-161-0/+4
|
* Added samp rate param and using the simple device from uhdJosh Blum2010-03-101-16/+17
|
* removed timeout from hereJosh Blum2010-03-041-16/+3
|
* Got the source and sink working with current uhd.Josh Blum2010-03-031-7/+14
|
* Added the uhd simple sink lib block, swig wrapper, grc wrapper.Josh Blum2010-03-021-17/+4
| | | | It seems to work, but still getting the kinks out of tx->usrp2
* using samples prop, added unchecked in files for utils and grc rx wrapperJosh Blum2010-03-011-2/+4
|
* recv noise with uhdJosh Blum2010-03-011-8/+48
|
* Created simple source (with nothing in it) and some swig build stuff.Josh Blum2010-02-261-0/+81
Seems to work and compile