Sensors

constructor(executionScheduler: ExecutionScheduler, serializer: KSerializer<SS>)

Parameters

SS

represents the type handled by the sensors component. This type can be a "compound" type, i.e. a type that contains all the types handled by the sensors. This component is executed according to the given executionScheduler.