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.
uint32_t UBLOXCFG_ITEM_s::id |
Item ID.
Definition at line 115 of file ubloxcfg.h.
UBLOXCFG_TYPE_t UBLOXCFG_ITEM_s::type |
Storage type.
Definition at line 116 of file ubloxcfg.h.
UBLOXCFG_SIZE_t UBLOXCFG_ITEM_s::size |
Item size.
Definition at line 117 of file ubloxcfg.h.
const char* UBLOXCFG_ITEM_s::name |
Item name.
Definition at line 118 of file ubloxcfg.h.
const char* UBLOXCFG_ITEM_s::title |
Title.
Definition at line 119 of file ubloxcfg.h.
const char* UBLOXCFG_ITEM_s::unit |
Unit (or NULL)
Definition at line 120 of file ubloxcfg.h.
const char* UBLOXCFG_ITEM_s::scale |
Scale factor as string (or NULL)
Definition at line 121 of file ubloxcfg.h.
const UBLOXCFG_CONST_t* UBLOXCFG_ITEM_s::consts |
Constants (or NULL if none)
Definition at line 122 of file ubloxcfg.h.
int UBLOXCFG_ITEM_s::nConsts |
Number of constants (or 0 if none)
Definition at line 123 of file ubloxcfg.h.
double UBLOXCFG_ITEM_s::scalefact |
Scale factor as number.
Definition at line 124 of file ubloxcfg.h.
int UBLOXCFG_ITEM_s::order |
Ordering.
Definition at line 125 of file ubloxcfg.h.