Class | Description |
---|---|
AccelerometerSensor |
This class represents an accelerometer sensor channel with X, Y, and Z channels.
|
BarometerSensor |
This class represents a barometer unevenly sampled sensor channel.
|
EvenlySampledSensor<R extends java.lang.Number & java.lang.Comparable<R>> |
This class forms the base class of all evenly sampled channels.
|
GyroscopeSensor |
This class represents an gyroscope sensor channel with X, Y, and Z channels.
|
ImageSensor | |
InfraredSensor |
This class represents a infrared unevenly sampled sensor channel.
|
LightSensor |
This class represents a light unevenly sampled sensor channel.
|
LocationSensor |
This class represents a location unevenly sampled sensor channel.
|
MagnetometerSensor |
This class represents an magnetometer sensor channel with X, Y, and Z channels.
|
MicrophoneSensor |
This class represents a microphone evenly sampled sensor channel.
|
TimeSynchronizationSensor |
This class represents a time synchronization unevenly sampled sensor channel.
|
UnevenlySampledSensor<R extends java.lang.Number & java.lang.Comparable<R>> |
This class represents the base class for all unevenly sampled channels.
|
XyzUnevenlySampledSensor<R extends java.lang.Number & java.lang.Comparable<R>> |
This class forms the base class for all sensors that store their data as a X, Y, and Z channels.
|