Package-level declarations
Types
Custom AccelerationSensor that takes in gravity data to calculate true Acceleration of the watch
Custom AttitudeSensor that implements two types of Euler Conversion Algorithms
Audio Sensor that
Bundling Interface for all Sensor providers
Base interface for all "Sensors" throughout the app
Custom Sensor for electrocardiogram (ECG)
Custom Sensor for photoplethysmography (PPG)
Base implementation for all android.hardware.Sensors
Double datatype encapsulation
Float datatype encapsulation
Integer datatype encapsulation
String datatype encapsulation
Stub Sensor providing the same value continuously. Is used as a Fallback-Sensor to not have to crash the app
Numerics datatype encapsulation
ParentClass to ensure a limited amount of types when working with Kotlin's Generics