|
CTS-SAT-1-OBC-Firmware
|
#include "gnss_receiver/gnss_types.h"

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. | |
| uint8_t GNSS_bestxyza_data_parser | ( | const char * | data_received, |
| GNSS_bestxyza_response_t * | result ) |
Parse Received Data.
| data_received | - Number of bytes in the data block |


| uint8_t GNSS_header_response_parser | ( | const char * | data_received, |
| GNSS_header_response_t * | result ) |
Parse the received GNSS header into a struct.
| 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 |


| uint8_t GNSS_timea_data_parser | ( | const char * | data_received, |
| GNSS_timea_response_t * | result ) |
Parse Received Data.
| data_received | - Number of bytes in the data block |

