summaryrefslogtreecommitdiff
path: root/gr-uhd/lib
AgeCommit message (Collapse)Author
2012-01-26uhd: add utility function to convert raw gr_message to async_metadata_tJohnathan Corgan
2011-12-13uhd: added a finite acquisition call to usrp sourceJosh Blum
2011-11-27uhd: cleanup some -Wall warningsJosh Blum
2011-11-07uhd: rebase tweaks + update on command featureJosh Blum
2011-11-07uhd: added set for RX/TX iq balance and dc offsetJosh Blum
2011-11-07uhd: added set/get time/clock source callsJosh Blum
2011-11-07uhd: added get_samp_rates callsJosh Blum
2011-11-07uhd: restored source block recv single packet functionalityJosh Blum
2011-11-07uhd: backwards compat work which support streamer APIJosh Blum
2011-11-03uhd: added buffer flush when source block is stoppedJosh Blum
This is useful for re-running the flowgraph, and avoids the problem of old data on the next run.
2011-10-23the librariesJosh Blum
2011-10-19tags: made tags object orientedJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-26Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-09-26uhd: can't be const to go into tag_work, which might change it.Tom Rondeau
2011-09-26uhd: tweaks for some minor detailsJosh Blum
2011-09-24uhd: tweaks + tested working tags implementationJosh Blum
2011-09-24uhd: added documentation and tag implementationsJosh Blum
2011-09-24gr-uhd: remove unused _tmp_buffs variableThomas Tsou
The code section that used this variable was removed in Commit 081497e7 "uhd: work on gr_uhd_source work() function to reduce latency"
2011-08-20uhd: changes to support amsg block w/ cmakeJosh Blum
2011-08-20Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-08-19Merge remote branch 'ttsou/async'Johnathan Corgan
2011-08-19Revert "gr-uhd: post received async messages to user supplied msg queue"Johnathan Corgan
This reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655.
2011-08-19gr-uhd: add async metadata source blockThomas Tsou
Add asynchronous message "block" that is independent of normal gnuradio scheduler. The block instantiates a thread to wait for asynchronous messages from UHD and encapsulates them in a gr_message posted into a message queue. The interface is empty because the block is internally driven and accessed through the the constructor specified message queue.
2011-08-13gr-uhd: post received async messages to user supplied msg queueJohnathan Corgan
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum
2011-06-14uhd: simplify the work function, added TODOs for tagsJosh Blum
2011-04-18Expose named gain stages in gr-uhd via swigJason Abele
2011-03-30build: add missing linker defines for Win32Don Ward
2011-03-28uhd: cleanup uhd usrp source/sink with virtual inheritanceJosh Blum
The uhd block implementations now inherit from sync block. And the redundant constructor in source/sink has been removed.
2011-03-01uhd: work on gr_uhd_source work() function to reduce latencyJosh Blum
Wait on a single packet to become ready, then receive available packets without timeout.
2011-02-28uhd: only set has_time_spec when nchan > 1Josh Blum
Its important for multi-channel continuous, but not wanted in single-channel non-continuous.
2011-02-25uhd: added sensors api to gr-uhd blocks and swig supportJosh Blum
2011-02-25uhd: fix export typo and specify export define when building libJosh Blum
2011-02-11uhd: added mboard param to get time now and added get time last ppsJosh Blum
2011-02-10uhd: added set and get clock rates to gr-uhd blocks and grc wrappersJosh Blum
2011-02-10uhd: replaced multi/single usrp stuff with just one usrp wrapperJosh Blum
2011-02-08uhd: channel = 0 defaults for single interfaces get_dboard_ifaceJosh Blum
2011-02-08Added first pass at swigging dboard ifaceJason Abele
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
2011-01-19uhd: added export macros (not used now) and updated copyright datesJosh Blum
2011-01-19uhd: multi device, set timestamps without SOB on every burst in the work ↵Josh Blum
function
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-12-05uhd: reverting tag changes on uhd single usrp source, there seems to be ↵Josh Blum
issues with the work() logic
2010-12-05uhd: removed default value chan=0 in the cc filesJosh Blum
2010-12-01uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXMEJosh Blum
2010-12-01uhd: default channel params to zero for single source and sink blocksJosh Blum
2010-11-30Swapping out preset keys until I work out some of their issues.Tom Rondeau