41class complex_byte_to_float_x2 :
public gr::sync_block
44 int work(
int noutput_items,
45 gr_vector_const_void_star &input_items,
46 gr_vector_void_star &output_items);
49 friend complex_byte_to_float_x2_sptr make_complex_byte_to_float_x2();
50 complex_byte_to_float_x2();