1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-12 19:48:06 +00:00

Adding PVT timetag log recording option

This commit is contained in:
Javier Arribas
2021-04-29 16:14:35 +02:00
parent 2fe2087310
commit 1e9315900c
5 changed files with 75 additions and 30 deletions

View File

@@ -85,6 +85,9 @@ public:
bool pre_2009_file;
bool dump;
bool dump_mat;
bool log_source_timetag;
std::string log_source_timetag_file;
};