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

Add PVT Monitor

This commit is contained in:
Álvaro Cebrián Juan
2019-01-21 11:59:29 +01:00
parent 893447343a
commit f635580e31
10 changed files with 371 additions and 0 deletions

View File

@@ -80,6 +80,10 @@ public:
std::string xml_output_path;
std::string rtcm_output_file_path;
bool monitor_enabled;
std::string udp_addresses;
int udp_port;
Pvt_Conf();
};