onDynamicIntervalDetected

abstract fun onDynamicIntervalDetected(detector: T, instantaneousAvgX: Double, instantaneousAvgY: Double, instantaneousAvgZ: Double, instantaneousStdX: Double, instantaneousStdY: Double, instantaneousStdZ: Double, accumulatedAvgX: Double, accumulatedAvgY: Double, accumulatedAvgZ: Double, accumulatedStdX: Double, accumulatedStdY: Double, accumulatedStdZ: Double)

Called when a dynamic 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 x-coordinate of standard deviation for 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 y-coordinate of standard deviation for 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 z-coordinate of standard deviation for 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.

accumulatedAvgX

accumulated average x-coordinate of measurements during last static period 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.

accumulatedAvgY

accumulated average y-coordinate of measurements during last static period 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.

accumulatedAvgZ

accumulated average z-coordinate of measurements during last static period 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.

accumulatedStdX

standard deviation of x-coordinate of accumulated measurements during last static period 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.

accumulatedStdY

standard deviation of y-coordinate of accumulated measurements during last static period 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.

accumulatedStdZ

standard deviation of z-coordinate of accumulated measurements during last static period 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.