AbstractProbeValue

abstract class AbstractProbeValue(val value: Float, val precision: Byte)

Representation of a measurement value with a value and a precision.

Inheritors

ProbeValue

Constructors

Link copied to clipboard
constructor(value: Float, precision: Byte)

Properties

Link copied to clipboard

The precision of the measurement value.

Link copied to clipboard

The measurement value.

Functions

Link copied to clipboard
abstract fun isFloatOverrange(): Boolean

Checks whether the measurement value is in over range.

Link copied to clipboard
abstract fun isFloatUnderrange(): Boolean

Checks whether the measurement value is in under range.

Link copied to clipboard
abstract fun isFloatValid(): Boolean

Checks whether the measurement value is valid.