Package-level declarations

Types

Link copied to clipboard
class DataConfig<T : SupportedSensorTypes>(val provider: DataProvider<T>, val suffixType: DataSuffix, val requestedValues: Array<String>?)

Encapsulates a "Sensors" configuration

Link copied to clipboard
data class FieldConfig(val valueNames: Array<String>, val suffixType: DataSuffix)

Class for dynamic Schema Definition

Link copied to clipboard

MeasureWorker is at the core of ActiveSense. It's main purpose is orchestration of all ConfigurationLoops and communication with the backend Services