GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Classes | Typedefs | Functions
gnss_synchro_monitor.h File Reference

Interface of a receiver monitoring block which allows sending a data stream with the receiver internal parameters (Gnss_Synchro objects) to local or remote clients over UDP. More...

#include "gnss_block_interface.h"
#include "gnss_synchro_udp_sink.h"
#include <gnuradio/block.h>
#include <gnuradio/runtime_types.h>
#include <memory>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  gnss_synchro_monitor
 This class implements a monitoring block which allows sending a data stream with the receiver internal parameters (Gnss_Synchro objects) to local or remote clients over UDP. More...
 

Typedefs

using gnss_synchro_monitor_sptr = gnss_shared_ptr< gnss_synchro_monitor >
 

Functions

gnss_synchro_monitor_sptr gnss_synchro_make_monitor (int n_channels, int decimation_factor, int udp_port, const std::vector< std::string > &udp_addresses, bool enable_protobuf)
 

Detailed Description

Interface of a receiver monitoring block which allows sending a data stream with the receiver internal parameters (Gnss_Synchro objects) to local or remote clients over UDP.

Author
Álvaro Cebrián Juan, 2018. acebrianjuan(at)gmail.com

GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.

Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file gnss_synchro_monitor.h.