summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/message_debug_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* blocks: message_debug: avoid refcount modification in 'hot' PMT handlingMarcus Müller2021-03-231-3/+3
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* blocks: message_debug: vector indices are size_t, not signed intMarcus Müller2021-03-231-2/+2
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* gr-blocks: deprecate print_pdu port of message_debug blockJacob Gilbert2021-02-251-1/+4
| | | | | | | | | Having two print ports on this block has confused a number of people, most recently issue #4191, and combining them is straightforward and should make this block easier to use. The print_pdu formatting is now be applied on the print port if the message is a PDU. Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-4/+4
|
* blocks: improvements to the message_debug blockJacob Gilbert2020-10-241-1/+4
| | | | aggregates the data to be printed into a stringstream so that it is printed at the same time reducing debug information becoming muddled between competing cout statements. this change also provides an argument to this block to disable the printing of PDU uniform vectors which are often not needed for debug purposes
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-48/+47
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-3/+3
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-3/+3
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* blocks: moving message blocks to gr-blocks.Tom Rondeau2013-03-061-0/+89
message_burst_source, message_source, message_sink, message_debug, message_strobe.