nrfxlib API 3.3.99
Loading...
Searching...
No Matches
NMEA string bitmask values

Use these bitmask values to enable different type of NMEA output strings. More...

Macros

#define NRF_MODEM_GNSS_NMEA_GGA_MASK   0x01
 Enables Global Positioning System Fix Data.
 
#define NRF_MODEM_GNSS_NMEA_GLL_MASK   0x02
 Enables Geographic Position Latitude/Longitude and time.
 
#define NRF_MODEM_GNSS_NMEA_GSA_MASK   0x04
 Enables DOP and active satellites.
 
#define NRF_MODEM_GNSS_NMEA_GSV_MASK   0x08
 Enables Satellites in view.
 
#define NRF_MODEM_GNSS_NMEA_RMC_MASK   0x10
 Enables Recommended minimum specific GPS/Transit data.
 

Detailed Description

Use these bitmask values to enable different type of NMEA output strings.

The values can be OR'ed together to enable multiple string types at the same time. Writing 0 to the bit position will disable the corresponding NMEA string type.