Crate fitsdk

Source

Enums§

FieldType
An enum of all possible data types a Message field may be
MessageType
an enum of all defined messages in the Fit SDK

Functions§

match_message_field
Determines a specific FieldType of any MessageType.
match_message_offset
Determines whether any SDK-defined Message defines an offset for any of its fields.
match_message_scale
Determines whether any SDK-defined Message defines a scale for any of its fields.
match_message_timestamp_field
A method for obtaining the field ID a specified MessageType uses for its timestamp. Usually it’s 253 but unfortunately not always.
match_messagetype
Convert a global_message_id into a MessageType enum
match_predefined_field_value
Certain FieldType values refer to predefined text strings in the SDK.

Type Aliases§

MatchFieldTypeFn
MatchOffsetFn
MatchScaleFn