#include <gnuradio/blocks/api.h>
#include <gnuradio/blocks/pdu.h>
#include <gnuradio/tagged_stream_block.h>
Go to the source code of this file.
Classes | |
class | gr::blocks::tagged_stream_to_pdu |
Turns received stream data and tags into PDUs and sends them through a message port.The sent message is a PMT-pair (created by pmt::cons()). The first element is a dictionary containing all the tags. The second is a vector containing the actual data. More... |
Namespaces | |
namespace | gr |
Include this header to use the message passing features. | |
namespace | gr::blocks |