Main Page | Data Structures | Directories | File List | Data Fields | Globals

nmea.h

Go to the documentation of this file.
00001 #ifndef __NMEA_H__
00002 #define __NMEA_H__
00003 
00004 #define NMEA_MAXSIZE 13
00005 
00006 double nmea_to_deg(char* nmea);
00007 void deg_to_nmea(double ddeg, char *nmea, int nmeasize);
00008 
00009 #endif

Generated on Thu Sep 6 13:13:10 2007 for driver by  doxygen 1.3.9.1