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");
Block that operates on PDUs in form of tagged streamsOverride work to provide the signal processing i...
Definition: tagged_stream_block.h:25
#define PDU_API
Definition: gr-pdu/include/gnuradio/pdu/api.h:18
GR_RUNTIME_API const pmt::pmt_t pdu()
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< tagged_stream_to_pdu > sptr
Definition: tagged_stream_to_pdu.h:34
vector_type
Definition: pdu.h:44
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.
Definition: tagged_stream_to_pdu.h:30