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

Configuration item. More...

#include <ubloxcfg.h>

Data Fields

uint32_t id
 Item ID. More...
 
UBLOXCFG_TYPE_t type
 Storage type. More...
 
UBLOXCFG_SIZE_t size
 Item size. More...
 
const char * name
 Item name. More...
 
const char * title
 Title. More...
 
const char * unit
 Unit (or NULL) More...
 
const char * scale
 Scale factor as string (or NULL) More...
 
const UBLOXCFG_CONST_tconsts
 Constants (or NULL if none) More...
 
int nConsts
 Number of constants (or 0 if none) More...
 
double scalefact
 Scale factor as number. More...
 
int order
 Ordering. More...
 

Detailed Description

Configuration item.

Definition at line 113 of file ubloxcfg.h.

Field Documentation

◆ id

uint32_t UBLOXCFG_ITEM_s::id

Item ID.

Definition at line 115 of file ubloxcfg.h.

◆ type

UBLOXCFG_TYPE_t UBLOXCFG_ITEM_s::type

Storage type.

Definition at line 116 of file ubloxcfg.h.

◆ size

UBLOXCFG_SIZE_t UBLOXCFG_ITEM_s::size

Item size.

Definition at line 117 of file ubloxcfg.h.

◆ name

const char* UBLOXCFG_ITEM_s::name

Item name.

Definition at line 118 of file ubloxcfg.h.

◆ title

const char* UBLOXCFG_ITEM_s::title

Title.

Definition at line 119 of file ubloxcfg.h.

◆ unit

const char* UBLOXCFG_ITEM_s::unit

Unit (or NULL)

Definition at line 120 of file ubloxcfg.h.

◆ scale

const char* UBLOXCFG_ITEM_s::scale

Scale factor as string (or NULL)

Definition at line 121 of file ubloxcfg.h.

◆ consts

const UBLOXCFG_CONST_t* UBLOXCFG_ITEM_s::consts

Constants (or NULL if none)

Definition at line 122 of file ubloxcfg.h.

◆ nConsts

int UBLOXCFG_ITEM_s::nConsts

Number of constants (or 0 if none)

Definition at line 123 of file ubloxcfg.h.

◆ scalefact

double UBLOXCFG_ITEM_s::scalefact

Scale factor as number.

Definition at line 124 of file ubloxcfg.h.

◆ order

int UBLOXCFG_ITEM_s::order

Ordering.

Definition at line 125 of file ubloxcfg.h.


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