mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Fix Monitor block file header
This commit is contained in:
parent
587af5f61c
commit
cafb3b0363
@ -1,6 +1,9 @@
|
|||||||
/*!
|
/*!
|
||||||
* \file gnss_synchro_monitor.cc
|
* \file gnss_synchro_monitor.cc
|
||||||
* \brief Interface of a Position Velocity and Time computation block
|
* \brief Implementation 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
|
* \author Álvaro Cebrián Juan, 2018. acebrianjuan(at)gmail.com
|
||||||
*
|
*
|
||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
/*!
|
/*!
|
||||||
* \file gnss_synchro_monitor.h
|
* \file gnss_synchro_monitor.h
|
||||||
* \brief Interface of a Position Velocity and Time computation block
|
* \brief 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
|
* \author Álvaro Cebrián Juan, 2018. acebrianjuan(at)gmail.com
|
||||||
*
|
*
|
||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user