mbgtools-lx  4.2.8
NTP_RESTR_LIMITS Struct Reference

General NTP restriction limits to be read from a device. More...

#include <gpsdefs.h>

Data Fields

uint16_t max_restrs
 Number of maximum supported restrictions. More...
 
uint16_t cur_restrs
 Number of currently configured restrictions. More...
 
uint32_t supp_types
 Supported restriction types, see NTP_RESTR_TYPE_MSKS. More...
 
uint32_t supp_flags
 Supported restriction flags, see NTP_RESTR_FLAG_MSKS. More...
 
uint32_t reserved
 Future use. More...
 

Detailed Description

General NTP restriction limits to be read from a device.

Used to query from a device how many NTP restrictions are supported by the device, then index 0..NTP_RESTR_LIMITS::cur_restrs-1 restriction records can be read from a device. A maximum of NTP_RESTR_LIMITS::max_restrs can be configured at all.

Definition at line 15374 of file gpsdefs.h.

Field Documentation

◆ cur_restrs

uint16_t NTP_RESTR_LIMITS::cur_restrs

Number of currently configured restrictions.

Definition at line 15377 of file gpsdefs.h.

◆ max_restrs

uint16_t NTP_RESTR_LIMITS::max_restrs

Number of maximum supported restrictions.

Definition at line 15376 of file gpsdefs.h.

◆ reserved

uint32_t NTP_RESTR_LIMITS::reserved

Future use.

Definition at line 15380 of file gpsdefs.h.

◆ supp_flags

uint32_t NTP_RESTR_LIMITS::supp_flags

Supported restriction flags, see NTP_RESTR_FLAG_MSKS.

Definition at line 15379 of file gpsdefs.h.

◆ supp_types

uint32_t NTP_RESTR_LIMITS::supp_types

Supported restriction types, see NTP_RESTR_TYPE_MSKS.

Definition at line 15378 of file gpsdefs.h.


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