View Source ExtFit.Profile.Messages.AccelerometerData (ExtFit v0.1.0)
Message: :accelerometer_data
identified by num=165
Fields
Name | Type | Num | Scale | Offset | Units | Array |
---|---|---|---|---|---|---|
timestamp_ms | uint16 | 0 | ms | false | ||
sample_time_offset | uint16 | 1 | ms | true | ||
accel_x | uint16 | 2 | counts | true | ||
accel_y | uint16 | 3 | counts | true | ||
accel_z | uint16 | 4 | counts | true | ||
calibrated_accel_x | float32 | 5 | g | true | ||
calibrated_accel_y | float32 | 6 | g | true | ||
calibrated_accel_z | float32 | 7 | g | true | ||
compressed_calibrated_accel_x | sint16 | 8 | mG | true | ||
compressed_calibrated_accel_y | sint16 | 9 | mG | true | ||
compressed_calibrated_accel_z | sint16 | 10 | mG | true | ||
timestamp | date_time | 253 | s | false |
Summary
Types
@type t() :: %ExtFit.Profile.Messages.AccelerometerData{ fields: %{required(non_neg_integer()) => ExtFit.Types.Field.t()}, name: atom(), num: integer() }