Uses of Package
de.unikassel.android.sdcframework.devices

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

Classes in de.unikassel.android.sdcframework.devices used by de.unikassel.android.sdcframework.devices
AbstractAndroidSensorDevice
          Base class for an Android Sensor type.
AbstractLocationDevice
          Implementation of an abstract location provider based sensor device as sample providing device.
AbstractLocationDevice.ProviderLocationListener
          Internal location listener implementation
AbstractLocationDevice.ProviderStateListener
          Internal location provider state listener implementation
AbstractSensorDevice
          Base class for any sensor device type.
AbstractSensorDeviceScanner
           
ContentProviderDeviceScanner
          Abstract base class for content provider based device scanner types.
LocationTracker
          Class to track location information using available sensors.
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.
SampleFactory
          A factory to create samples from Android specific types ( implemented as singleton ).
SampleReceivingDeviceScanner
          Abstract base class for scanner types, which do receive sensor data from system broadcasts after the explicit initiation of a system scan.
SampleReceivingDeviceScanner.ScanWorkerThread
          Inner class for a device polling worker thread
SampleTakingDeviceScanner
          Base class for sensor device scanner types, which do active take a sample of the associated device in the configured frequency.
SampleTakingTask
          This class does implement a runnable task to be executed delayed by an OS handler in the service context.
SamplingCausingAndroidSensorDevice
          Base class for Android Sensor based devices, which do cause sampling in case of sensor data change events.
ScannerStateAwareSensorDevice
          This class is an extension of the abstract sensor device for such devices, which have to be aware of the scanner running state.
SensorDeviceAvailabilityTester
          The global singleton to test for sensor device availability.
SystemBroadcastReceivingDevice
          Abstract base class for sensor device which have to react on system state changes signaled by broadcasts.
VirtualSensorDevice
          Base class for virtual sensor devices which does not refer to a physical sensor in the system.