CalibrationEvent

public class CalibrationEvent

This class represents a KallistoSensor calibration event and holds information such as the event type, the timestamp and the sensor that generated this event.

Fields

sensor

public final KallistoSensor sensor

The KallistoSensor that generated this event.

timestamp

public final long timestamp

The time at which the event happened in milliseconds. Generated with System.currentTimeMillis().

type

public final CalibrationEventType type

This event type.