sensor_history_pressure_element_t

Structure to store a pressure sensor history element.

Synopsis:

typedef struct  {
    uint64_t timestamp ;
    float pressure ;
    float temperature ;
}sensor_history_pressure_element_t;

Since:

BlackBerry 10.1.0

Data:

uint64_t timestamp
The time the pressure sample was taken at.
float pressure
The pressure read at the indicated time.
float temperature
The temperature of the pressure sensor itself.

Library:

libsensor (For the qcc command, use the -l sensor option to link against this library)

Description:

This structure is used in sensor_history_pressure_data_t.