dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NMEA.h File Reference

Include file to process NMEA data. More...

#include <stdbool.h>
#include <stdint.h>
#include "GPS.h"

Go to the source code of this file.

Macros

#define NMEA_MAX_PACKET_LENGTH   96
 

Functions

bool NMEA_update_position (char *nmea_sentence, GPSPositionData *GpsData)
 
bool NMEA_checksum (char *nmea_sentence)
 
int parse_nmea_stream (uint8_t, char *, GPSPositionData *, struct GPS_RX_STATS *)
 

Detailed Description

Include file to process NMEA data.

Author
The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
See Also
The GNU Public License (GPL) Version 3

Definition in file NMEA.h.