mbgtools-lx
4.2.8
|
Global configuration info of an NTP device (client/server) More...
#include <gpsdefs.h>
Data Fields | |
NTP_GLB_SETTINGS | settings |
current configuration settings More... | |
uint8_t | max_symm_keys |
number of available symm keys that can be generated, see NTP_SYMM_KEY_INFO_IDX More... | |
uint8_t | max_trusted_keys |
number of available trusted keys, see NTP_TRUSTED_KEY_INFO_IDX More... | |
uint16_t | reserved_2 |
reserved, currently 0 More... | |
uint32_t | reserved_3 |
reserved, currently 0 More... | |
uint32_t | supp_ntp_roles |
supported NTP roles, see NTP_ROLE_MASKS More... | |
uint32_t | supp_flags |
supported NTP flags, see NTP_FLAG_MASKS More... | |
Global configuration info of an NTP device (client/server)
This structure can be used to determine possible configurations of an NTP device
uint8_t NTP_GLB_INFO::max_symm_keys |
number of available symm keys that can be generated, see NTP_SYMM_KEY_INFO_IDX
uint8_t NTP_GLB_INFO::max_trusted_keys |
number of available trusted keys, see NTP_TRUSTED_KEY_INFO_IDX
NTP_GLB_SETTINGS NTP_GLB_INFO::settings |
uint32_t NTP_GLB_INFO::supp_flags |
supported NTP flags, see NTP_FLAG_MASKS
uint32_t NTP_GLB_INFO::supp_ntp_roles |
supported NTP roles, see NTP_ROLE_MASKS
Definition at line 15256 of file gpsdefs.h.
Referenced by chk_dev_ntp_supp_client(), and chk_dev_ntp_supp_server().