GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
gnss_synchro_monitor Class Reference

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...

#include <gnss_synchro_monitor.h>

Inheritance diagram for gnss_synchro_monitor:

Public Member Functions

 ~gnss_synchro_monitor ()=default
 Default destructor.
void forecast (int noutput_items, gr_vector_int &ninput_items_required)
int general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)

Friends

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

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.

Definition at line 53 of file gnss_synchro_monitor.h.

Constructor & Destructor Documentation

◆ ~gnss_synchro_monitor()

gnss_synchro_monitor::~gnss_synchro_monitor ( )
default

Default destructor.


The documentation for this class was generated from the following file: