ubloxcfg
u-blox 9 configuration helpers
|
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. | ||
Constants for type E1/E2/E4 configuration items.
Definition at line 100 of file ubloxcfg.h.
const char* UBLOXCFG_CONST_s::name |
Name of the constant.
Definition at line 102 of file ubloxcfg.h.
const char* UBLOXCFG_CONST_s::title |
Title.
Definition at line 103 of file ubloxcfg.h.
const char* UBLOXCFG_CONST_s::value |
Value as string.
Definition at line 104 of file ubloxcfg.h.
int32_t UBLOXCFG_CONST_s::E |
E type value as number.
Definition at line 107 of file ubloxcfg.h.
uint64_t UBLOXCFG_CONST_s::X |
X type value as number.
Definition at line 108 of file ubloxcfg.h.