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

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

Subclasses of AbstractSensorDevice in de.unikassel.android.sdcframework.devices
 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 AudioDevice
          Implementation of the virtual audio sensor device.
 class BluetoothDevice
          Implementation of the bluetooth 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 ScannerStateAwareSensorDevice
          This class is an extension of the abstract sensor device for such devices, which have to be aware of the scanner running state.
 class SystemBroadcastReceivingDevice
          Abstract base class for sensor device which have to react on system state changes signaled by broadcasts.
 class TagDevice
          Implementation of the virtual tag sensor device.
 class TemperatureDevice
          Implementation of the temperature sensor device.
 class TimeProviderDevice
          Implementation of the the time provider synchronization state observing sensor device.
 class TwitterDevice
          Implementation of the virtual twitter sensor device.
 class VirtualSensorDevice
          Base class for virtual sensor devices which does not refer to a physical sensor in the system.
 class WifiDevice
          Implementation of the wifi sensor device.