 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_PDU_PDU_TO_TAGGED_STREAM_H
12 #define INCLUDED_PDU_PDU_TO_TAGGED_STREAM_H
29 typedef std::shared_ptr<pdu_to_tagged_stream>
sptr;
38 const std::string& lengthtagname =
"packet_len");
vector_type
Definition: pdu.h:44
#define PDU_API
Definition: gr-pdu/include/gnuradio/pdu/api.h:18
static sptr make(gr::types::vector_type type, const std::string &lengthtagname="packet_len")
Construct a pdu_to_tagged_stream block.
GNU Radio logging wrapper.
Definition: basic_block.h:29
Block that operates on PDUs in form of tagged streams.
Definition: tagged_stream_block.h:26
Turns received PDUs into a tagged stream of items.
Definition: pdu_to_tagged_stream.h:26
GR_RUNTIME_API const pmt::pmt_t pdu()
std::shared_ptr< pdu_to_tagged_stream > sptr
Definition: pdu_to_tagged_stream.h:29