ubloxcfg
u-blox 9 configuration helpers
|
Configuration item. More...
#include <ubloxcfg.h>
Data Fields | |
uint32_t | id |
Item ID. | |
UBLOXCFG_TYPE_t | type |
Storage type. | |
UBLOXCFG_SIZE_t | size |
Item size. | |
const char * | name |
Item name. | |
const char * | title |
Title. | |
const char * | unit |
Unit (or NULL) | |
const char * | scale |
Scale factor as string (or NULL) | |
const UBLOXCFG_CONST_t * | consts |
Constants (or NULL if none) | |
int | nConsts |
Number of constants (or 0 if none) | |
double | scalefact |
Scale factor as number. | |
int | order |
Ordering. | |
Configuration item.
Definition at line 113 of file ubloxcfg.h.