View Source ExtFit.Profile.Messages.MagnetometerData (ExtFit v0.1.0)
Message: :magnetometer_data
identified by num=208
Fields
Name | Type | Num | Scale | Offset | Units | Array |
---|---|---|---|---|---|---|
timestamp_ms | uint16 | 0 | ms | false | ||
sample_time_offset | uint16 | 1 | ms | true | ||
mag_x | uint16 | 2 | counts | true | ||
mag_y | uint16 | 3 | counts | true | ||
mag_z | uint16 | 4 | counts | true | ||
calibrated_mag_x | float32 | 5 | G | true | ||
calibrated_mag_y | float32 | 6 | G | true | ||
calibrated_mag_z | float32 | 7 | G | true | ||
timestamp | date_time | 253 | s | false |
Summary
Types
@type t() :: %ExtFit.Profile.Messages.MagnetometerData{ fields: %{required(non_neg_integer()) => ExtFit.Types.Field.t()}, name: atom(), num: integer() }