Structure to store a pressure sensor history element.
typedef struct {
uint64_t timestamp ;
float pressure ;
float temperature ;
}sensor_history_pressure_element_t;
BlackBerry 10.1.0
This structure is used in sensor_history_pressure_data_t.