summaryrefslogtreecommitdiff
path: root/gr-uhd/grc/uhd_block_tree.xml
AgeCommit message (Collapse)Author
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-02-10uhd: replaced multi/single usrp stuff with just one usrp wrapperJosh Blum
2010-11-22uhd: remove deprecated grc wrappersJosh Blum
2010-10-18uhd: work on multi usrp blocks, use block tree to categorize blocks, ↵Josh Blum
deprecate mimo blocks