aboutsummaryrefslogtreecommitdiffstats
path: root/gr-iio/python/iio/bindings/fmcomms5_source_f32c_python.cc
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-07-17 16:22:30 +0200
committermormj <34754695+mormj@users.noreply.github.com>2021-07-30 20:41:54 -0400
commit001a949262436cc42d06976f6ba9b48ec8ad607d (patch)
tree5d56f9804408a2a141c85489bf95dc6f494246e4 /gr-iio/python/iio/bindings/fmcomms5_source_f32c_python.cc
parentpybind11: remove debug message (diff)
downloadgnuradio-001a949262436cc42d06976f6ba9b48ec8ad607d.tar.xz
gnuradio-001a949262436cc42d06976f6ba9b48ec8ad607d.zip
runtime: remove tag_checker
Deprecated on 3.9: `tag_checker` used to be meant for cases where you've gotten an unsorted tag vector (mostly, from `get_tags_in_range`), which you then had to go through in parallel to your samples, to check which tag applies at what sample. For that it sorts the tags; the tags coming from the `get_tags*` functions are sorted already The checking pattern (which `chunks_to_symbols` is the last consumer of) is inefficient: instead of taking the index of the first unprocessed tag and processing all samples up to that index, a check is performed on every sample, which includes calls and multiple indirections. So, since very likely nobody uses this, and because it's a design anti-pattern, deprecating this on 3.9 and removing it with 3.10. Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gr-iio/python/iio/bindings/fmcomms5_source_f32c_python.cc')
0 files changed, 0 insertions, 0 deletions