Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
ntp_client_pool.hpp File Reference

Go to the source code of this file.

Classes

struct  time_shield::NtpSample
 NTP measurement sample (one server response). More...
 
struct  time_shield::NtpServerConfig
 Per-server configuration. More...
 
struct  time_shield::NtpPoolConfig
 Pool configuration. More...
 
class  time_shield::NtpClientPoolT< ClientT >
 Pool of NTP servers: rate-limited multi-server offset estimation. More...
 
struct  time_shield::NtpClientPoolT< ClientT >::ServerState
 Runtime state for a configured server. More...
 
class  time_shield::NtpClientPool
 

Namespaces

namespace  time_shield
 Main namespace for the Time Shield library.
 

Typedefs

using time_shield::NtpClientPool = NtpClientPoolT<NtpClient>