Changeset 99 in pacpussensors for trunk/NMEA0183/include


Ignore:
Timestamp:
10/15/15 14:47:01 (9 years ago)
Author:
nguyenhu
Message:

compilation under linux with 0.2.X framework

Location:
trunk/NMEA0183/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NMEA0183/include/HSATIT.hpp

    r59 r99  
    55#include "qstring.h"
    66#include "NMEA0183_slim.h"
     7#include "nmea0183.h"
    78#include "LatLong.hpp"
    89#include "Sentence.hpp"
  • trunk/NMEA0183/include/NMEA0183_slim.h

    r59 r99  
    1717
    1818/*
    19 ** Updates : Maria Alwan & G�rald Dherbomez 
     19** Updates : Maria Alwan & G�rald Dherbomez
    2020** Date :    14/09/2005
    2121** purpose : use of Qt API instead of MFC
     
    3232#include <QString>
    3333#include <QVector>
    34 #include <QDateTime> 
     34#include <QDateTime>
    3535
    3636
     
    137137#endif
    138138
     139#ifndef TRUE
     140#define TRUE true
     141#endif
     142
     143#ifndef FALSE
     144#define FALSE false
     145#endif
    139146//#include "nmea0183.hpp"
    140147
  • trunk/NMEA0183/include/nmea0183.h

    r59 r99  
    137137#endif
    138138
     139#ifndef TRUE
     140#define TRUE true
     141#endif
     142
     143#ifndef FALSE
     144#define FALSE false
     145#endif
     146
    139147#include "nmea0183.hpp"
    140148
Note: See TracChangeset for help on using the changeset viewer.