GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Classes | Typedefs | Functions
core_monitor

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...
 
class  Gnss_Synchro_Udp_Sink
 This class sends serialized Gnss_Synchro objects over UDP to one or multiple endpoints. More...
 

Typedefs

using gnss_synchro_monitor_sptr = gnss_shared_ptr< gnss_synchro_monitor >
 
using b_io_context = boost::asio::io_service
 

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

Classes for the Gnss_Synchro monitor.