|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SensorDataSource | |
---|---|
org.android.activityminer.logic.devices | Logic layer - Sensor device wrapper and data caches. |
org.android.activityminer.model.timeseries | Data model - Data types for sensor observations and time series representation. |
Uses of SensorDataSource in org.android.activityminer.logic.devices |
---|
Classes in org.android.activityminer.logic.devices that implement SensorDataSource | |
---|---|
class |
AbstractAccelerometerDataSource
Base class for the accelerometer data source. |
class |
LinearAccelerometerDataSource
Own implementation of an linear accelerometer data source using biquadratic filters. |
class |
LinearDeviceAccelerometerDataSource
Default implementation of the accelerometer data source. |
class |
LocationDataCache
The data cache to hold location samples for scanner polls. |
class |
LocationDataSource
Implementation of the location data source, using the location manager to get location information form the gps or network provider. |
Uses of SensorDataSource in org.android.activityminer.model.timeseries |
---|
Classes in org.android.activityminer.model.timeseries that implement SensorDataSource | |
---|---|
class |
SensorObservationCache<T extends Enum<T> & Dimensions,U>
Cache for sensor observations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |