Package org.openuat.sensors

Interface Summary
SamplesSink This interface represents a sink for sample values, and only defines three methods: to add new samples, to react to a segment becoming "active" (by some definition) and to react to a segment becoming "inactive".
SegmentsSink This interface represents a sink for whole time series segments.
 

Class Summary
AsciiLineReaderBase This is a base class for reading from sensors that are represented by simple files and output ASCII lines, with one line for each sample.
BluetoothRFCOMMChannel This is a very simple class that uses the JSR82 API to open an RFCOMM channel to a Bluetooth device.
DeviceStateListener This is a small helper class for checking the status of a device with multiple lines/time series based on the events from the AsciiLineReader.
ParallelPortPWMReader This class implements a reader for the data format generated by the small Linux native code (a C command line program) to sample pulse-width modulated sensors (e.g.
TimeSeries This class represents a possibly multi-dimensional time series of a single sensor.
TimeSeriesAggregator This class implements an aggregation of multiple time series into one.
WiTiltRawReader This class implements a reader for the "RAW" data format generated by Spark Fun Electronics WiTilt v2.5 sensors.
 



2005-2006, Rene Mayrhofer.