-
public final class PressureDataTYPE_PRESSURE: atmospheric pressure in hPa.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublesensorTimestampprivate final DoublewallClockTimestampprivate final DoublepressureHpa
-
Constructor Summary
Constructors Constructor Description PressureData(Double sensorTimestamp, Double wallClockTimestamp, Double pressureHpa)
-
Method Summary
Modifier and Type Method Description final DoublegetSensorTimestamp()final DoublegetWallClockTimestamp()final DoublegetPressureHpa()-
-
Method Detail
-
getSensorTimestamp
final Double getSensorTimestamp()
-
getWallClockTimestamp
final Double getWallClockTimestamp()
-
getPressureHpa
final Double getPressureHpa()
-
-
-
-