summaryrefslogtreecommitdiff
path: root/gr-uhd/include/gr_uhd_amsg_source.h
AgeCommit message (Collapse)Author
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-01-26uhd: add utility function to convert raw gr_message to async_metadata_tJohnathan Corgan
2011-10-09docs: adding uhd Doxygen documentation page and README file.Tom Rondeau
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.