Go to the documentation of this file.
22 #ifndef INCLUDED_DAB_REPARTITION_VECTORS_IMPL_H
23 #define INCLUDED_DAB_REPARTITION_VECTORS_IMPL_H
50 unsigned int d_vlen_in;
51 unsigned int d_vlen_out;
52 unsigned int d_multiply;
53 unsigned int d_divide;
54 unsigned int d_synced;
57 repartition_vectors_impl(
size_t itemsize,
unsigned int vlen_in,
unsigned int vlen_out,
unsigned int multiply,
unsigned int divide);
58 void forecast (
int noutput_items, gr_vector_int &ninput_items_required);
60 gr_vector_int &ninput_items,
61 gr_vector_const_void_star &input_items,
62 gr_vector_void_star &output_items);
int general_work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
repartition_vectors_impl(size_t itemsize, unsigned int vlen_in, unsigned int vlen_out, unsigned int multiply, unsigned int divide)
void forecast(int noutput_items, gr_vector_int &ninput_items_required)
Definition: complex_to_interleaved_float_vcf.h:28
reorder vectors to new vector size in order to organize
Definition: repartition_vectors_impl.h:45
<+description of block+>
Definition: repartition_vectors.h:36