Uses of Class
de.unikassel.android.sdcframework.devices.AbstractAndroidSensorDevice

Packages that use AbstractAndroidSensorDevice
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 AbstractAndroidSensorDevice in de.unikassel.android.sdcframework.devices
 

Subclasses of AbstractAndroidSensorDevice in de.unikassel.android.sdcframework.devices
 class AccelerometerDevice
          Implementation of the accelerometer sensor device.
 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 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.