nmea_state Struct Reference

#include <nmea.h>


Detailed Description

NMEA parser state structure.


Data Fields

unsigned char search
 State of the search: START, END or DONE.
char * field [MAX_NMEA_FIELDS]
 Pointers to fields in the buffer.
char str [MAX_NMEA_LENGTH]
 Incoming NMEA 0183 string.
unsigned long str_len
 Number of bytes in str.


Field Documentation

unsigned char nmea_state::search

State of the search: START, END or DONE.

char* nmea_state::field[MAX_NMEA_FIELDS]

Pointers to fields in the buffer.

char nmea_state::str[MAX_NMEA_LENGTH]

Incoming NMEA 0183 string.

unsigned long nmea_state::str_len

Number of bytes in str.


The documentation for this struct was generated from the following file:
Generated on Tue Aug 26 13:57:51 2008 for AIS Parser by  doxygen 1.5.2