Midnight Sun Firmware
|
Structure representing an NTP packet. More...
#include <network_time_protocol.h>
Public Attributes | |
uint8_t | flags |
uint8_t | stratum |
uint8_t | poll |
uint8_t | precision |
uint32_t | rootDelay |
uint32_t | rootDispersion |
uint8_t | referenceId [4] |
NTPTime | referenceTime |
NTPTime | originTime |
NTPTime | receiveTime |
NTPTime | transmitTime |
Structure representing an NTP packet.
uint8_t flags |
Flags field containing Leap Indicator, Version, and Mode
NTPTime originTime |
Time at the client when the request departed
uint8_t poll |
Maximum interval between successive messages, in log2 seconds
uint8_t precision |
Precision of the local clock, in log2 seconds
NTPTime receiveTime |
Time at the server when the request was received
uint8_t referenceId[4] |
Identifier of the reference clock
NTPTime referenceTime |
Time when the system clock was last set or corrected
uint32_t rootDelay |
Total round-trip delay to the primary reference source
uint32_t rootDispersion |
Maximum error relative to the primary reference source
uint8_t stratum |
Stratum level of the server
NTPTime transmitTime |
Time at the server when the response was sent