Structure used to hold an array of most recent pressure sensor events.
typedef struct {
sensor_history_pressure_element_t element [48];
}sensor_history_pressure_data_t;
BlackBerry 10.1.0
This structure is populated by sensor_history_pressure().