/gr-msgutil

Set of blocks for message handling in GNU Radio

Primary LanguageCMake

Blocks for message handling in GNU Radio.

This module provides two blocks: msgsrc, and msgsink. They are similar to message_source and message_sink, but with a method for indicating packet bounds.

Instead of using a start tag holding the pdu_size, these blocks uses two differents tags to mark the start and the end of a pdu. This should behave better when working with variable sample rate blocks (ie. clock recovery)