![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
GNU Radio block that processes Nav_Message_Packet received from telemetry blocks and sends them via UDP. More...
#include "gnss_block_interface.h"#include "nav_message_udp_sink.h"#include <gnuradio/block.h>#include <pmt/pmt.h>#include <cstdint>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | nav_message_monitor |
| GNU Radio block that receives asynchronous Nav_Message_Packet obkects from the telemetry blocks and sends them via UDP. More... | |
Typedefs | |
| using | nav_message_monitor_sptr = gnss_shared_ptr< nav_message_monitor > |
Functions | |
| nav_message_monitor_sptr | nav_message_monitor_make (const std::vector< std::string > &addresses, uint16_t port) |
GNU Radio block that processes Nav_Message_Packet received from telemetry blocks and sends them via UDP.
GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.
Copyright (C) 2010-2021 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file nav_message_monitor.h.
1.8.14