18 #ifndef GNSS_SDR_NAV_MESSAGE_UDP_SINK_H 19 #define GNSS_SDR_NAV_MESSAGE_UDP_SINK_H 23 #include <boost/asio.hpp> 33 #if USE_BOOST_ASIO_IO_CONTEXT 34 using b_io_context = boost::asio::io_context;
36 using b_io_context = boost::asio::io_service;
43 bool write_nav_message(
const std::shared_ptr<Nav_Message_Packet>& nav_meg_packet);
47 b_io_context io_context;
48 boost::asio::ip::udp::socket socket;
49 std::vector<boost::asio::ip::udp::endpoint> endpoints;
50 boost::system::error_code error;
56 #endif // GNSS_SDR_NAV_MESSAGE_UDP_SINK_H This class implements serialization and deserialization of Nav_Message_Packet objects using Protocol ...
Serialization / Deserialization of Nav_Message_Packet objects using Protocol Buffers.
Class for storage of decoded navigation messages.