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

Add new conf parameter PVT.rinex_name to specify a custom name for generated RINEX files.

A command-line flag --RINEX_name, which overrides the configuration if defined, is also available
This commit is contained in:
Carles Fernandez
2020-02-25 14:43:15 +01:00
parent 72ecc9251a
commit 86a1dc5ca3
9 changed files with 34 additions and 18 deletions

View File

@@ -37,6 +37,7 @@ public:
int32_t rinex_version;
int32_t rinexobs_rate_ms;
std::string rinex_name;
std::map<int, int> rtcm_msg_rate_ms;
bool dump;