|
uint32_t | supp_flags |
| Supported NTP system state values, see NTP_SYS_STATE_SUPP_FLAG_MASKS. More...
|
|
uint8_t | leap_ind |
| Leap indicator, see NTP_LI_BITS. More...
|
|
uint8_t | sys_sync_src |
| Current synchronization source, see NTP_SYNC_SRC_BITS. More...
|
|
uint8_t | sys_evt_cnt |
| Number of events, since the last time the event code changed. More...
|
|
uint8_t | sys_rec_evt |
| Most recent event message, see NTP_SYS_EVT_BITS. More...
|
|
uint8_t | impl_type |
| NTP implementation type, see NTP_IMPL. More...
|
|
uint8_t | major_version |
| Major version number. More...
|
|
uint8_t | minor_version |
| Minor version number. More...
|
|
uint8_t | micro_version |
| Micro version number. More...
|
|
uint16_t | patch_lvl |
| Patch level number. More...
|
|
uint8_t | cpu_type |
| Processor type, see NTP_CPU_TYPES. More...
|
|
uint8_t | system |
| Operating system, see NTP_SYSTEMS. More...
|
|
uint8_t | stratum |
| Current stratum level of the system. More...
|
|
int8_t | precision |
| Precision of the system clock (2^precision) More...
|
|
uint16_t | sys_assoc |
| Association ID of the current system peer, do not use NTP_SYS_STATE::sys_peer if this is supported. More...
|
|
int32_t | root_delay |
| [us] Total roundtrip delay to the system peer More...
|
|
int32_t | root_disp |
| [us] Total dispersion to the system peer More...
|
|
MBG_IP_ADDR | ref_id |
| Reference ID of the current system peer, see MBG_IP_ADDR. More...
|
|
NTP_TSTAMP | ref_time |
| Last time the system time has been adjusted, see NTP_TSTAMP. More...
|
|
NTP_TSTAMP | sys_time |
| Current system time, see NTP_TSTAMP. More...
|
|
uint16_t | sys_peer |
| Index of the current system peer. More...
|
|
uint8_t | poll |
| Current polling interval for the system peer (tc) More...
|
|
uint8_t | minpoll |
| Minimal polling interval for the system peer (mintc) More...
|
|
int64_t | offset |
| [ns] Combined offset to the system peer More...
|
|
int32_t | freq |
| [ppb] Frequency offset relative to hardware clock More...
|
|
int32_t | sys_jitter |
| [us] Combined jitter of the system More...
|
|
int32_t | clk_jitter |
| [us] Jitter of the clock More...
|
|
int32_t | clk_wander |
| [ppb] Frequency wander of the clock More...
|
|
uint8_t | service_state |
| Current state of the NTP service see MBG_NTP_SERVICE_STATES. More...
|
|
uint8_t | reserved_1 |
| Reserved, currently always 0. More...
|
|
uint16_t | reserved_2 |
| Reserved, currently always 0. More...
|
|
uint32_t | reserved_3 |
| Reserved, currently always 0. More...
|
|
Structure that represents the current system status of an NTP device.
This structure can be requested from a monitoring program to determine the device system status
Definition at line 16872 of file gpsdefs.h.