|
Time Shield Library
C++ library for working with time
|
Simple NTP client for querying time offset from NTP servers. More...
Go to the source code of this file.
Classes | |
| class | time_shield::NtpClient |
| NTP client for measuring time offset. More... | |
Namespaces | |
| namespace | time_shield |
| Main namespace for the Time Shield library. | |
| namespace | time_shield::detail |
Typedefs | |
| using | time_shield::detail::PlatformUdpTransport = UdpTransportWin |
Simple NTP client for querying time offset from NTP servers.
The feature is optional and controlled by TIME_SHIELD_ENABLE_NTP_CLIENT.
Definition in file ntp_client.hpp.