RADPx-OS Kernel (Radical Posix OS)  Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
rad_ntp_status Struct Reference

Public data structure for rad_ntp_status. More...

#include <radkernel.h>

+ Collaboration diagram for rad_ntp_status:

Public Attributes

uint32_t size
 Public structure field.
 
rad_ipv4_address_t server
 Last queried NTP/SNTP server.
 
uint16_t port
 Last queried UDP port.
 
uint16_t valid
 Nonzero when last_unix_seconds contains a valid sample.
 
uint64_t last_unix_seconds
 Last sampled Unix timestamp.
 
int64_t offset_millis
 Sample offset against the current kernel clock.
 
uint64_t queries
 Number of NTP/SNTP requests sent.
 
uint64_t responses
 Number of valid NTP/SNTP responses received.
 

Detailed Description

Public data structure for rad_ntp_status.


The documentation for this struct was generated from the following file: