mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-12-13 20:18:04 +00:00
pvt_conf.h: initialize all variables
This commit is contained in:
@@ -90,7 +90,7 @@ public:
|
|||||||
bool pre_2009_file = false;
|
bool pre_2009_file = false;
|
||||||
bool dump = false;
|
bool dump = false;
|
||||||
bool dump_mat = true;
|
bool dump_mat = true;
|
||||||
bool log_source_timetag;
|
bool log_source_timetag = false;
|
||||||
bool use_e6_for_pvt = true;
|
bool use_e6_for_pvt = true;
|
||||||
bool use_has_corrections = true;
|
bool use_has_corrections = true;
|
||||||
bool use_unhealthy_sats = false;
|
bool use_unhealthy_sats = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user