summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/block_executor.cc
Commit message (Collapse)AuthorAgeFilesLines
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-4/+4
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* Removed old codeEthan Trewhitt2014-02-221-2/+0
|
* Corrected double-to-int conversion in tags propagation that should have ↵Ethan Trewhitt2014-02-221-2/+4
| | | | included rounding behavior
* runtime: add concept up an automatic update_rate to gr::block.Tom Rondeau2013-10-291-11/+12
| | | | | | When enabled, uses nitems_written/nitems_read to update the relative_rate of a block. Useful for blocks that change their relative rate based on activity in the work function. Disabled by default. digital: PFB clock sync blocks set update_rate to True.
* runtime: executor uses information about the numer items produced/consumed ↵Tom Rondeau2013-10-291-5/+16
| | | | to update the relative rate. This makes sure tags are being propagated by all blocks correctly. Needed for pfb_clock_sync to use the correlate_and_sync block's tags.
* runtime: makes sure if capping to max_noutput_items with output_multiple ↵Tom Rondeau2013-06-271-1/+3
| | | | that the value is always an output_multiple.
* Merge branch 'next' into runtime_pimplJohnathan Corgan2013-05-121-4/+4
| | | | | | | | | | | | | | | | | | Catches up runtime_pimpl branch with changes on next since the initial branch start. Conflicts: gnuradio-runtime/include/gnuradio/constants.h gnuradio-runtime/include/gnuradio/tags.h gnuradio-runtime/include/gr_block_detail.h gnuradio-runtime/include/gr_buffer.h gnuradio-runtime/lib/CMakeLists.txt gnuradio-runtime/lib/gr_block.cc gnuradio-runtime/lib/gr_block_detail.cc gnuradio-runtime/lib/gr_block_executor.cc gnuradio-runtime/lib/gr_buffer.cc gnuradio-runtime/lib/gr_realtime.cc gr-blocks/lib/interleaved_short_to_complex_impl.cc
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+489