summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/uhd_single_usrp_source.cc
AgeCommit message (Collapse)Author
2011-01-19uhd: move tags functionality into its own sub-class that is enabled by ↵Josh Blum
preferences remove private variables from header interface subclassed single source impl with overloaded work function
2011-01-19uhd: replace gain floats with doubles to reflect new uhd apiJosh Blum
2011-01-19uhd: use the actual device and io types, do hacks in the init.py, also use ↵Josh Blum
clock config convenience
2010-12-30Adding tags back into UHD source. If a packet received from a UHD source has ↵Tom Rondeau
a timestamp, we create a tag from it and pass it down the line. If no timestamp, produce no tags. This should not affect behavior of the UHD single source for those not dealing with tags.
2010-10-25uhd: move tune functions to tune_request and provide wrapper for simple caseJosh Blum
2010-10-19uhd: implement set bandwidth for uhd blocks, remove chan=0 default for multi ↵Josh Blum
blocks
2010-10-18uhd: renamed make function params, cleanup, clock config for multi usrpJosh Blum
2010-10-18uhd: filled in multi usrp code and swig fileJosh Blum
2010-10-18uhd: removed utils warning functions, moved into the lower level wrappersJosh Blum
2010-10-14uhd: use start and stop methods for single source/sink blocksJosh Blum
2010-09-24uhd: handle error codes in uhd source blocksJosh Blum
2010-09-23uhd: multi channel single usrp source and sink workingJosh Blum
2010-09-20uhd: work on uhd single usrp wrapperJosh Blum