mbgtools-lx
4.2.8
|
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... | |
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.
uint16_t NTP_RESTR_LIMITS::cur_restrs |
uint16_t NTP_RESTR_LIMITS::max_restrs |
uint32_t NTP_RESTR_LIMITS::supp_flags |
Supported restriction flags, see NTP_RESTR_FLAG_MSKS.
uint32_t NTP_RESTR_LIMITS::supp_types |
Supported restriction types, see NTP_RESTR_TYPE_MSKS.