GNU Radio's FOO Package
gr::foo::pad_tagged_stream Class Reference

<+description of block+> More...

#include <pad_tagged_stream.h>

Inheritance diagram for gr::foo::pad_tagged_stream:
gr::foo::pad_tagged_stream_impl

Public Types

typedef std::shared_ptr< pad_tagged_streamsptr

Static Public Member Functions

static sptr make (int buffer_size, const std::string len_tag_name)
 Return a shared_ptr to a new instance of foo::pad_tagged_stream.

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

sptr gr::foo::pad_tagged_stream::make ( int buffer_size,
const std::string len_tag_name )
static

Return a shared_ptr to a new instance of foo::pad_tagged_stream.

To avoid accidental use of raw pointers, foo::pad_tagged_stream's constructor is in a private implementation class. foo::pad_tagged_stream::make is the public interface for creating new instances.


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