Changeset 99 in pacpussensors for trunk/Gps/ui/polarxmainwindow.hpp
- Timestamp:
- Oct 15, 2015, 2:47:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gps/ui/polarxmainwindow.hpp
r59 r99 2 2 #define __POLARXMAINWINDOW__ 3 3 4 #include <QtGui> 4 //#include <QtGui> 5 #include <QtWidgets> 5 6 #include <bitset> 6 #include " structure/structure_septentrio.h"7 #include "../structure_gps.h" 7 8 #include "../SeptentrioSocket.h" 8 9 #include "PacpusTools/BinaryDecoder.h" … … 17 18 18 19 void setData( unsigned char * data , int buf_size ) ; 19 void setReceiverStatus( SbfDataReceiverStatus * msg ) ;20 /*void setReceiverStatus( SbfDataReceiverStatus * msg ) ; 20 21 void setTrackingStatus( SbfDataTrackingStatus * msg ) ; 21 void setPVTGeodetic( SbfDataPVTGeodetic * msg ) ; 22 void setPVTGeodetic( SbfDataPVTGeodetic * msg ) ;*/ 22 23 void setSocket( SeptentrioSocket * socket ) ; 23 24
Note:
See TracChangeset
for help on using the changeset viewer.