Merge remote-tracking branch 'remotes/origin/JD900' into JD900
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
.QLabel {
|
||||
font: 15px "黑体";
|
||||
max-height : 33;
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1947
-2207
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
#include "Parse.h"
|
||||
#include "Parse.h"
|
||||
#include <cmath>
|
||||
|
||||
|
||||
@@ -684,7 +684,7 @@ void Parse::run()
|
||||
memcpy(&imu.GPSWeek, data.data() + index, 2);
|
||||
index += 2;
|
||||
|
||||
qDebug() << "imu.GPSWeek" << QString::number(imu.GPSWeek, 16);
|
||||
//qDebug() << "imu.GPSWeek" << QString::number(imu.GPSWeek, 16);
|
||||
|
||||
memcpy(&imu.tow_ms, data.data() + index, 4);
|
||||
index += 4;
|
||||
|
||||
Reference in New Issue
Block a user