|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SensorDeviceScanner | |
---|---|
de.unikassel.android.sdcframework.devices | Does contain the sensor device specific classes, like the sensor devices, the device manager and the device factory. |
de.unikassel.android.sdcframework.devices.facade | Provides the interfaces for the device package. |
Uses of SensorDeviceScanner in de.unikassel.android.sdcframework.devices |
---|
Classes in de.unikassel.android.sdcframework.devices that implement SensorDeviceScanner | |
---|---|
class |
AbstractSensorDeviceScanner
|
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. |
Fields in de.unikassel.android.sdcframework.devices declared as SensorDeviceScanner | |
---|---|
private SensorDeviceScanner |
AbstractSensorDevice.scanner
The scanner for the sensor device |
Methods in de.unikassel.android.sdcframework.devices that return SensorDeviceScanner | |
---|---|
private SensorDeviceScanner |
SensorDeviceFactoryImpl.doCreateSensorDeviceScanner(SensorDeviceIdentifier deviceIdentifier,
Context applicationContext)
Internal sensor device scanner creation method |
SensorDeviceScanner |
AbstractSensorDevice.getScanner()
|
Methods in de.unikassel.android.sdcframework.devices with parameters of type SensorDeviceScanner | |
---|---|
void |
AbstractSensorDevice.setScanner(SensorDeviceScanner scanner,
Context context)
|
Uses of SensorDeviceScanner in de.unikassel.android.sdcframework.devices.facade |
---|
Methods in de.unikassel.android.sdcframework.devices.facade that return SensorDeviceScanner | |
---|---|
SensorDeviceScanner |
SensorDevice.getScanner()
Getter for the scanner |
Methods in de.unikassel.android.sdcframework.devices.facade with parameters of type SensorDeviceScanner | |
---|---|
void |
SensorDevice.setScanner(SensorDeviceScanner scanner,
Context context)
Setter for the scanner |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |