comment about durations

This commit is contained in:
gutmet 2020-05-19 17:17:42 +02:00
parent be4c60f89b
commit d93e04da4a

View File

@ -1,4 +1,4 @@
The data is split across two files, LogDataAccessTbl.bin and LogDataStorage.bin. The former provides information about the location of the actual workout data in LogDataStorage. The data is split across two files, LogDataAccessTbl.bin and LogDataStorage.bin. The former provides information about the location of the actual workout data in LogDataStorage. Durations are given in tenths of a second.
## LogDataAccessTbl.bin ## LogDataAccessTbl.bin
@ -54,11 +54,11 @@ Each entry in **LogDataStorage** has a header and a number of splits or interval
| 14-17 | N/A | | 14-17 | N/A |
| 18 | Record ID | | 18 | Record ID |
| 19-21 | Magic 0x000000 | | 19-21 | Magic 0x000000 |
| 22-23 | Total Duration | | 22-23 | Total Duration* |
| 24-27 | Total Distance | | 24-27 | Total Distance |
| 28 | SPM | | 28 | SPM |
| 29 | Split Info | | 29 | Split Info |
| 30-31 | Split Size | | 30-31 | Split Size* |
| 32-49 | N/A | | 32-49 | N/A |
### Header (Fixed Intervals) ### Header (Fixed Intervals)