onStaticIntervalDetected

abstract fun onStaticIntervalDetected(detector: T, instantaneousAvgX: Double, instantaneousAvgY: Double, instantaneousAvgZ: Double, instantaneousStdX: Double, instantaneousStdY: Double, instantaneousStdZ: Double)

Called when a static interval has been detected after initialization.

Parameters

detector

detector that raised the event

instantaneousAvgX

instantaneous average x-coordinate of measurements within the window expressed in meters per squared second (m/s^2) for acceleration, radians per second (rad/s) for angular speed or Teslas (T) for magnetic flux density.

instantaneousAvgY

instantaneous average y-coordinate of measurements within the window expressed in meters per squared second (m/s^2) for acceleration, radians per second (rad/s) for angular speed or Teslas (T) for magnetic flux density.

instantaneousAvgZ

instantaneous average z-coordinate of measurements within the window expressed in meters per squared second (m/s^2) for acceleration, radians per second (rad/s) for angular speed or Teslas (T) for magnetic flux density.

instantaneousStdX

instantaneous standard deviation of x-coordinate measurements within the window expressed in meters per squared second (m/s^2) for acceleration, radians per second (rad/s) for angular speed or Teslas (T) for magnetic flux density.

instantaneousStdY

instantaneous standard deviation of y-coordinate measurements within the window expressed in meters per squared second (m/s^2) for acceleration, radians per second (rad/s) for angular speed or Teslas (T) for magnetic flux density.

instantaneousStdZ

instantaneous standard deviation of z-coordinate measurements within the window expressed in meters per squared second (m/s^2) for acceleration, radians per second (rad/s) for angular speed or Teslas (T) for magnetic flux density.