Uses of Interface
de.unikassel.android.sdcframework.devices.facade.SampleProvidingSensorDevice

Packages that use SampleProvidingSensorDevice
de.unikassel.android.sdcframework.devices Does contain the sensor device specific classes, like the sensor devices, the device manager and the device factory. 
 

Uses of SampleProvidingSensorDevice in de.unikassel.android.sdcframework.devices
 

Classes in de.unikassel.android.sdcframework.devices that implement SampleProvidingSensorDevice
 class AbstractAndroidSensorDevice
          Base class for an Android Sensor type.
 class AbstractLocationDevice
          Implementation of an abstract location provider based sensor device as sample providing device.
 class AccelerometerDevice
          Implementation of the accelerometer sensor device.
 class GPSDevice
          Implementation of the GPS sensor device.
 class GSMDevice
          Implementation of the GSM sensor device as active device providing sensor data for the scanner.
 class GyroscopeDevice
          Implementation of the gyroscope sensor device.
 class LightDevice
          Implementation of the light sensor device.
 class MagneticFieldDevice
          Implementation of the magnetic field sensor device.
 class NetworkLocationDevice
          Implementation of the network location sensor device using the location manager to get cell tower or wlan based location information.
 class OrientationDevice
          Implementation of the orientation sensor device.
 class PressureDevice
          Implementation of the pressure sensor device.
 class ProximityDevice
          Implementation of the proximity sensor device.
 class SamplingCausingAndroidSensorDevice
          Base class for Android Sensor based devices, which do cause sampling in case of sensor data change events.
 class TemperatureDevice
          Implementation of the temperature sensor device.
 class TimeProviderDevice
          Implementation of the the time provider synchronization state observing sensor device.