Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -4/+4 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | uhd: perform abi compat check before making a block | Josh Blum | 2012-03-23 | 1 | -1/+3 |
| | |||||
* | uhd: add utility function to convert raw gr_message to async_metadata_t | Johnathan Corgan | 2012-01-26 | 1 | -0/+5 |
| | |||||
* | gr-uhd: add async metadata source block | Thomas Tsou | 2011-08-19 | 1 | -0/+88 |
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. |