summaryrefslogtreecommitdiff
path: root/logger/test
diff options
context:
space:
mode:
authorHelmut Schmidt <Helmut.3.Schmidt@continental-corporation.com>2016-11-28 09:31:56 +0100
committerHelmut Schmidt <Helmut.3.Schmidt@continental-corporation.com>2016-11-28 09:31:56 +0100
commitaa969b251e4c3f8e57cf8beb57a556640c622651 (patch)
tree4210fae6e2c9d58b42eaf7a732c7552db5c23118 /logger/test
parenta6eb06875a469b18cfb70e307d819352fc536040 (diff)
downloadpositioning-aa969b251e4c3f8e57cf8beb57a556640c622651.tar.gz
GT-3402: Change unit of measurementInterval to micro-seconds
Diffstat (limited to 'logger/test')
-rw-r--r--logger/test/snslog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/logger/test/snslog.cpp b/logger/test/snslog.cpp
index d2a6893..3262e76 100644
--- a/logger/test/snslog.cpp
+++ b/logger/test/snslog.cpp
@@ -55,7 +55,7 @@ void accelerationDataToString(uint64_t timestamp, uint16_t countdown, const TAcc
snprintf(
str,
size-1, //ensure that there is space for null-terminator
- "%"PRIu64",%"PRIu16",$GVSNSACC,%"PRIu64",%7.4f,%7.4f,%7.4f,%5.1f,%"PRIu16",0X%08X",
+ "%"PRIu64",%"PRIu16",$GVSNSACC,%"PRIu64",%7.4f,%7.4f,%7.4f,%5.1f,%"PRIu32",0X%08X",
timestamp,
countdown,
accelerationData->timestamp,
@@ -90,7 +90,7 @@ void gyroscopeDataToString(uint64_t timestamp, uint16_t countdown, const TGyrosc
snprintf(
str,
size-1, //ensure that there is space for null-terminator
- "%"PRIu64",%"PRIu16",$GVSNSGYR,%"PRIu64",%6.2f,%6.2f,%6.2f,%5.1f,%"PRIu16",0X%08X",
+ "%"PRIu64",%"PRIu16",$GVSNSGYR,%"PRIu64",%6.2f,%6.2f,%6.2f,%5.1f,%"PRIu32",0X%08X",
timestamp,
countdown,
gyroData->timestamp,