AtmosphericPressure

data class AtmosphericPressure(val value: Double, val status: Measurement.Status) : Measurement<Double>

Atmospheric pressure measurement value in hectopascals to 0.1 accuracy

Parameters

value

in hectopascals to 0.1 accuracy

status

of the measurement

Constructors

Link copied to clipboard
constructor(value: Double, status: Measurement.Status)

Properties

Link copied to clipboard
open override val accuracy: Measurement.Accuracy

Accuracy of given measurement.

Link copied to clipboard
open override val isValid: Boolean

True if status of the measurement is Status.VALID

Link copied to clipboard
open override val status: Measurement.Status
Link copied to clipboard

Type of given measurement.

Link copied to clipboard
open override val value: Double

Functions

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