ubloxcfg
u-blox 9 configuration helpers
CFG-GEOFENCE-CONFLVL (Required confidence level for state evaluation)

Macros

#define UBLOXCFG_CFG_GEOFENCE_CONFLVL_ID   0x20240011
 ID of CFG-GEOFENCE-CONFLVL.
 
#define UBLOXCFG_CFG_GEOFENCE_CONFLVL_STR   "CFG-GEOFENCE-CONFLVL"
 Name of CFG-GEOFENCE-CONFLVL.
 
#define UBLOXCFG_CFG_GEOFENCE_CONFLVL_TYPE   E1
 

Typedefs

typedef enum UBLOXCFG_CFG_GEOFENCE_CONFLVL_e UBLOXCFG_CFG_GEOFENCE_CONFLVL_t
 constants for CFG-GEOFENCE-CONFLVL
 

Enumerations

enum  UBLOXCFG_CFG_GEOFENCE_CONFLVL_e {
  UBLOXCFG_CFG_GEOFENCE_CONFLVL_L000 = 0, UBLOXCFG_CFG_GEOFENCE_CONFLVL_L680 = 1, UBLOXCFG_CFG_GEOFENCE_CONFLVL_L950 = 2, UBLOXCFG_CFG_GEOFENCE_CONFLVL_L997 = 3,
  UBLOXCFG_CFG_GEOFENCE_CONFLVL_L9999 = 4, UBLOXCFG_CFG_GEOFENCE_CONFLVL_L999999 = 5
}
 constants for CFG-GEOFENCE-CONFLVL More...
 

Detailed Description

Macro Definition Documentation

◆ UBLOXCFG_CFG_GEOFENCE_CONFLVL_TYPE

#define UBLOXCFG_CFG_GEOFENCE_CONFLVL_TYPE   E1

Type of CFG-GEOFENCE-CONFLVL

Definition at line 71 of file ubloxcfg_gen.h.

Enumeration Type Documentation

◆ UBLOXCFG_CFG_GEOFENCE_CONFLVL_e

constants for CFG-GEOFENCE-CONFLVL

Enumerator
UBLOXCFG_CFG_GEOFENCE_CONFLVL_L000 

No confidence.

UBLOXCFG_CFG_GEOFENCE_CONFLVL_L680 

68%

UBLOXCFG_CFG_GEOFENCE_CONFLVL_L950 

95%

UBLOXCFG_CFG_GEOFENCE_CONFLVL_L997 

99.7%

UBLOXCFG_CFG_GEOFENCE_CONFLVL_L9999 

99.99%

UBLOXCFG_CFG_GEOFENCE_CONFLVL_L999999 

99.9999%

Definition at line 73 of file ubloxcfg_gen.h.