Constructors

Link copied to clipboard
constructor(timestamp: Long, accuracy: SensorAccuracy?)

Properties

Link copied to clipboard

sensor accuracy.

Link copied to clipboard

relative timestamp in nanoseconds at which the measurement was made. Each measurement will be monotonically increasing using the same time base as android.os.SystemClock.elapsedRealtimeNanos.

Functions

Link copied to clipboard
abstract fun copy(): T

Creates a new copy of this measurement.

Link copied to clipboard
open fun copyFrom(other: T)

Copies values from provided measurement.

Link copied to clipboard
fun copyTo(result: T)

Copies values to provided measurement.