DashImuTemperatureData

class DashImuTemperatureData(val temperature: Float, val monotonicTimestampNanoseconds: Long)

Represents Temperature of IMU data.

Parameters

temperature

Temperature of IMU (in degrees Celsius).

monotonicTimestampNanoseconds

Timestamp which should be in sync with timestamps of locations from location provider.

Constructors

Link copied to clipboard
constructor(temperature: Float, monotonicTimestampNanoseconds: Long)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.