summaryrefslogtreecommitdiff
path: root/gr-uhd/include
AgeCommit message (Collapse)Author
2012-09-29uhd: provide source block hook for issue stream cmdJosh Blum
2012-06-20uhd: added rx tagging for changes in sample rate and center freqJosh Blum
2012-04-26gr-uhd: updated USRP Sink and USRP Source help messagesNicholas Corgan
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-05Merge branch 'master' into nextJohnathan Corgan
2012-04-05gr-uhd: minor aesthetic and consistency changesNicholas Corgan
2012-04-04Merge branch 'master' into nextJohnathan Corgan
2012-04-04gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵Nicholas Corgan
user's UHD version and USRP configuration
2012-04-03Merge branch 'master' into nextJohnathan Corgan
2012-04-03gr-uhd: corrected get_usrp_info descriptionNicholas Corgan
2012-04-03gr-uhd: get_usrp_info has help info and can only be called with a recent ↵Nicholas Corgan
enough version of UHD
2012-04-03gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's ↵Nicholas Corgan
list_property_tree and get_usrp_info functions
2012-03-27Merge branch 'master' into nextJohnathan Corgan
2012-03-27Merge branch 'maint'Johnathan Corgan
2012-03-27uhd: fix dc offset call in uhd sourceJosh Blum
SWIG/python cannot differentiate the calls set_dc_offset with an complex number or a boolean paramater. It seems to take the boolean as a complex number 1 or 0. Since the overloading is not working right: renamed set_dc_offset to set_auto_dc_offset for the boolean enable/disable paramater
2012-03-24Merge branch 'master' into nextJohnathan Corgan
Conflicts: gr-uhd/lib/Makefile.am
2012-03-24Merge remote branch 'jblum/mergeme_uhd'Johnathan Corgan
2012-03-23uhd: added set_start_time calls to source/sinkJosh Blum
2012-03-23uhd: added multi-finite-aquisitionJosh Blum
2012-03-16Merge branch 'master' into nextJohnathan Corgan
2012-03-13Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-registerJohnathan Corgan
2012-01-27Merge branch 'master' into nextJohnathan Corgan
2012-01-26uhd: add utility function to convert raw gr_message to async_metadata_tJohnathan Corgan
2012-01-10uhd: add API call to set user registersJohnathan Corgan
2011-12-13Merge branch 'master' into nextJohnathan Corgan
2011-12-13uhd: added a finite acquisition call to usrp sourceJosh Blum
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
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: grc xml tweaks + streamer argsJosh Blum
2011-11-07uhd: preferable defaults for stream argsJosh Blum
2011-11-07uhd: added convenience constructor to stream_args_tJosh Blum
2011-11-07uhd: python/swig/grc tweaks until it worksJosh Blum
2011-11-07uhd: backwards compat work which support streamer APIJosh Blum
2011-10-11Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
Conflicts: gr-digital/include/digital_constellation.h
2011-10-09docs: adding uhd Doxygen documentation page and README file.Tom Rondeau
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-24uhd: tweaks + tested working tags implementationJosh Blum
2011-09-24uhd: added documentation and tag implementationsJosh Blum
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-28Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-27Fixed doxygen warning in gr-uhdTom Rondeau