22 #ifndef INCLUDED_GR_STREAMS_TO_STREAM_H
23 #define INCLUDED_GR_STREAMS_TO_STREAM_H
51 int work (
int noutput_items,
52 gr_vector_const_void_star &input_items,
53 gr_vector_void_star &output_items);
GR_CORE_API gr_streams_to_stream_sptr gr_make_streams_to_stream(size_t item_size, size_t nstreams)
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
Definition: gr_sync_interpolator.h:27
#define GR_CORE_API
Definition: gr_core_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: gr_streams_to_stream.h:42
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...