|
GNU Radio's FOO Package
|
<+description of block+> More...
#include <pad_tagged_stream.h>
Public Types | |
| typedef std::shared_ptr< pad_tagged_stream > | sptr |
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. | |
<+description of block+>
| typedef std::shared_ptr<pad_tagged_stream> gr::foo::pad_tagged_stream::sptr |
|
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.