18 #ifndef GNSS_SDR_CSHORT_TO_GR_COMPLEX_H 19 #define GNSS_SDR_CSHORT_TO_GR_COMPLEX_H 22 #include <gnuradio/sync_block.h> 32 using cshort_to_gr_complex_sptr = gnss_shared_ptr<cshort_to_gr_complex>;
34 cshort_to_gr_complex_sptr make_cshort_to_gr_complex();
43 int work(
int noutput_items,
44 gr_vector_const_void_star &input_items,
45 gr_vector_void_star &output_items);
48 friend cshort_to_gr_complex_sptr make_cshort_to_gr_complex();
55 #endif // GNSS_SDR_CSHORT_TO_GR_COMPLEX_H This interface represents a GNSS block.
This class adapts a short (16-bits) interleaved sample stream into a std::complex<float> stream...