Changeset 99 in pacpussensors for trunk/NMEA0183/include
- Timestamp:
- Oct 15, 2015, 2:47:01 PM (9 years ago)
- Location:
- trunk/NMEA0183/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NMEA0183/include/HSATIT.hpp
r59 r99 5 5 #include "qstring.h" 6 6 #include "NMEA0183_slim.h" 7 #include "nmea0183.h" 7 8 #include "LatLong.hpp" 8 9 #include "Sentence.hpp" -
trunk/NMEA0183/include/NMEA0183_slim.h
r59 r99 17 17 18 18 /* 19 ** Updates : Maria Alwan & G�rald Dherbomez 19 ** Updates : Maria Alwan & G�rald Dherbomez 20 20 ** Date : 14/09/2005 21 21 ** purpose : use of Qt API instead of MFC … … 32 32 #include <QString> 33 33 #include <QVector> 34 #include <QDateTime> 34 #include <QDateTime> 35 35 36 36 … … 137 137 #endif 138 138 139 #ifndef TRUE 140 #define TRUE true 141 #endif 142 143 #ifndef FALSE 144 #define FALSE false 145 #endif 139 146 //#include "nmea0183.hpp" 140 147 -
trunk/NMEA0183/include/nmea0183.h
r59 r99 137 137 #endif 138 138 139 #ifndef TRUE 140 #define TRUE true 141 #endif 142 143 #ifndef FALSE 144 #define FALSE false 145 #endif 146 139 147 #include "nmea0183.hpp" 140 148
Note:
See TracChangeset
for help on using the changeset viewer.