23#ifndef INCLUDED_BLOCKS_PATTERNED_INTERLEAVER_H
24#define INCLUDED_BLOCKS_PATTERNED_INTERLEAVER_H
39 typedef boost::shared_ptr<patterned_interleaver>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Interleave items based on the provided vector pattern.
Definition: patterned_interleaver.h:37
boost::shared_ptr< patterned_interleaver > sptr
Definition: patterned_interleaver.h:39
static sptr make(size_t itemsize, std::vector< int > pattern)
#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