Package de.unikassel.android.sdcframework.devices

Package class diagram package de.unikassel.android.sdcframework.devices
Does contain the sensor device specific classes, like the sensor devices, the device manager and the device factory.

See:
          Description

Class Summary
AbstractAndroidSensorDevice Base class for an Android Sensor type.
AbstractLocationDevice Implementation of an abstract location provider based sensor device as sample providing device.
AbstractSensorDevice Base class for any sensor device type.
AbstractSensorDeviceScanner  
AccelerometerDevice Implementation of the accelerometer sensor device.
AccelerometerDeviceScanner Implementation of the accelerometer sensor device scanner as sample taking device Scanner.
AudioDevice Implementation of the virtual audio sensor device.
AudioDeviceScanner Implementation of the virtual audio sensor device scanner.
BluetoothDevice Implementation of the bluetooth sensor device.
BluetoothDeviceScanner Implementation of the bluetooth sensor device scanner.
ContentProviderDeviceScanner Abstract base class for content provider based device scanner types.
GPSDevice Implementation of the GPS sensor device.
GPSDeviceScanner Implementation of the GPS sensor device scanner which is a sample taking device Scanner.
GSMDevice Implementation of the GSM sensor device as active device providing sensor data for the scanner.
GSMDeviceScanner Implementation of the GSM sensor device scanner, which is a sample taking device Scanner.
GyroscopeDevice Implementation of the gyroscope sensor device.
GyroscopeDeviceScanner Implementation of the gyroscope sensor device scanner as sample taking device Scanner.
LightDevice Implementation of the light sensor device.
LightDeviceScanner Implementation of the light sensor device scanner as sample taking device Scanner.
LocationTracker Class to track location information using available sensors.
MagneticFieldDevice Implementation of the magnetic field sensor device.
MagneticFieldDeviceScanner Implementation of the magnetic field sensor device scanner as sample taking device Scanner.
NetworkLocationDevice Implementation of the network location sensor device using the location manager to get cell tower or wlan based location information.
NetworkLocationDeviceScanner Implementation of a network location sensor device scanner which is a sample taking device Scanner.
OrientationDevice Implementation of the orientation sensor device.
OrientationDeviceScanner Implementation of the orientation sensor device scanner as sample taking device Scanner.
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.
PressureDevice Implementation of the pressure sensor device.
PressureDeviceScanner Implementation of the pressure sensor device scanner as sample taking device Scanner.
ProximityDevice Implementation of the proximity sensor device.
ProximityDeviceScanner Implementation of the proximity sensor device scanner as sample taking device Scanner.
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.
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.
SensorDeviceConfigurationUpdateVisitor Implementation of the visitor for sensor device configuration updates.
SensorDeviceFactoryImpl Implementation of the sensor device factory, to be used by the sensor device manager to create the available sensor devices.
SensorDeviceManagerImpl Implementation of the sensor device manager implementation.
SystemBroadcastReceivingDevice Abstract base class for sensor device which have to react on system state changes signaled by broadcasts.
TagDevice Implementation of the virtual tag sensor device.
TagDeviceScanner Implementation of the sensor device scanner for tags.
TemperatureDevice Implementation of the temperature sensor device.
TemperatureDeviceScanner Implementation of the temperature sensor device scanner as sample taking device Scanner.
TimeProviderDevice Implementation of the the time provider synchronization state observing sensor device.
TimeProviderDeviceScanner Implementation of the time provider synchronization state sensor device scanner as sample taking device Scanner.
TwitterDevice Implementation of the virtual twitter sensor device.
TwitterDeviceScanner Implementation of the twitter sensor device scanner.
VirtualSensorDevice Base class for virtual sensor devices which does not refer to a physical sensor in the system.
WifiDevice Implementation of the wifi sensor device.
WifiDeviceScanner Implementation of the wifi sensor device scanner.
 

Package de.unikassel.android.sdcframework.devices Description

Does contain the sensor device specific classes, like the sensor devices, the device manager and the device factory.