-
public final class AmbientTemperatureDataTYPE_AMBIENT_TEMPERATURE: ambient air temperature in degrees Celsius.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublesensorTimestampprivate final DoublewallClockTimestampprivate final DoubletemperatureC
-
Constructor Summary
Constructors Constructor Description AmbientTemperatureData(Double sensorTimestamp, Double wallClockTimestamp, Double temperatureC)
-
Method Summary
Modifier and Type Method Description final DoublegetSensorTimestamp()final DoublegetWallClockTimestamp()final DoublegetTemperatureC()-
-
Method Detail
-
getSensorTimestamp
final Double getSensorTimestamp()
-
getWallClockTimestamp
final Double getWallClockTimestamp()
-
getTemperatureC
final Double getTemperatureC()
-
-
-
-