11 #ifndef INCLUDED_PDU_TAGGED_STREAM_TO_PDU_H
12 #define INCLUDED_PDU_TAGGED_STREAM_TO_PDU_H
34 typedef std::shared_ptr<tagged_stream_to_pdu>
sptr;
43 const std::string& lengthtagname =
"packet_len");
Turns received stream data and tags into PDUs and sends them through a message port.
Definition: tagged_stream_to_pdu.h:31
std::shared_ptr< tagged_stream_to_pdu > sptr
Definition: tagged_stream_to_pdu.h:34
static sptr make(gr::types::vector_type type, const std::string &lengthtagname="packet_len")
Construct a tagged_stream_to_pdu block.
Block that operates on PDUs in form of tagged streams.
Definition: tagged_stream_block.h:26
#define PDU_API
Definition: gr-pdu/include/gnuradio/pdu/api.h:18
GR_RUNTIME_API const pmt::pmt_t pdu()
vector_type
Definition: pdu.h:44
GNU Radio logging wrapper.
Definition: basic_block.h:29