com.drismo.logic
Interface FilteredAccelerationListener
- All Known Implementing Classes:
- Calibration, DebugMonitor, QualityRater
public interface FilteredAccelerationListener
Used by objects who listens for noise reduced acceleration. Listeners of this type is added to, and
updated by the AccelerationHandler
.
- See Also:
AccelerationHandler
Method Summary |
void |
onFilteredAccelerationChange(float[] filteredAccelerationValues,
float[] rotatedAccelerationValues)
Fires whenever there is a new acceleration entry. |
onFilteredAccelerationChange
void onFilteredAccelerationChange(float[] filteredAccelerationValues,
float[] rotatedAccelerationValues)
- Fires whenever there is a new acceleration entry.
- Parameters:
filteredAccelerationValues
- Noise reduced acceleration vectors.rotatedAccelerationValues
- Same as the filteredAccelerationValues
, only rotated relative to
the vehicle (if the tilt angles is set).