20 #ifndef GNSS_SDR_INTERLEAVED_SHORT_TO_COMPLEX_SHORT_H 21 #define GNSS_SDR_INTERLEAVED_SHORT_TO_COMPLEX_SHORT_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_short_to_complex_short_sptr = std::shared_ptr<interleaved_short_to_complex_short>;
35 using interleaved_short_to_complex_short_sptr = boost::shared_ptr<interleaved_short_to_complex_short>;
38 interleaved_short_to_complex_short_sptr make_interleaved_short_to_complex_short();
47 int work(
int noutput_items,
48 gr_vector_const_void_star &input_items,
49 gr_vector_void_star &output_items);
52 friend interleaved_short_to_complex_short_sptr make_interleaved_short_to_complex_short();
56 #endif // GNSS_SDR_INTERLEAVED_SHORT_TO_COMPLEX_SHORT_H This class adapts a short (16-bits) interleaved sample stream into a std::complex<short> stream...