CalibrationEvent¶
-
public class
CalibrationEvent¶ This class represents a
KallistoSensorcalibration 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
KallistoSensorthat 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.