Contains classes to find static (body of device remains static) or dynamic intervals
(some movement or force is applied to body of device) for accelerometer,
gyroscope and magnetometer sensors.
-
class
TriadStaticIntervalDetector<U extends Enum<?>,M extends com.irurueta.units.Measurement<U>,T extends Triad<U,M>,D extends TriadStaticIntervalDetector<U,M,T,D,L>,L extends TriadStaticIntervalDetectorListener<U,M,T,D>>
Abstract base class for detectors in charge of determining when a static period of
measurements starts and finishes.
interface
class
This detector is in charge of determining when a static period of
acceleration measurements starts and finishes.
class
This detector is in charge of determining when a static period of
angular speed measurements starts and finishes.
class
This detector is in charge of determining when a static period of
magnetic flux density measurements starts and finishes.