18 #ifndef GNSS_SDR_BYTE_X2_TO_COMPLEX_BYTE_H 19 #define GNSS_SDR_BYTE_X2_TO_COMPLEX_BYTE_H 22 #include <gnuradio/sync_block.h> 23 #include <gnuradio/types.h> 33 using byte_x2_to_complex_byte_sptr = gnss_shared_ptr<byte_x2_to_complex_byte>;
35 byte_x2_to_complex_byte_sptr make_byte_x2_to_complex_byte();
44 int work(
int noutput_items,
45 gr_vector_const_void_star &input_items,
46 gr_vector_void_star &output_items);
49 friend byte_x2_to_complex_byte_sptr make_byte_x2_to_complex_byte();
56 #endif // GNSS_SDR_BYTE_X2_TO_COMPLEX_BYTE_Hs This interface represents a GNSS block.
This class adapts two signed char streams into a std::complex<signed char> stream.