gnss4 2.0.0.0
gnss4.h File Reference

This file contains API for GNSS4 Click driver. More...

#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_uart.h"

Go to the source code of this file.

Data Structures

struct  gnss4_t
 Click ctx object definition. More...
 
struct  gnss4_cfg_t
 Click configuration structure definition. More...
 

Macros

#define GNSS4_MAP_MIKROBUS(cfg, mikrobus)
 
#define GNSS4_RETVAL   uint8_t
 
#define GNSS4_OK   0x00
 
#define GNSS4_INIT_ERROR   0xFF
 
#define GNSS4_NEMA_GNGGA   1
 
#define GNSS4_NEMA_GNGLL   3
 
#define GNSS4_NEMA_GNGGA_NUM_ELEMENT   15
 
#define GNSS4_NEMA_GNGLL_NUM_ELEMENT   5
 
#define GNSS4_GNGGA_TIME   1
 
#define GNSS4_GNGGA_LATITUDE   2
 
#define GNSS4_GNGGA_LATITUDE_SIDE   3
 
#define GNSS4_GNGGA_LONGITUDE   4
 
#define GNSS4_GNGGA_LONGITUDE_SIDE   5
 
#define GNSS4_GNGGA_QUALITY_INDICATOR   6
 
#define GNSS4_GNGGA_NUMBER_OF_SATELLITES   7
 
#define GNSS4_GNGGA_H_DILUTION_OF_POS   8
 
#define GNSS4_GNGGA_ALTITUDE   9
 
#define GNSS4_GNGGA_ALTITUDE_UNIT   10
 
#define GNSS4_GNGGA_GEOIDAL_SEPARATION   11
 
#define GNSS4_GNGGA_GEOIDAL_SEPARATION_UNIT   12
 
#define GNSS4_GNGGA_TIME_SINCE_LAST_DGPS   13
 
#define GNSS4_GNGGA_DGPS_REFERENCE_STATION_ID   14
 
#define GNSS4_GNGLL_LATITUDE   1
 
#define GNSS4_GNGLL_LATITUDE_SIDE   2
 
#define GNSS4_GNGLL_LONGITUDE   3
 
#define GNSS4_GNGLL_LONGITUDE_SIDE   4
 
#define GNSS4_ERROR_COMMAND_OR_ELEMENT   0xFF
 
#define GNSS4_ERROR_START_OR_END_COMMAND   0x8F
 
#define GNSS4_ERROR_NEXT_ELEMENT   0x4F
 
#define GNSS4_ERROR_CURRENT_ELEMENT   0x2F
 
#define GNSS4_NO_ERROR   0x00
 
#define DRV_RX_BUFFER_SIZE   500
 

Typedefs

typedef uint8_t gnss4_error_t
 Error type.
 

Functions

void gnss4_cfg_setup (gnss4_cfg_t *cfg)
 Config Object Initialization function.
 
GNSS4_RETVAL gnss4_init (gnss4_t *ctx, gnss4_cfg_t *cfg)
 Initialization function.
 
void gnss4_module_wakeup (gnss4_t *ctx)
 Wake-up module.
 
void gnss4_set_rst_pin (gnss4_t *ctx, uint8_t state)
 Set RST ( reset ) pin state.
 
void gnss4_generic_write (gnss4_t *ctx, char *data_buf, uint16_t len)
 Generic write function.
 
int32_t gnss4_generic_read (gnss4_t *ctx, char *data_buf, uint16_t max_len)
 Generic read function.
 
gnss4_error_t gnss4_generic_parser (char *rsp, uint8_t command, uint8_t element, char *parser_buf)
 Generic parser function.
 

Detailed Description

This file contains API for GNSS4 Click driver.