Time Shield Library
C++ library for working with time
|
This is the complete list of members for time_shield::NtpClient, including all inherited members.
fill_packet(ntp_packet &pkt) const | time_shield::NtpClient | inlineprivate |
get_last_error_code() const noexcept | time_shield::NtpClient | inline |
get_offset_us() const noexcept | time_shield::NtpClient | inline |
get_utc_time() const noexcept | time_shield::NtpClient | inline |
get_utc_time_ms() const noexcept | time_shield::NtpClient | inline |
get_utc_time_us() const noexcept | time_shield::NtpClient | inline |
m_host | time_shield::NtpClient | private |
m_is_success | time_shield::NtpClient | private |
m_offset_us | time_shield::NtpClient | private |
m_port | time_shield::NtpClient | private |
NTP_TIMESTAMP_DELTA | time_shield::NtpClient | privatestatic |
NtpClient(std::string server="pool.ntp.org", int port=123) | time_shield::NtpClient | inline |
parse_packet(const ntp_packet &pkt, int64_t &result_offset_us) const | time_shield::NtpClient | inlineprivate |
query() | time_shield::NtpClient | inline |
s_last_error_code | time_shield::NtpClient | privatestatic |
success() const noexcept | time_shield::NtpClient | inline |