1#ifndef __INCLUDE_GUARD__GNSS_ASCII_PARSERS_H__
2#define __INCLUDE_GUARD__GNSS_ASCII_PARSERS_H__
uint8_t GNSS_timea_data_parser(const char *data_received, GNSS_timea_response_t *result)
Parse Received Data.
Definition gnss_ascii_parsers.c:408
uint8_t GNSS_header_response_parser(const char *data_received, GNSS_header_response_t *result)
Parse the received GNSS header into a struct.
Definition gnss_ascii_parsers.c:17
uint8_t GNSS_bestxyza_data_parser(const char *data_received, GNSS_bestxyza_response_t *result)
Parse Received Data.
Definition gnss_ascii_parsers.c:96
This is the struct for the BESTXYZA Command response. Refer to page 515-517 of the OEM7 Commands and ...
Definition gnss_types.h:105
This is the struct for the TIMEA Command response. Refer to page 941-943 of the OEM7 Commands and Log...
Definition gnss_types.h:154