Files
gnss-sdr/.gitignore
T
minhaj ec718c6e64 The dll_pll_veml_read_tracking_dump.py file was failing as it didn't read last
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>
2026-06-19 17:29:08 -05:00

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