View Source ExtFit.Profile.Messages.GyroscopeData (ExtFit v0.1.0)

Message: :gyroscope_data identified by num=164

Fields

NameTypeNumScaleOffsetUnitsArray
timestamp_msuint160msfalse
sample_time_offsetuint161mstrue
gyro_xuint162countstrue
gyro_yuint163countstrue
gyro_zuint164countstrue
calibrated_gyro_xfloat325deg/strue
calibrated_gyro_yfloat326deg/strue
calibrated_gyro_zfloat327deg/strue
timestampdate_time253sfalse

Summary

Types

@type t() :: %ExtFit.Profile.Messages.GyroscopeData{
  fields: %{required(non_neg_integer()) => ExtFit.Types.Field.t()},
  name: atom(),
  num: integer()
}