Package de.unikassel.android.sdcframework.data.independent

Package class diagram package de.unikassel.android.sdcframework.data.independent
Does contain the framework independent classes of the data package.

See:
          Description

Interface Summary
SampleData Interface for all the types implementing device specific sensor sample data.
SerializableData Interface for serializable data types.
 

Class Summary
AbstractSampleData Abstract base class for sample data types
AccelerometerSampleData The device specific sample data of an accelerometer sensor are the accelerations in x, y and z ( in m/s^2 ) axis direction as provided by the Android API.
BasicSample This is the framework independent serializable sample representation, which can be used in pure Java projects for deserialization.

A sensor device sample has a device identifier for the source sensor device, a sample time stamp and a transmission priority level corresponding to the configured device priority, a reference to the device specific sample data.
BasicSampleCollection Implementation of a collection of BasicSamples.
BluetoothSampleData The device specific sample data of a bluetooth sensor device are the received signal strength indicator, the friendly bluetooth name, the hardware adress and the bluetooth class.
DeviceInformation The device information does provide a unique generated uuid generated by the service itself and specific device data like the manufacturer, model, product and others.
FileReferenceSampleData The device specific sample data of a sensor device providing samples as binary data files in a related format.
GeoLocation The location fix data fro samples.
GlobalSerializer The global serializer does hold the global Persister instance of the Simple XML framework.
GPSSampleData The device specific sample data of a GPS sensor device.
GSMNeighborCell A simple class to hold neighbor GSM cell information.
GSMSampleData The device specific sample data of a GSM sensor device are the operator name, the cell id, the location area code and the signal strength.
GyroscopeSampleData The device specific sample data of an gyroscope sensor are the rates of rotation around the device's local X, Y and Z axis ( in radians/second, positive in the counter-clockwise direction ) as provided by the Android API.
LightSampleData The light sensor device specific sample data, which is the ambient light level in SI lux units.

ATTENTON:
There do exist simple binary sensor types which do only support bright and dark measurement.
LocationSampleData Base class for location specific sample data (GPS, Cell Info OR Wifif based) are the LocationSampleData.longitude, LocationSampleData.latitude, LocationSampleData.altitude and speed over ground information as provided by the Android API.
MagneticFieldSampleData The magnetic filed sensor device specific sample data, which are the ambient magnetic fields in the X, Y and Z axis ( in micro-Tesla ).
NetworkLocationSampleData The device specific sample data for the rather virtual network location device ( based cell or wifi information ).
OrientationSampleData The orientation sensor device specific sample data, which are heading (angle between the magnetic north direction and the y-axis, 0=North, 90=East, 180=South, 270=West ), pitch ( rotation around x-axis,-180 to 180, with positive values when the z-axis moves toward the y-axis) and roll ( rotation around y-axis, -90 to 90, with positive values when the x-axis moves toward the z-axis ).
PressureSampleData The pressure sensor device specific sample data, which is the atmospheric pressure in hPa (millibar).
ProximitySampleData The proximity sensor device specific sample data, which is the proximity sensor distance measured in centimeters.
TemperatureSampleData The temperature sensor device specific sample data, which is the temperature in degree celsius.
TextSampleData The device specific sample data of a sensor device with a simple text information (e.g.
TimeProviderSampleData The sample data of the time provider synchronization state changes (synchronized or not).
TwitterSampleData The device specific sample data of a twitter sensor device.
WifiSampleData The device specific sample data of a Wifi sensor device are the network name, the access point adress, the device capabilities, the signal level (dBm) and the channel frequency (MHz).
 

Package de.unikassel.android.sdcframework.data.independent Description

Does contain the framework independent classes of the data package.