KHSpeedSample

data class KHSpeedSample(val unit: KHUnit.Velocity, val value: Double, val time: Instant)

Represents a single measurement of the speed, a scalar magnitude.

Parameters

unit

The measurement scale of this record

time

The point in time when the measurement was taken // TODO: Ensure this validation range is respected on all platforms

value

Speed in Velocity unit (Valid range: 0-1000000 meters/ sec)

Constructors

Link copied to clipboard
constructor(unit: KHUnit.Velocity, value: Double, time: Instant)

Properties

Link copied to clipboard
val time: Instant
Link copied to clipboard
Link copied to clipboard