Package-level declarations

This package contains classes to connect with measurement devices and for receiving measurement values.

This package contains classes to connect with measurement devices and for receiving measurement values.

This package contains classes to connect with measurement devices and for receiving measurement values.

Types

Link copied to clipboard
abstract class AbstractProbeValue(val value: Float, val precision: Byte)

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

Link copied to clipboard
data class MeasData(val probeValue: AbstractProbeValue?, val physicalUnit: String?, val measType: MeasType?)

DTO which represents measurement data of a measurement instrument.

Link copied to clipboard

Available measurement types of the measuring instruments and probes.

MfHandle
Link copied to clipboard
class MfHandle : Probe

Representation of the measurement instrument 'testo multifunctional handle'.

class MfHandle : Probe

Representation of the measurement instrument 'testo multifunctional handle'.

Link copied to clipboard
typealias NotifyFunction = (MeasData?) -> Unit

Callback function used for receiving measurement data from the bluetooth measurement instruments.

PlungeIrProbe
Link copied to clipboard

Representation of the measurement instrument 'testo 104-IR BT'.

Representation of the measurement instrument 'testo 104-IR BT'.

Link copied to clipboard
interface Probe

Base class of the bluetooth measurement instruments.

ProbeFactory
Link copied to clipboard

The ProbeFactory class is responsible for connecting with probes and for starting and stopping the bluetooth scanning.

The ProbeFactory class is responsible for connecting with probes and for starting and stopping the bluetooth scanning.

Link copied to clipboard

Type to distinguish different measurement instruments.

ProbeValue
Link copied to clipboard

The measured value with a precision.

The measured value with a precision.

QsrHandle
Link copied to clipboard

Representation of the measurement instrument 'QsrHandle'.

Representation of the measurement instrument 'QsrHandle'.