mbgtools-lx  4.2.8
NTP_PEER_LIMITS Struct Reference

General NTP peer settings limits to be read from a device. More...

#include <gpsdefs.h>

Data Fields

uint16_t n_supp_peers
 maximum number of configurable peers More...
 
uint16_t n_cur_peers
 current number of configured peers More...
 
uint8_t poll_intv_min
 minimum supported NTP polling interval More...
 
uint8_t poll_intv_max
 maximum supported NTP polling interval More...
 
uint8_t reserved_1
 reserved, currently 0 More...
 
uint8_t reserved_2
 reserved, currently 0 More...
 
uint32_t supp_assoc_types
 supported types of NTP associations More...
 
uint32_t reserved_3
 reserved, currently 0 More...
 
uint32_t supp_flags_server
 supported flags for unicast associations More...
 
uint32_t supp_flags_peer
 supported flags for unicast symmetric-active assocations More...
 
uint32_t supp_flags_pool
 supported flags for unicast pool associations More...
 
uint32_t supp_flags_broadcast
 supported flags for broadcast associations More...
 
uint32_t supp_flags_multicast
 supported flags for multicast associations More...
 
uint32_t supp_flags_manycast
 supported flags for manycast associations More...
 
uint32_t supp_flags_broadcastclient
 supported flags for broadcast client associations More...
 
uint32_t supp_flags_multicastclient
 supported flags for multicast client associations More...
 
uint32_t supp_flags_manycastclient
 supported flags for manycast client associations More...
 
uint32_t reserved_4
 reserved, currently 0 More...
 
uint32_t reserved_5
 reserved, currently 0 More...
 
uint32_t reserved_6
 reserved, currently 0 More...
 

Detailed Description

General NTP peer settings limits to be read from a device.

Used to query from a device how many NTP associations are supported by the device, then index 0..NTP_PEER_LIMITS::n_cur_peers-1 peer records can be read from a device. A maximum of NTP_PEER_LIMITS::n_supp_peers can be configured at all.

Definition at line 16297 of file gpsdefs.h.

Field Documentation

◆ n_cur_peers

uint16_t NTP_PEER_LIMITS::n_cur_peers

current number of configured peers

Definition at line 16300 of file gpsdefs.h.

◆ n_supp_peers

uint16_t NTP_PEER_LIMITS::n_supp_peers

maximum number of configurable peers

Definition at line 16299 of file gpsdefs.h.

◆ poll_intv_max

uint8_t NTP_PEER_LIMITS::poll_intv_max

maximum supported NTP polling interval

Definition at line 16303 of file gpsdefs.h.

◆ poll_intv_min

uint8_t NTP_PEER_LIMITS::poll_intv_min

minimum supported NTP polling interval

Definition at line 16302 of file gpsdefs.h.

◆ reserved_1

uint8_t NTP_PEER_LIMITS::reserved_1

reserved, currently 0

Definition at line 16304 of file gpsdefs.h.

◆ reserved_2

uint8_t NTP_PEER_LIMITS::reserved_2

reserved, currently 0

Definition at line 16305 of file gpsdefs.h.

◆ reserved_3

uint32_t NTP_PEER_LIMITS::reserved_3

reserved, currently 0

Definition at line 16308 of file gpsdefs.h.

◆ reserved_4

uint32_t NTP_PEER_LIMITS::reserved_4

reserved, currently 0

Definition at line 16319 of file gpsdefs.h.

◆ reserved_5

uint32_t NTP_PEER_LIMITS::reserved_5

reserved, currently 0

Definition at line 16320 of file gpsdefs.h.

◆ reserved_6

uint32_t NTP_PEER_LIMITS::reserved_6

reserved, currently 0

Definition at line 16321 of file gpsdefs.h.

◆ supp_assoc_types

uint32_t NTP_PEER_LIMITS::supp_assoc_types

supported types of NTP associations

Definition at line 16307 of file gpsdefs.h.

◆ supp_flags_broadcast

uint32_t NTP_PEER_LIMITS::supp_flags_broadcast

supported flags for broadcast associations

Definition at line 16313 of file gpsdefs.h.

◆ supp_flags_broadcastclient

uint32_t NTP_PEER_LIMITS::supp_flags_broadcastclient

supported flags for broadcast client associations

Definition at line 16316 of file gpsdefs.h.

◆ supp_flags_manycast

uint32_t NTP_PEER_LIMITS::supp_flags_manycast

supported flags for manycast associations

Definition at line 16315 of file gpsdefs.h.

◆ supp_flags_manycastclient

uint32_t NTP_PEER_LIMITS::supp_flags_manycastclient

supported flags for manycast client associations

Definition at line 16318 of file gpsdefs.h.

◆ supp_flags_multicast

uint32_t NTP_PEER_LIMITS::supp_flags_multicast

supported flags for multicast associations

Definition at line 16314 of file gpsdefs.h.

◆ supp_flags_multicastclient

uint32_t NTP_PEER_LIMITS::supp_flags_multicastclient

supported flags for multicast client associations

Definition at line 16317 of file gpsdefs.h.

◆ supp_flags_peer

uint32_t NTP_PEER_LIMITS::supp_flags_peer

supported flags for unicast symmetric-active assocations

Definition at line 16311 of file gpsdefs.h.

◆ supp_flags_pool

uint32_t NTP_PEER_LIMITS::supp_flags_pool

supported flags for unicast pool associations

Definition at line 16312 of file gpsdefs.h.

◆ supp_flags_server

uint32_t NTP_PEER_LIMITS::supp_flags_server

supported flags for unicast associations

Definition at line 16310 of file gpsdefs.h.


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