Package org.android.activityminer.logic.devices

Package class diagram package org.android.activityminer.logic.devices
Logic layer - Sensor device wrapper and data caches.

See:
          Description

Interface Summary
SensorDataSource<T extends DeviceData> Generic interface for sensor data sources
 

Class Summary
AbstractAccelerometerDataSource Base class for the accelerometer data source.
AccelerometerDataCache The data cache to hold accelerometer samples for scanner polls.
DeviceManager A global device manager instance.
LinearAccelerometerDataSource Own implementation of an linear accelerometer data source using biquadratic filters.
LinearDeviceAccelerometerDataSource Default implementation of the accelerometer data source.
LocationDataCache The data cache to hold location samples for scanner polls.
LocationDataSource Implementation of the location data source, using the location manager to get location information form the gps or network provider.
SampleGapErrorEvent Observable sample error event to notify too large gaps between the sensor updates received from android.
 

Package org.android.activityminer.logic.devices Description

Logic layer - Sensor device wrapper and data caches.