21 #ifndef INCLUDED_DAB_SELECT_SUBCH_VFVF_IMPL_H 22 #define INCLUDED_DAB_SELECT_SUBCH_VFVF_IMPL_H 44 unsigned int d_vlen_in, d_vlen_out, d_address, d_total_size;
47 select_subch_vfvf_impl(
unsigned int vlen_in,
unsigned int vlen_out,
unsigned int address,
unsigned int total_size);
51 void forecast (
int noutput_items, gr_vector_int &ninput_items_required);
54 gr_vector_int &ninput_items,
55 gr_vector_const_void_star &input_items,
56 gr_vector_void_star &output_items);
void forecast(int noutput_items, gr_vector_int &ninput_items_required)
selects vectors out of input vectors that belong to one subchannel
Definition: select_subch_vfvf.h:44
selects vectors out of input vectors that belong to one subchannel
Definition: select_subch_vfvf_impl.h:41
Definition: complex_to_interleaved_float_vcf.h:28
~select_subch_vfvf_impl()
int general_work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
select_subch_vfvf_impl(unsigned int vlen_in, unsigned int vlen_out, unsigned int address, unsigned int total_size)