CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
gnss_ascii_parsers.h File Reference
Include dependency graph for gnss_ascii_parsers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint8_t GNSS_header_response_parser (const char *data_received, GNSS_header_response_t *result)
 Parse the received GNSS header into a struct.
 
uint8_t GNSS_bestxyza_data_parser (const char *data_received, GNSS_bestxyza_response_t *result)
 Parse Received Data.
 
uint8_t GNSS_timea_data_parser (const char *data_received, GNSS_timea_response_t *result)
 Parse Received Data.
 

Function Documentation

◆ GNSS_bestxyza_data_parser()

uint8_t GNSS_bestxyza_data_parser ( const char * data_received,
GNSS_bestxyza_response_t * result )

Parse Received Data.

Parameters
data_received- Number of bytes in the data block
Returns
0 if successful, >0 if an error occurred
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GNSS_header_response_parser()

uint8_t GNSS_header_response_parser ( const char * data_received,
GNSS_header_response_t * result )

Parse the received GNSS header into a struct.

Parameters
data_received- The string obtained from the buffer that is to be parsed into the GNSS_header_response_t struct
result- GNSS_header_response_t struct that is returned
Returns
0 if successful, > 0 if an error occurred
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GNSS_timea_data_parser()

uint8_t GNSS_timea_data_parser ( const char * data_received,
GNSS_timea_response_t * result )

Parse Received Data.

Parameters
data_received- Number of bytes in the data block
Returns
0 if successful, >0 if an error occurred
Here is the call graph for this function:
Here is the caller graph for this function: