1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-14 12:28:08 +00:00

Adding global configuration option to specify a custom year in order to postprocess old GNSS captures and avoid wrong week rollover

This commit is contained in:
Javier
2019-09-13 16:36:41 +02:00
parent e80122f4ff
commit ad51654fbf
15 changed files with 105 additions and 56 deletions

View File

@@ -91,6 +91,7 @@ public:
bool enable_rx_clock_correction;
bool show_local_time_zone;
int custom_year;
Pvt_Conf();
};