-
public final class StepDetectorDataTYPE_STEP_DETECTOR: one-shot event when a step is detected. No payload.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublesensorTimestampprivate final DoublewallClockTimestamp
-
Constructor Summary
Constructors Constructor Description StepDetectorData(Double sensorTimestamp, Double wallClockTimestamp)
-
Method Summary
Modifier and Type Method Description final DoublegetSensorTimestamp()final DoublegetWallClockTimestamp()-
-
Method Detail
-
getSensorTimestamp
final Double getSensorTimestamp()
-
getWallClockTimestamp
final Double getWallClockTimestamp()
-
-
-
-