| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
PMTs are handled slightly different and are installed into their own module and include dir.
|
|
|
|
| |
message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
|
|
message_burst_source, message_source, message_sink, message_debug, message_strobe.
|