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