21 #ifndef GNSS_SDR_CONJUGATE_CC_H 22 #define GNSS_SDR_CONJUGATE_CC_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_cc_sptr = std::shared_ptr<conjugate_cc>;
37 using conjugate_cc_sptr = boost::shared_ptr<conjugate_cc>;
40 conjugate_cc_sptr make_conjugate_cc();
49 int work(
int noutput_items,
50 gr_vector_const_void_star &input_items,
51 gr_vector_void_star &output_items);
54 friend conjugate_cc_sptr make_conjugate_cc();
This class adapts a std::complex<short> stream into two 32-bits (float) streams.