12#ifndef INCLUDED_BLOCKS_BURST_TO_STREAM_H 
   13#define INCLUDED_BLOCKS_BURST_TO_STREAM_H 
   32    typedef std::shared_ptr<burst_to_stream> 
sptr;
 
   42                     const std::string& len_tag_key = 
"packet_len",
 
   43                     bool propagate_tags = 
false);
 
 
The abstract base class for all 'terminal' processing blocks.
Definition gnuradio-runtime/include/gnuradio/block.h:63
Burst to Stream.
Definition burst_to_stream.h:30
static sptr make(size_t itemsize, const std::string &len_tag_key="packet_len", bool propagate_tags=false)
Creates a Burst to Stream block.
std::shared_ptr< burst_to_stream > sptr
Definition burst_to_stream.h:32
#define BLOCKS_API
Definition gr-blocks/include/gnuradio/blocks/api.h:18
GNU Radio logging wrapper.
Definition basic_block.h:29