Tezzeret  1
Tezzeret
GpsStrings.hpp
1 /*
2  * GmTivaGpsUart.hpp
3  *
4  * Created on: May 10, 2016
5  * Author: rcram
6  */
7 
8 
9 #ifndef GPSSTRINGS_HPP_
10 #define GPSSTRINGS_HPP_
11 
12 #ifndef GMMFAMDATA_HPP_
13 #include <GmMfamData.hpp>
14 #endif
15 
16 #ifndef GM_LOCATION_HPP_
17 #include <GmLocation.hpp>
18 #endif
19 
20 #define GPS_STRING_SIZE 100
21 typedef char GpsString[GPS_STRING_SIZE+2];
22 
23 namespace Geometrics
24 {
26  {
27  public:
28  GeoGpsRecord ();
29  int ParseNmeaSentence (char *pcGpsSentence);
30  };
31 
32 
33 } // End namespace Geometrics
34 
35 #endif
Definition: GpsStrings.hpp:26
GmApp/GmLoggingApp.hpp>
Definition: Analogs.hpp:47
Definition: GmLocation.hpp:92