FitMessageHeader
class represents the single-byte header that precedes all FIT messages. It forms a part of all FitDefinitionMessage
and FitDataMessage
instances.R/allClasses.R
FitMessageHeader-class.Rd
The FitMessageHeader
class represents the single-byte header that
precedes all FIT messages. It forms a part of all
FitDefinitionMessage
and FitDataMessage
instances.
is_defintion
Logical indicating if this is a definition message.
has_developer_data
Logical defining whether the message contains developer data.
local_message_number
The 'local' message number for this message type.
time_offset
Numeric (length 1) giving the time offset for messages with compressed time stamps.
raw_rep
Raw (length 1) matching the single byte that defined this message header. Used internally as a quick comparison to see if this is the same header as the previous message to speed up file reading.