Package-level declarations
Types
Syncs accelerometer and gyroscope sensor measurements in case they arrive with certain delay.
Contains synced accelerometer and gyroscope measurements, which are assumed to belong to the same timestamp.
Syncs accelerometer and magnetometer sensor measurements in case they arrive with certain delay.
Contains synced accelerometer and magnetometer measurements, which are assumed to belong to the same timestamp.
Syncs accelerometer, gravity and gyroscope sensor measurements in case they arrive with certain delay.
Contains synced accelerometer, gravity and gyroscope measurements, which are assumed to belong to the same timestamp.
Syncs accelerometer, gravity and gyroscope sensor measurements in case they arrive with certain delay.
Contains synced accelerometer, gravity and magnetometer measurements, which are assumed to belong to the same timestamp.
Syncs accelerometer, gravity, gyroscope and magnetometer sensor measurements in case they arrive with certain delay.
Contains synced accelerometer, gravity, gyroscope and magnetometer measurements, which are assumed to belong to the same timestamp.
Syncs accelerometer, gyroscope and magnetometer sensor measurements in case they arrive with certain delay.
Contains synced accelerometer, gyroscope and magnetometer measurements, which are assumed to belong to the same timestamp.
Manages and collects accelerometer sensor measurements. This collector does not have an internal buffer, and consequently out of order measurements can be notified.
Manages and collects accelerometer sensor measurements. This collector does not have an internal buffer.
Accelerometer sensor measurement.
Converts SensorEvent data into an AccelerometerSensorMeasurement.
Indicates the accelerometer types supported by this accelerometer sensor.
Syncs attitude, accelerometer and gyroscope sensor measurements in case they arrive with certain delay.
Contains synced attitude, accelerometer and gyroscope measurements, which are assumed to belong to the same timestamp.
Syncs attitude, accelerometer, gravity and gyroscope sensor measurements in case they arrive with certain delay.
Contains synced attitude, accelerometer, gravity and gyroscope measurements, which are assumed to belong to the same timestamp.
Syncs attitude and accelerometer sensor measurements in case they arrive with certain delay.
Contains synced attitude and accelerometer measurements, which are assumed to belong to the same timestamp.
Manages and collects attitude sensor measurements. This collector does not have an internal buffer.
Rotation sensor measurement.
Converts SensorEvent data into an AttitudeSensorMeasurementConverter.
Indicates the attitude type supported by a rotation sensor.
Manages and collects accelerometer sensor measurements using a buffer. A buffered collector allows proper synchronization of events from multiple collectors by colling getMeasurementsBeforeTimestamp or getMeasurementsBeforePosition periodically to obtain measurements in the buffer prior to a certain timestamp or buffer position.
Manages and collects attitude sensor measurements using a buffer. A buffered collector allows proper synchronization of events from multiple collectors by calling getMeasurementsBeforeTimestamp or getMeasurementsBeforePosition periodically to obtain measurements in th buffer prior to a certain timestamp or buffer position.
Manages and collects gravity sensor measurements using a buffer. A buffered collector allows proper synchronization of events from multiple collectors by colling getMeasurementsBeforeTimestamp periodically to obtain measurements in the buffer prior to a certain timestamp.
Manages and collects gyroscope sensor measurements using a buffer. A buffered collector allows proper synchronization of events from multiple collectors by colling getMeasurementsBeforeTimestamp periodically to obtain measurements in the buffer prior to a certain timestamp.
Manages and collects magnetometer sensor measurements using a buffer. A buffered collector allows proper synchronization of events from multiple collectors by colling getMeasurementsBeforeTimestamp periodically to obtain measurements in the buffer prior to a certain timestamp.
Base class for buffered sensor collectors. A buffered collector allows proper synchronization of events from multiple collectors by colling getMeasurementsBeforeTimestamp or getMeasurementsBeforePosition periodically to obtain measurements in the buffer prior to a certain timestamp or buffer position.
Holds constants for com.irurueta.android.navigation.inertial.collectors.
Syncs gravity and gyroscope sensor measurements in case they arrive with certain delay.
Contains synced gravity and gyroscope measurements, which are assumed to belong to the same timestamp.
Syncs gravity and magnetometer sensor measurements in case they arrive with certain delay.
Contains synced gravity and magnetometer measurements, which are assumed to belong to the same timestamp.
Syncs gravity, gyroscope and magnetometer sensor measurements in case they arrive with certain delay.
Contains synced gravity, gyroscope and magnetometer measurements, which are assumed to belong to the same timestamp.
Manages and collects gravity sensor measurements. This collector does not have an internal buffer, and consequently out of order measurements can be notified.
Manages and collects gravity sensor measurements. This collector does not have an internal buffer.
Gravity sensor measurement.
Converts SensorEvent data into an GravitySensorMeasurement.
Manages and collects gyroscope sensor measurements. This collector does not have an internal buffer, and consequently out of order measurements can be notified.
Manages and collects gyroscope sensor measurements. This collector does not have an internal buffer.
Gyroscope sensor measurement.
Converts SensorEvent data into an GyroscopeSensorMeasurement.
Indicates the gyroscope types supported by this gyroscope sensor.
Manages and collects magnetometer sensor measurements. This collector does not have an internal buffer, and consequently out of order measurements can be notified.
Manages and collects magnetometer sensor measurements. This collector does not have an internal buffer.
Magnetometer sensor measurement.
Converts SensorEvent data into an MagnetometerSensorMeasurement.
Indicates the magnetometer types supported by this magnetometer sensor.
Indicates the accuracy of a sensor.
Base class for sensor collectors. This collector does not have an internal buffer, and consequently out of order measurements can be notified.
Base class for sensor collectors. This collector does not have an internal buffer.
Defines the delay of a sensor between samples.
Base class for sensor measurements.
Syncs measurements collected from multiple sensors. Collected measurements are buffered to ensure they can be synced, if any measurement arrives out of order, it is notified by this class.
Indicates a sensor type.
Bases class for synced sensor measurements, which contains 2 oor more SensorMeasurement instances that have been synced and assumed to belong to the same timestamp.