 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_BLOCKS_PATTERNED_INTERLEAVER_H
12 #define INCLUDED_BLOCKS_PATTERNED_INTERLEAVER_H
27 typedef std::shared_ptr<patterned_interleaver>
sptr;
static sptr make(size_t itemsize, std::vector< int > pattern)
std::shared_ptr< patterned_interleaver > sptr
Definition: patterned_interleaver.h:27
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
Interleave items based on the provided vector pattern.
Definition: patterned_interleaver.h:25
GR_RUNTIME_API size_t itemsize(types::vector_type type)
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
GNU Radio logging wrapper.
Definition: basic_block.h:29