19 #ifndef GNSS_SDR_ACQUISITION_MSG_RX_H 20 #define GNSS_SDR_ACQUISITION_MSG_RX_H 23 #include <gnuradio/block.h> 24 #include <gnuradio/top_block.h> 31 using Acquisition_msg_rx_sptr = gnss_shared_ptr<Acquisition_msg_rx>;
33 Acquisition_msg_rx_sptr Acquisition_msg_rx_make();
39 friend Acquisition_msg_rx_sptr Acquisition_msg_rx_make();
40 void msg_handler_channel_events(
const pmt::pmt_t& msg);
45 gr::top_block_sptr top_block;
50 #endif // GNSS_SDR_ACQUISITION_MSG_RX_H ~Acquisition_msg_rx()
Default destructor.
This interface represents a GNSS block.