mbgtools-lx  4.2.8
NTP_CLNT_MODE_INFO Struct Reference

Client settings info of an NTP device. More...

#include <gpsdefs.h>

Data Fields

NTP_CLNT_MODE_SETTINGS settings
 
uint8_t n_supp_peers
 maximal number of configurable peers More...
 
uint8_t n_supp_pref_peers
 maximal number of configurable preferred ref sources More...
 
uint8_t poll_intv_min
 minimal supported NTP polling interval More...
 
uint8_t poll_intv_max
 maximal supported NTP polling interval More...
 
uint32_t reserved_1
 reserved, currently 0 More...
 
uint32_t reserved_2
 reserved, currently 0 More...
 
uint32_t supp_flags
 supported NTP flags, see NTP_FLAG_MASKS More...
 
uint32_t supp_peer_flags
 supported NTP flags for peers, see NTP_FLAG_MASKS More...
 

Detailed Description

Client settings info of an NTP device.

This structure can be used to determine possible NTP client settings and the current configuration

Definition at line 16260 of file gpsdefs.h.

Field Documentation

◆ n_supp_peers

uint8_t NTP_CLNT_MODE_INFO::n_supp_peers

maximal number of configurable peers

Definition at line 16264 of file gpsdefs.h.

◆ n_supp_pref_peers

uint8_t NTP_CLNT_MODE_INFO::n_supp_pref_peers

maximal number of configurable preferred ref sources

Definition at line 16265 of file gpsdefs.h.

◆ poll_intv_max

uint8_t NTP_CLNT_MODE_INFO::poll_intv_max

maximal supported NTP polling interval

Definition at line 16267 of file gpsdefs.h.

◆ poll_intv_min

uint8_t NTP_CLNT_MODE_INFO::poll_intv_min

minimal supported NTP polling interval

Definition at line 16266 of file gpsdefs.h.

◆ reserved_1

uint32_t NTP_CLNT_MODE_INFO::reserved_1

reserved, currently 0

Definition at line 16269 of file gpsdefs.h.

◆ reserved_2

uint32_t NTP_CLNT_MODE_INFO::reserved_2

reserved, currently 0

Definition at line 16270 of file gpsdefs.h.

◆ settings

NTP_CLNT_MODE_SETTINGS NTP_CLNT_MODE_INFO::settings

Definition at line 16262 of file gpsdefs.h.

◆ supp_flags

uint32_t NTP_CLNT_MODE_INFO::supp_flags

supported NTP flags, see NTP_FLAG_MASKS

Definition at line 16272 of file gpsdefs.h.

◆ supp_peer_flags

uint32_t NTP_CLNT_MODE_INFO::supp_peer_flags

supported NTP flags for peers, see NTP_FLAG_MASKS

Definition at line 16273 of file gpsdefs.h.


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