21#ifndef INCLUDED_FOO_PAD_TAGGED_STREAM_H
22#define INCLUDED_FOO_PAD_TAGGED_STREAM_H
25#include <gnuradio/tagged_stream_block.h>
38 typedef std::shared_ptr<pad_tagged_stream>
sptr;
48 static sptr make(
int buffer_size,
const std::string len_tag_name);
#define FOO_API
Definition api.h:19
<+description of block+>
Definition pad_tagged_stream.h:36
std::shared_ptr< pad_tagged_stream > sptr
Definition pad_tagged_stream.h:38
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.
Definition burst_tagger.h:28
Definition burst_tagger.h:27