summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/message_debug_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* blocks: fix incorrect use of items/bytes in PDU handlingJacob Gilbert2016-02-081-1/+1
| | | | | | | | | | | For a uniform vector, calls to pmt::length return the number of items in in the vector. However, in some places this was being treated as a byte value, resulting in short writes and other misinterpretations. These calls have been replaced with calls to pmt::blob_length, to unambiguously get the length in bytes, then converted if necessary to item values.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-2/+2
| | | | 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).
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-4/+4
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-2/+2
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-061-6/+6
| | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
* blocks: moving message blocks to gr-blocks.Tom Rondeau2013-03-061-0/+120
message_burst_source, message_source, message_sink, message_debug, message_strobe.