23#ifndef INCLUDED_BLOCKS_PDU_TO_TAGGED_STREAM_H
24#define INCLUDED_BLOCKS_PDU_TO_TAGGED_STREAM_H
41 typedef boost::shared_ptr<pdu_to_tagged_stream>
sptr;
50 const std::string& lengthtagname =
"packet_len");
Turns received PDUs into a tagged stream of items.
Definition: pdu_to_tagged_stream.h:38
boost::shared_ptr< pdu_to_tagged_stream > sptr
Definition: pdu_to_tagged_stream.h:41
static sptr make(pdu::vector_type type, const std::string &lengthtagname="packet_len")
Construct a pdu_to_tagged_stream block.
Block that operates on PDUs in form of tagged streams.
Definition: tagged_stream_block.h:38
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
vector_type
Definition: pdu.h:34
Include this header to use the message passing features.
Definition: basic_block.h:45