mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-09-10 03:09:13 +00:00
two fields (TOW_ms and WN). Probably because this file was written at a time when these fields were not present in the tracking dump. This commit fixes that, and plot_tracking_quality_indicator.py is operational now. This script now also lays out a _RECORD_FORMAT such that it is easily maintainable if the structure changes again in future in the dll_pll_veml_tracking.cc Thanks! Signed-off-by: minhaj <minhaj.sixbyte@gmail.com>
33 lines
500 B
Plaintext
33 lines
500 B
Plaintext
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2011-2024 Carles Fernandez-Prades <carles.fernandez(at)cttc.es>
|
|
*~
|
|
.*.swp
|
|
/build/
|
|
/.build/
|
|
/build*/
|
|
/cmake-build-debug/
|
|
/data/
|
|
/docs/doxygen/Doxyfile
|
|
/docs/html/
|
|
/docs/latex/
|
|
/docs/GNSS-SDR_manual.pdf
|
|
/gnss_sdr_pvt.nmea
|
|
/GSDR*
|
|
/HAS_*
|
|
/PVT_*
|
|
/Testing/
|
|
/tests/data/output.dat
|
|
/thirdparty/
|
|
/utils/nav-listener/build/
|
|
/utils/nav-listener/build*/
|
|
/install
|
|
.cproject
|
|
.DS_Store
|
|
.idea
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
.vs/
|
|
.vscode/
|
|
*.pyc
|