CTS-SAT-1-OBC-Firmware
Toggle main menu visibility
Loading...
Searching...
No Matches
firmware
Core
Inc
gnss_receiver
gnss_ascii_parsers.h
Go to the documentation of this file.
1
#ifndef __INCLUDE_GUARD__GNSS_ASCII_PARSERS_H__
2
#define __INCLUDE_GUARD__GNSS_ASCII_PARSERS_H__
3
4
#include "
gnss_receiver/gnss_types.h
"
5
6
uint8_t
GNSS_header_response_parser
(
const
char
* data_received,
GNSS_header_response_t
*result);
7
uint8_t
GNSS_bestxyza_data_parser
(
const
char
* data_received,
GNSS_bestxyza_response_t
*result);
8
uint8_t
GNSS_timea_data_parser
(
const
char
* data_received,
GNSS_timea_response_t
*result);
9
10
#endif
// __INCLUDE_GUARD__GNSS_ASCII_PARSERS_H__
GNSS_timea_data_parser
uint8_t GNSS_timea_data_parser(const char *data_received, GNSS_timea_response_t *result)
Parse Received Data.
Definition
gnss_ascii_parsers.c:408
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.
Definition
gnss_ascii_parsers.c:17
GNSS_bestxyza_data_parser
uint8_t GNSS_bestxyza_data_parser(const char *data_received, GNSS_bestxyza_response_t *result)
Parse Received Data.
Definition
gnss_ascii_parsers.c:96
gnss_types.h
GNSS_bestxyza_response_t
This is the struct for the BESTXYZA Command response. Refer to page 515-517 of the OEM7 Commands and ...
Definition
gnss_types.h:105
GNSS_header_response_t
This is the first part of the response that every command response from the GNSS receiver has....
Definition
gnss_types.h:28
GNSS_timea_response_t
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
Generated by
1.17.0