 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
10 #ifndef INCLUDED_TAGGED_STREAM_MUX_H
11 #define INCLUDED_TAGGED_STREAM_MUX_H
41 typedef std::shared_ptr<tagged_stream_mux>
sptr;
51 const std::string& lengthtagname,
52 unsigned int tag_preserve_head_pos = 0);
std::shared_ptr< tagged_stream_mux > sptr
Definition: tagged_stream_mux.h:41
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
Combines tagged streams.
Definition: tagged_stream_mux.h:39
GR_RUNTIME_API size_t itemsize(types::vector_type type)
static sptr make(size_t itemsize, const std::string &lengthtagname, unsigned int tag_preserve_head_pos=0)
GNU Radio logging wrapper.
Definition: basic_block.h:29
Block that operates on PDUs in form of tagged streams.
Definition: tagged_stream_block.h:26