17 #ifndef GNSS_SDR_GALILEO_TOW_MAP_H 18 #define GNSS_SDR_GALILEO_TOW_MAP_H 21 #include <gnuradio/block.h> 34 using galileo_tow_map_sptr = gnss_shared_ptr<galileo_tow_map>;
36 galileo_tow_map_sptr galileo_tow_map_make();
44 friend galileo_tow_map_sptr galileo_tow_map_make();
47 void msg_handler_galileo_tow_map(
const pmt::pmt_t& msg);
49 std::map<uint32_t, std::pair<uint32_t, uint64_t>> d_galileo_tow;
54 #endif // GNSS_SDR_GALILEO_TOW_MAP_H
This interface represents a GNSS block.
~galileo_tow_map()=default
Default destructor.