20 #ifndef GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H 21 #define GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H 23 #include <gnuradio/sync_decimator.h> 24 #if GNURADIO_USES_STD_POINTERS 27 #include <boost/shared_ptr.hpp> 32 #if GNURADIO_USES_STD_POINTERS 33 using interleaved_byte_to_complex_byte_sptr = std::shared_ptr<interleaved_byte_to_complex_byte>;
35 using interleaved_byte_to_complex_byte_sptr = boost::shared_ptr<interleaved_byte_to_complex_byte>;
38 interleaved_byte_to_complex_byte_sptr make_interleaved_byte_to_complex_byte();
47 int work(
int noutput_items,
48 gr_vector_const_void_star &input_items,
49 gr_vector_void_star &output_items);
52 friend interleaved_byte_to_complex_byte_sptr make_interleaved_byte_to_complex_byte();
56 #endif // GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H This class adapts an 8-bits interleaved sample stream into a 16-bits complex stream (std::complex<uns...