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

Parameterize the observables processing rate with the global configuration parameter GNSS-SDR.observable_interval_ms, set to 20 by default

This commit is contained in:
Carles Fernandez
2021-06-12 11:01:18 +02:00
parent ac84750f60
commit 0b5920338f
9 changed files with 27 additions and 17 deletions

View File

@@ -51,6 +51,8 @@ public:
std::string udp_eph_addresses;
uint32_t type_of_receiver;
uint32_t observable_interval_ms;
int32_t output_rate_ms;
int32_t display_rate_ms;
int32_t kml_rate_ms;