Changeset 99 in pacpussensors for trunk/Gps/ui


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

compilation under linux with 0.2.X framework

Location:
trunk/Gps/ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gps/ui/polarxmainwindow.cpp

    r59 r99  
    362362    }
    363363}
    364 
     364/*
    365365void PolarxMainWindow::setReceiverStatus( SbfDataReceiverStatus * msg )
    366366{
     
    479479    }
    480480}
     481*/
  • trunk/Gps/ui/polarxmainwindow.hpp

    r59 r99  
    22#define __POLARXMAINWINDOW__
    33
    4 #include <QtGui>
     4//#include <QtGui>
     5#include <QtWidgets>
    56#include <bitset>
    6 #include "structure/structure_septentrio.h"
     7#include "../structure_gps.h"
    78#include "../SeptentrioSocket.h"
    89#include "PacpusTools/BinaryDecoder.h"
     
    1718
    1819      void setData( unsigned char * data , int buf_size ) ;
    19       void setReceiverStatus( SbfDataReceiverStatus * msg ) ;
     20      /*void setReceiverStatus( SbfDataReceiverStatus * msg ) ;
    2021      void setTrackingStatus( SbfDataTrackingStatus * msg ) ;
    21       void setPVTGeodetic( SbfDataPVTGeodetic * msg ) ;
     22      void setPVTGeodetic( SbfDataPVTGeodetic * msg ) ;*/
    2223      void setSocket( SeptentrioSocket * socket ) ;
    2324
Note: See TracChangeset for help on using the changeset viewer.