17 #ifndef GNSS_SDR_SHORT_X2_TO_CSHORT_H 18 #define GNSS_SDR_SHORT_X2_TO_CSHORT_H 22 #include <gnuradio/sync_block.h> 23 #include <gnuradio/types.h> 33 using short_x2_to_cshort_sptr = gnss_shared_ptr<short_x2_to_cshort>;
35 short_x2_to_cshort_sptr make_short_x2_to_cshort();
43 int work(
int noutput_items,
44 gr_vector_const_void_star &input_items,
45 gr_vector_void_star &output_items);
48 friend short_x2_to_cshort_sptr make_short_x2_to_cshort();
55 #endif // GNSS_SDR_SHORT_X2_TO_CSHORT_H This interface represents a GNSS block.
This class adapts two short streams into a std::complex<short> stream.