ubloxcfg
u-blox 9 configuration helpers
Other functions

Functions

uint16_t ubloxcfg_getVersion (void)
 Get library version. More...
 
const char ** ubloxcfg_getSources (int *numSources)
 Get strings describing the data sources. More...
 

Detailed Description

Function Documentation

◆ ubloxcfg_getVersion()

uint16_t ubloxcfg_getVersion ( void  )

Get library version.

Returns
the library version as major and minor versions encoded in two bytes ((major << 8) | minor), or 0 if unknown

Definition at line 1179 of file ubloxcfg.c.

◆ ubloxcfg_getSources()

const char ** ubloxcfg_getSources ( int *  numSources)

Get strings describing the data sources.

Definition at line 1184 of file ubloxcfg.c.