22 #ifndef GNSS_SDR_ACQUISITION_MSG_RX_H 23 #define GNSS_SDR_ACQUISITION_MSG_RX_H 25 #include <gnuradio/block.h> 26 #include <gnuradio/top_block.h> 29 #if GNURADIO_USES_STD_POINTERS 32 #include <boost/shared_ptr.hpp> 38 #if GNURADIO_USES_STD_POINTERS 39 using Acquisition_msg_rx_sptr = std::shared_ptr<Acquisition_msg_rx>;
41 using Acquisition_msg_rx_sptr = boost::shared_ptr<Acquisition_msg_rx>;
44 Acquisition_msg_rx_sptr Acquisition_msg_rx_make();
50 friend Acquisition_msg_rx_sptr Acquisition_msg_rx_make();
51 void msg_handler_events(
const pmt::pmt_t& msg);
56 gr::top_block_sptr top_block;
61 #endif // GNSS_SDR_ACQUISITION_MSG_RX_H ~Acquisition_msg_rx()
Default destructor.