![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
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>
Public Member Functions | |
| ~gnss_synchro_monitor ()=default | |
| Default destructor. More... | |
| 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, int udp_port, const std::vector< std::string > &udp_addresses, bool enable_protobuf) |
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.
|
default |
Default destructor.
1.8.14