ubloxcfg
u-blox 9 configuration helpers
Loading...
Searching...
No Matches
UBLOXCFG_CONST_s Struct Reference

Constants for type E1/E2/E4 configuration items. More...

#include <ubloxcfg.h>

Data Fields

const char * name
 Name of the constant.
 
const char * title
 Title.
 
const char * value
 Value as string.
 
union { 
 
   int32_t   E 
 E type value as number. More...
 
   uint64_t   X 
 X type value as number. More...
 
val 
 Value.
 

Detailed Description

Constants for type E1/E2/E4 configuration items.

Definition at line 100 of file ubloxcfg.h.

Field Documentation

◆ name

const char* UBLOXCFG_CONST_s::name

Name of the constant.

Definition at line 102 of file ubloxcfg.h.

◆ title

const char* UBLOXCFG_CONST_s::title

Title.

Definition at line 103 of file ubloxcfg.h.

◆ value

const char* UBLOXCFG_CONST_s::value

Value as string.

Definition at line 104 of file ubloxcfg.h.

◆ E

int32_t UBLOXCFG_CONST_s::E

E type value as number.

Definition at line 107 of file ubloxcfg.h.

◆ X

uint64_t UBLOXCFG_CONST_s::X

X type value as number.

Definition at line 108 of file ubloxcfg.h.


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