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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user