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

Turns received stream data and tags into PDUs. More...

#include <tagged_stream_to_pdu.h>

Inheritance diagram for gr::blocks::tagged_stream_to_pdu:

List of all members.

Public Types

typedef boost::shared_ptr
< tagged_stream_to_pdu
sptr

Static Public Member Functions

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

Detailed Description

Turns received stream data and tags into PDUs.


Member Typedef Documentation


Member Function Documentation

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

Construct a tagged_stream_to_pdu 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: