Package com.drismo.logic

Interface Summary
CalibrationListener Used by objects who listens for changes in calibration, when the calibration is initiated.
FilteredAccelerationListener Used by objects who listens for noise reduced acceleration.
NewLocationListener Used by objects who listens for location updates.
QualityListener Used by objects who listens for quality updates.
 

Class Summary
AccelerationHandler This object handles everything regarding collecting and filtering acceleration data.
AccelerationHandler.MAQueue An inner static class used to remove noise from the acceleration values.
Calibration Calibrates the (roll, pitch and yaw) angles of the device RELATIVE to the cars position and driving direction.
JsonFunctions Used to get the city/street name from a location.
LocationHandler This class handles everything related to receiving and distributing location updates to listeners which requires this service.
MonitorController A singleton controller responsible of maintaining and controlling everything related to a monitor activity.
QualityRater Handles quality rating and distributing updates to all the registered listeners.
QualityToSpeech TODO: Kommenter JAM
TripLogger Class for making/updating log file.