summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/block.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* runtime: for blocks with a group delay, tag location should be moved ↵Tom Rondeau2013-10-291-0/+41
| | | | | | according to the delay. Since group delay is often unknown, we have added a new function set_group_delay to allow the user to set the value once delay is calculated. Also added ability to set the tag propagation delay, which is required for how the blocks::delay works.
* runtime: Added a Performance Counter that stores the accumulated work_time ↵Tom Rondeau2013-09-061-0/+18
| | | | counter (work_time_total).
* runtime: Move logic from block.h to block.cc.Ben Reynwar2013-06-071-0/+60
|
* runtime: fix gr::block initializer orderTim O'Shea2013-06-051-2/+2
|
* runtime: adding thread priority methods to gr::blockTim O'Shea2013-06-051-1/+27
|
* Merge branch 'next' into runtime_pimplJohnathan Corgan2013-05-121-3/+3
| | | | | | | | | | | | | | | | | | 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/+689