summaryrefslogtreecommitdiff
path: root/logger
diff options
context:
space:
mode:
authorHelmut Schmidt <Helmut.3.Schmidt@continental-corporation.com>2015-11-02 15:20:08 +0100
committerHelmut Schmidt <Helmut.3.Schmidt@continental-corporation.com>2015-11-02 15:20:08 +0100
commit167346dceaf7e212eb682c4f7f6e8e62682b0856 (patch)
treed5f1e0154201723988451ec9d4a7cd26de39eeb0 /logger
parent2ea295ecb31287da3e7db561a33d48319d22aafc (diff)
downloadpositioning-167346dceaf7e212eb682c4f7f6e8e62682b0856.tar.gz
GNSS API: Update log format description, polish API documentation, +1 digit for lat/lon in log
Diffstat (limited to 'logger')
-rw-r--r--logger/test/gnsslog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logger/test/gnsslog.cpp b/logger/test/gnsslog.cpp
index e656507..be88f17 100644
--- a/logger/test/gnsslog.cpp
+++ b/logger/test/gnsslog.cpp
@@ -55,7 +55,7 @@ void gnssPositionToString(uint64_t timestamp, uint16_t countdown, const TGNSSPos
snprintf(
str,
size-1, //ensure that there is space for null-terminator
- "%"PRIu64",%"PRIu16",$GVGNSPOS,%"PRIu64",%9.6f,%9.6f,%6.1f,%6.1f,%4.1f,%4.1f,%6.2f,%3.1f,%3.1f,%3.1f,%02"PRIu16",%02"PRIu16",%02"PRIu16",%4.1f,%4.1f,%4.1f,%4.1f,%4.1f,%u,0X%08X,0X%08X,0X%08X,0X%08X",
+ "%"PRIu64",%"PRIu16",$GVGNSPOS,%"PRIu64",%10.7f,%10.7f,%6.1f,%6.1f,%4.1f,%4.1f,%6.2f,%3.1f,%3.1f,%3.1f,%02"PRIu16",%02"PRIu16",%02"PRIu16",%4.1f,%4.1f,%4.1f,%4.1f,%4.1f,%u,0X%08X,0X%08X,0X%08X,0X%08X",
timestamp,
countdown,
position->timestamp,