11#ifndef INCLUDED_BLOCKS_VECTOR_TO_STREAMS_H
12#define INCLUDED_BLOCKS_VECTOR_TO_STREAMS_H
28 typedef std::shared_ptr<vector_to_streams>
sptr;
37 static sptr make(
size_t itemsize,
size_t nstreams);
Convert 1 stream of vectors of length N to N streams of items.
Definition vector_to_streams.h:25
static sptr make(size_t itemsize, size_t nstreams)
std::shared_ptr< vector_to_streams > sptr
Definition vector_to_streams.h:28
synchronous 1:1 input to output with history
Definition sync_block.h:26
#define BLOCKS_API
Definition gr-blocks/include/gnuradio/blocks/api.h:18
GNU Radio logging wrapper.
Definition basic_block.h:29