parser_nmea.h
Go to the documentation of this file.
int nmea_parse_rmc(nmea_sentence_rmc *frame, const char *sentence)
Parse a RMC sentence.
Definition: parser_nmea.c:236
struct nmea_sentence_gga nmea_sentence_gga
int nmea_scan(const char *sentence, const char *format,...)
Scanf-like processor for NMEA sentences.
Definition: parser_nmea.c:59
int nmea_isfield(char c)
Check if the char is part of the field.
Definition: parser_nmea.c:55
int satellites_tracked
Number of satellites.
Definition: parser_nmea.h:56
int nmea_parse_gga(nmea_sentence_gga *frame, const char *sentence)
Parse a GGA sentence.
Definition: parser_nmea.c:265
Definition: parser_nmea.h:48
Definition: parser_nmea.h:32
int nmea_check(const char *sentence, int strict)
Check sentence validity and checksum.
Definition: parser_nmea.c:295
struct nmea_sentence_rmc nmea_sentence_rmc