public class SKAirPressureData extends SKAbstractData
Modifier and Type | Field and Description |
---|---|
protected float |
pressure |
sensorType, timestamp
Constructor and Description |
---|
SKAirPressureData(long timestamp,
float pressure)
Initialize the Air Pressure data instance
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataInCSV()
Get the Air Pressure sensor data in csv format
|
float |
getLight()
Get the Air Pressure measurement along
|
getSensorType, getTimestamp, toString