ActiveSource

data class ActiveSource(val source: DataSource, val name: String, val description: String? = null) : Comparable<ActiveSource>

Entries for active data sources, i.e. those we want to focus on in the measurement session.

Constructors

Link copied to clipboard
constructor(source: DataSource, name: String, description: String? = null)

Properties

Link copied to clipboard
val description: String? = null

Longer description of the source

Link copied to clipboard

Human-readable name of the source

Link copied to clipboard

Source entity

Functions

Link copied to clipboard
open operator override fun compareTo(other: ActiveSource): Int
Link copied to clipboard
open override fun toString(): String