23 #ifndef INCLUDED_STREAM_TO_VECTOR_IMPL_H
24 #define INCLUDED_STREAM_TO_VECTOR_IMPL_H
36 int work(
int noutput_items,
37 gr_vector_const_void_star &input_items,
38 gr_vector_void_star &output_items);
Definition: stream_to_vector_impl.h:31
#define BLOCKS_API
Definition: gr-blocks/include/blocks/api.h:30
convert a stream of items into a stream of blocks containing nitems_per_block
Definition: stream_to_vector.h:36