ark::time::NtpWireTimestamp

Defined in header “ark/time/ntp_packet.hh”.


Represents an NTP timestamp as we’d see it on the wire.

Variables

  • uint32_t integer= 0
    The integer component (seconds).

  • uint32_t fractional= 0
    The fractional component (in 0.2ns increments).