package fit
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Fit.Decode
Source
value
s reported as part of a record
are often encoded or scaled. This module provides typical decoders. How values are decoded depends on the field and the information is not part of the FIT file per se but is part of the format definition.
many values are scaled. The scale consists of an offset and a factor: scale factor offset value
decodes value
using factor
and offset
. The value
is expected to be an Int
or Float
value.