GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
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, const std::vector< std::string > &udp_ports, const std::vector< std::string > &udp_addresses, bool enable_protobuf)

Detailed Description

Classes for the Gnss_Synchro monitor.

Typedef Documentation

◆ b_io_context

using b_io_context = boost::asio::io_service

Definition at line 38 of file gnss_synchro_udp_sink.h.

◆ gnss_synchro_monitor_sptr

using gnss_synchro_monitor_sptr = gnss_shared_ptr<gnss_synchro_monitor>

Definition at line 40 of file gnss_synchro_monitor.h.