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

Write HAS data file at PVT.output_path

This commit is contained in:
Carles Fernandez
2023-11-09 08:53:29 +01:00
parent f0c6a7184a
commit fcfc851aa5
4 changed files with 13 additions and 24 deletions

View File

@@ -46,6 +46,7 @@ public:
std::string kml_output_path = std::string(".");
std::string xml_output_path = std::string(".");
std::string rtcm_output_file_path = std::string(".");
std::string has_output_file_path = std::string(".");
std::string udp_addresses;
std::string udp_eph_addresses;
std::string log_source_timetag_file;