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

Save PVT dump also in .mat. New parameter dump_mat can disable this feature

This commit is contained in:
Carles Fernandez
2018-10-31 14:56:59 +01:00
parent 257099fee1
commit 39a062ca00
9 changed files with 347 additions and 38 deletions

View File

@@ -49,6 +49,7 @@ public:
std::map<int, int> rtcm_msg_rate_ms;
bool dump;
bool dump_mat;
std::string dump_filename;
bool flag_nmea_tty_port;