Sensor Properties
data class SensorProperties( val name: String, val formatter: SensorDataFormat, val type: Int)
Content copied to clipboard
Properties of Sensors for aggregate data recorders.
Constructors
Link copied to clipboard
fun SensorProperties( name: String, formatter: SensorDataFormat, type: Int)
Content copied to clipboard