18 #ifndef GNSS_SDR_COMPLEX_BYTE_TO_FLOAT_X2_H 19 #define GNSS_SDR_COMPLEX_BYTE_TO_FLOAT_X2_H 22 #include <gnuradio/sync_block.h> 23 #include <gnuradio/types.h> 33 using complex_byte_to_float_x2_sptr = gnss_shared_ptr<complex_byte_to_float_x2>;
35 complex_byte_to_float_x2_sptr make_complex_byte_to_float_x2();
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();
56 #endif // GNSS_SDR_COMPLEX_BYTE_TO_FLOAT_X2_H This interface represents a GNSS block.
This class adapts a std::complex<signed char> stream into two 16-bits (short) streams.