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

Add show_local_time_zone parameter for PVT

PVT.show_local_time_zone=true shows local time in terminal
This commit is contained in:
Carles Fernandez
2019-03-15 13:31:18 +01:00
parent b4d7716d19
commit b6141fb3b2
5 changed files with 56 additions and 9 deletions

View File

@@ -83,6 +83,8 @@ public:
std::string udp_addresses;
int udp_port;
bool show_local_time_zone;
Pvt_Conf();
};