23 #ifndef INCLUDED_GR_INTERLEAVE_H
24 #define INCLUDED_GR_INTERLEAVE_H
49 int work (
int noutput_items,
50 gr_vector_const_void_star &input_items,
51 gr_vector_void_star &output_items);
virtual bool check_topology(int ninputs, int noutputs)
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
interleave N inputs to a single output
Definition: gr_interleave.h:38
GR_CORE_API gr_interleave_sptr gr_make_interleave(size_t itemsize)
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 ...