The QPressureReading class holds readings from the pressure sensor. More...
#include <QPressureReading>
Inherits: QSensorReading.
qreal | pressure () const |
void | setPressure ( qreal pressure ) |
void | setTemperature ( qreal temperature ) |
qreal | temperature () const |
The QPressureReading class holds readings from the pressure sensor.
The pressure sensor returns atmospheric pressure values in Pascals.
This property holds the measured atmospheric pressure.
Returned as Pascals.
Access functions:
qreal | pressure () const |
See also QPressureReading Units.
This property holds the pressure sensor's temperature.
The temperature is returned in degree Celsius. This property provides the pressure sensor die temperature. Note that this temperature may be (and usually is) different than the temperature reported from QAmbientTemperatureSensor.
Access functions:
qreal | temperature () const |
Sets the pressure to pressure.
See also pressure().
Sets the pressure sensor's temperature to temperature.
See also temperature().