23 #ifndef INCLUDED_STREAMS_TO_STREAM_IMPL_H
24 #define INCLUDED_STREAMS_TO_STREAM_IMPL_H
36 int work(
int noutput_items,
37 gr_vector_const_void_star &input_items,
38 gr_vector_void_star &output_items);
Definition: streams_to_stream_impl.h:31
#define BLOCKS_API
Definition: gr-blocks/include/blocks/api.h:30
Convert N streams of 1 item into a 1 stream of N itemsConvert N streams of 1 item into 1 stream of N ...
Definition: streams_to_stream.h:39