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

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

Subclasses of AbstractSensorDeviceScanner in de.unikassel.android.sdcframework.devices
 class AccelerometerDeviceScanner
          Implementation of the accelerometer sensor device scanner as sample taking device Scanner.
 class AudioDeviceScanner
          Implementation of the virtual audio sensor device scanner.
 class BluetoothDeviceScanner
          Implementation of the bluetooth sensor device scanner.
 class ContentProviderDeviceScanner
          Abstract base class for content provider based device scanner types.
 class GPSDeviceScanner
          Implementation of the GPS sensor device scanner which is a sample taking device Scanner.
 class GSMDeviceScanner
          Implementation of the GSM sensor device scanner, which is a sample taking device Scanner.
 class GyroscopeDeviceScanner
          Implementation of the gyroscope sensor device scanner as sample taking device Scanner.
 class LightDeviceScanner
          Implementation of the light sensor device scanner as sample taking device Scanner.
 class MagneticFieldDeviceScanner
          Implementation of the magnetic field sensor device scanner as sample taking device Scanner.
 class NetworkLocationDeviceScanner
          Implementation of a network location sensor device scanner which is a sample taking device Scanner.
 class OrientationDeviceScanner
          Implementation of the orientation sensor device scanner as sample taking device Scanner.
 class PassiveSampleTakingDeviceScanner
          This is a base class for a passive sample taking device scanner, which does ignore the sample frequency and is triggered by the associated device to for sampling.
 class PressureDeviceScanner
          Implementation of the pressure sensor device scanner as sample taking device Scanner.
 class ProximityDeviceScanner
          Implementation of the proximity sensor device scanner as sample taking device Scanner.
 class SampleReceivingDeviceScanner
          Abstract base class for scanner types, which do receive sensor data from system broadcasts after the explicit initiation of a system scan.
 class SampleTakingDeviceScanner
          Base class for sensor device scanner types, which do active take a sample of the associated device in the configured frequency.
 class TagDeviceScanner
          Implementation of the sensor device scanner for tags.
 class TemperatureDeviceScanner
          Implementation of the temperature sensor device scanner as sample taking device Scanner.
 class TimeProviderDeviceScanner
          Implementation of the time provider synchronization state sensor device scanner as sample taking device Scanner.
 class TwitterDeviceScanner
          Implementation of the twitter sensor device scanner.
 class WifiDeviceScanner
          Implementation of the wifi sensor device scanner.