21 #ifndef GNSS_SDR_CONJUGATE_SC_H 22 #define GNSS_SDR_CONJUGATE_SC_H 24 #if GNURADIO_USES_STD_POINTERS 27 #include <boost/shared_ptr.hpp> 29 #include <gnuradio/sync_block.h> 30 #include <gnuradio/types.h> 34 #if GNURADIO_USES_STD_POINTERS 35 using conjugate_sc_sptr = std::shared_ptr<conjugate_sc>;
37 using conjugate_sc_sptr = boost::shared_ptr<conjugate_sc>;
40 conjugate_sc_sptr make_conjugate_sc();
49 int work(
int noutput_items,
50 gr_vector_const_void_star &input_items,
51 gr_vector_void_star &output_items);
54 friend conjugate_sc_sptr make_conjugate_sc();
This class adapts a std::complex<short> stream into two 32-bits (float) streams.