summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/basic_block.cc
Commit message (Collapse)AuthorAgeFilesLines
* runtime: Add a timeout option on basic_block::delete_head_blockingSylvain Munaut2015-01-151-3/+12
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* logger: adds a function to the logger facilities that allows us to update ↵Tom Rondeau2014-12-041-0/+2
| | | | the format of the logging output.
* grc: adding advanced tab feature to set a block's alias.Tom Rondeau2014-05-171-9/+18
| | | | | | | | Does not allow for setting individual block aliases underneath a hier_block. runtime: updates block registery to support updating block's alias that's then accessible through alias(). Adds an update_symbolic_name to the block_registry to delete the old key and add the new one. The block_registry only keeps the symbol_name (which never changes during the lifetime of the block) and the latest alias name that was set.
* runtime: expose message_subscribers() interface to python blocksTim O'Shea2013-10-121-13/+20
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+233