18 #ifndef GNSS_SDR_CONJUGATE_SC_H 19 #define GNSS_SDR_CONJUGATE_SC_H 22 #include <gnuradio/sync_block.h> 23 #include <gnuradio/types.h> 33 using conjugate_sc_sptr = gnss_shared_ptr<conjugate_sc>;
35 conjugate_sc_sptr make_conjugate_sc();
44 int work(
int noutput_items,
45 gr_vector_const_void_star &input_items,
46 gr_vector_void_star &output_items);
49 friend conjugate_sc_sptr make_conjugate_sc();
56 #endif // GNSS_SDR_CONJUGATE_SC_H This class adapts a std::complex<short> stream into two 32-bits (float) streams.
This interface represents a GNSS block.