gnssmax2  2.1.0.0
Macros
GNSS MAX 2 Device Settings

Settings for registers of GNSS MAX 2 Click driver. More...

Macros

#define GNSSMAX2_RSP_START   "$"
 GNSS MAX 2 response buffer commands. More...
 
#define GNSSMAX2_RSP_DELIMITER   ","
 
#define GNSSMAX2_RSP_END   "\r\n"
 
#define GNSSMAX2_RSP_GGA   "GGA"
 
#define GNSSMAX2_GGA_ELEMENT_SIZE   15
 GNSS MAX 2 GGA command elements. More...
 
#define GNSSMAX2_GGA_TIME   1
 
#define GNSSMAX2_GGA_LATITUDE   2
 
#define GNSSMAX2_GGA_LATITUDE_SIDE   3
 
#define GNSSMAX2_GGA_LONGITUDE   4
 
#define GNSSMAX2_GGA_LONGITUDE_SIDE   5
 
#define GNSSMAX2_GGA_QUALITY_INDICATOR   6
 
#define GNSSMAX2_GGA_NUMBER_OF_SATELLITES   7
 
#define GNSSMAX2_GGA_H_DILUTION_OF_POS   8
 
#define GNSSMAX2_GGA_ALTITUDE   9
 
#define GNSSMAX2_GGA_ALTITUDE_UNIT   10
 
#define GNSSMAX2_GGA_GEOIDAL_SEPARATION   11
 
#define GNSSMAX2_GGA_GEOIDAL_SEPARATION_UNIT   12
 
#define GNSSMAX2_GGA_TIME_SINCE_LAST_DGPS   13
 
#define GNSSMAX2_GGA_DGPS_REFERENCE_STATION_ID   14
 
#define GNSSMAX2_DUMMY   0xFF
 GNSS MAX 2 dummy data. More...
 
#define GNSSMAX2_TX_DRV_BUFFER_SIZE   100
 GNSS MAX 2 driver buffer size. More...
 
#define GNSSMAX2_RX_DRV_BUFFER_SIZE   1000
 
#define GNSSMAX2_DEVICE_ADDRESS   0x42
 GNSS MAX 2 device address setting. More...
 

Detailed Description

Settings for registers of GNSS MAX 2 Click driver.

Macro Definition Documentation

◆ GNSSMAX2_DEVICE_ADDRESS

#define GNSSMAX2_DEVICE_ADDRESS   0x42

GNSS MAX 2 device address setting.

Specified setting for device slave address selection of GNSS MAX 2 Click driver.

◆ GNSSMAX2_DUMMY

#define GNSSMAX2_DUMMY   0xFF

GNSS MAX 2 dummy data.

Definition of dummy data.

◆ GNSSMAX2_GGA_ALTITUDE

#define GNSSMAX2_GGA_ALTITUDE   9

◆ GNSSMAX2_GGA_ALTITUDE_UNIT

#define GNSSMAX2_GGA_ALTITUDE_UNIT   10

◆ GNSSMAX2_GGA_DGPS_REFERENCE_STATION_ID

#define GNSSMAX2_GGA_DGPS_REFERENCE_STATION_ID   14

◆ GNSSMAX2_GGA_ELEMENT_SIZE

#define GNSSMAX2_GGA_ELEMENT_SIZE   15

GNSS MAX 2 GGA command elements.

Specified GGA command elements of GNSS MAX 2 Click driver.

◆ GNSSMAX2_GGA_GEOIDAL_SEPARATION

#define GNSSMAX2_GGA_GEOIDAL_SEPARATION   11

◆ GNSSMAX2_GGA_GEOIDAL_SEPARATION_UNIT

#define GNSSMAX2_GGA_GEOIDAL_SEPARATION_UNIT   12

◆ GNSSMAX2_GGA_H_DILUTION_OF_POS

#define GNSSMAX2_GGA_H_DILUTION_OF_POS   8

◆ GNSSMAX2_GGA_LATITUDE

#define GNSSMAX2_GGA_LATITUDE   2

◆ GNSSMAX2_GGA_LATITUDE_SIDE

#define GNSSMAX2_GGA_LATITUDE_SIDE   3

◆ GNSSMAX2_GGA_LONGITUDE

#define GNSSMAX2_GGA_LONGITUDE   4

◆ GNSSMAX2_GGA_LONGITUDE_SIDE

#define GNSSMAX2_GGA_LONGITUDE_SIDE   5

◆ GNSSMAX2_GGA_NUMBER_OF_SATELLITES

#define GNSSMAX2_GGA_NUMBER_OF_SATELLITES   7

◆ GNSSMAX2_GGA_QUALITY_INDICATOR

#define GNSSMAX2_GGA_QUALITY_INDICATOR   6

◆ GNSSMAX2_GGA_TIME

#define GNSSMAX2_GGA_TIME   1

◆ GNSSMAX2_GGA_TIME_SINCE_LAST_DGPS

#define GNSSMAX2_GGA_TIME_SINCE_LAST_DGPS   13

◆ GNSSMAX2_RSP_DELIMITER

#define GNSSMAX2_RSP_DELIMITER   ","

◆ GNSSMAX2_RSP_END

#define GNSSMAX2_RSP_END   "\r\n"

◆ GNSSMAX2_RSP_GGA

#define GNSSMAX2_RSP_GGA   "GGA"

◆ GNSSMAX2_RSP_START

#define GNSSMAX2_RSP_START   "$"

GNSS MAX 2 response buffer commands.

Specified response buffer commands of GNSS MAX 2 Click driver.

◆ GNSSMAX2_RX_DRV_BUFFER_SIZE

#define GNSSMAX2_RX_DRV_BUFFER_SIZE   1000

◆ GNSSMAX2_TX_DRV_BUFFER_SIZE

#define GNSSMAX2_TX_DRV_BUFFER_SIZE   100

GNSS MAX 2 driver buffer size.

Specified size of driver ring buffer.

Note
Increase buffer size if needed.