A driver for the MAX8U GPS by uBlox. Provides core functionality. Communicates through I2C.

Embed: (wiki syntax)

« Back to documentation index

MAX8U::SatelliteInfo Struct Reference

MAX8U::SatelliteInfo Struct Reference

Info about each sattelite, obtained from getSatelliteInfo() More...

#include <MAX8U.h>

Public Member Functions

const char * getGNSSName ()
 Get the string name of this satellite's GNSS.

Data Fields

GNSSID gnss
 GNSS that this satellite is from.
uint8_t satelliteID
 ID of this satellite in its GNSS.
uint8_t signalStrength
 Carrier-noise ratio in dbHz.
uint8_t signalQuality
 Signal quality indicator (see U-Blox protocol description section 32.17.17.1)
bool svUsed
 True if this satellite is beign used to do navigation.

Detailed Description

Info about each sattelite, obtained from getSatelliteInfo()

Definition at line 59 of file MAX8U.h.


Member Function Documentation

const char * getGNSSName (  )

Get the string name of this satellite's GNSS.

Returns:

Definition at line 18 of file MAX8U.cpp.


Field Documentation

GNSS that this satellite is from.

Definition at line 64 of file MAX8U.h.

uint8_t satelliteID

ID of this satellite in its GNSS.

Definition at line 69 of file MAX8U.h.

uint8_t signalQuality

Signal quality indicator (see U-Blox protocol description section 32.17.17.1)

Definition at line 79 of file MAX8U.h.

uint8_t signalStrength

Carrier-noise ratio in dbHz.

Definition at line 74 of file MAX8U.h.

bool svUsed

True if this satellite is beign used to do navigation.

Definition at line 90 of file MAX8U.h.