|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
SNTP client configuration with C++ defaults. More...
#include <net_sntp.hpp>
Public Attributes | |
| const char * | server {"pool.ntp.org"} |
| uint64_t | timeout_ns {OVE_SEC(5)} |
SNTP client configuration with C++ defaults.
| const char* ove::sntp::Config::server {"pool.ntp.org"} |
NTP server hostname.
| uint64_t ove::sntp::Config::timeout_ns {OVE_SEC(5)} |
Sync timeout (default 5 seconds).