Package-level declarations
Types
Link copied to clipboard
class BatteryTemperatureService(val context: Context, var batteryTemperatureChangedListener: BatteryTemperatureService.OnBatteryTemperatureChangedListener? = null)
Service to obtain battery temperature.
Link copied to clipboard
object DisplayOrientationHelper
Helper class to obtain UI display orientation respect to the device screen.
Link copied to clipboard
object ENUtoNEDConverter
Converts between ENU (East, North, Up) coordinates system and NED (North, East, Down). It must be noticed that Android uses ENU coordinates system for its sensors. ENU is a RHS (Right Handed System) that matches the coordinate system used by OpenGL tod display 3D scenes. This converter can be used to convert from ENU to NED and conversely from NED to ENU.
Link copied to clipboard
object GravityHelper
Utility class to obtain gravity at a given location.
Link copied to clipboard
Implementation of a Kalman filter.
Link copied to clipboard
Service to check and request location permissions.
Link copied to clipboard
Service to obtain device location.
Link copied to clipboard
object QuaternionHelper
Helper related to quaternion operations.
Link copied to clipboard
Indicates whether a given sensor is available or not.
Functions
Link copied to clipboard
Converts an Android Location into a NEDPosition.