DataProvider

sealed interface DataProvider<T : SupportedSensorTypes>

Base interface for all "Sensors" throughout the app

Inheritors

Properties

Link copied to clipboard
abstract val valueNames: Array<String>

Functions

Link copied to clipboard
abstract fun getCurrentData(): Array<T>
Link copied to clipboard
open fun preprocessing(additionalDataMap: Map<String, Any>?)