Module nrfxlib::gnss[][src]

Expand description

GNSS Module for nrfxlib

Global Navigation Satellite System (GNSS) related socket code.

Currently only GPS is supported by the nRF9160 modem firmware, but they could add GLONASS, Galileo and Beidou in the future.

Copyright (c) 42 Technology Ltd 2019

Dual-licensed under MIT and Apache 2.0. See the README for more details.

Structs

DeleteMask

Specifies which non-volatile fields you want to delete before starting the GNSS.

GnssSocket

Represents a connection to the GPS sub-system.

NmeaMask

Specifies which NMEA fields you want from the GNSS sub-system.

Enums

DeleteField

The specific fields you can enable or disable in a DeleteMask.

GnssData

Represents a position or NMEA string from the GNSS subsystem

NmeaField

The specific fields you can enable or disable in an NmeaMask.