22#ifndef INCLUDED_TAGGED_STREAM_MUX_H
23#define INCLUDED_TAGGED_STREAM_MUX_H
53 typedef boost::shared_ptr<tagged_stream_mux>
sptr;
63 const std::string& lengthtagname,
64 unsigned int tag_preserve_head_pos = 0);
Combines tagged streams.
Definition: tagged_stream_mux.h:51
static sptr make(size_t itemsize, const std::string &lengthtagname, unsigned int tag_preserve_head_pos=0)
boost::shared_ptr< tagged_stream_mux > sptr
Definition: tagged_stream_mux.h:53
Block that operates on PDUs in form of tagged streams.
Definition: tagged_stream_block.h:38
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
BLOCKS_API size_t itemsize(vector_type type)
Include this header to use the message passing features.
Definition: basic_block.h:45