GNU Radio 3.7.1 C++ API
gr::blocks::pdu_to_tagged_stream Class Reference

Turns received PDUs into a tagged stream of items. More...

#include <pdu_to_tagged_stream.h>

Inheritance diagram for gr::blocks::pdu_to_tagged_stream:

List of all members.

Public Types

typedef boost::shared_ptr
< pdu_to_tagged_stream
sptr

Static Public Member Functions

static sptr make (pdu::vector_type type, const std::string &lengthtagname="packet_len")
 Construct a pdu_to_tagged_stream block.

Detailed Description

Turns received PDUs into a tagged stream of items.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::pdu_to_tagged_stream::make ( pdu::vector_type  type,
const std::string &  lengthtagname = "packet_len" 
) [static]

Construct a pdu_to_tagged_stream block.

Parameters:
typePDU type of pdu::vector_type
lengthtagnameThe name of the tag that specifies how long the packet is. Defaults to 'packet_len'.

The documentation for this class was generated from the following file: