QPressureReading Class
The QPressureReading class holds readings from the pressure sensor. More...
| Header: | #include <QPressureReading> |
| qmake: | QT += sensors |
| Since: | Qt 5.1 |
| Inherits: | QSensorReading |
This class was introduced in Qt 5.1.
Properties
- pressure : const qreal
- temperature : const qreal
Public Functions
| qreal | pressure() const |
| qreal | temperature() const |
Detailed Description
QPressureReading Units
The pressure sensor returns atmospheric pressure values in Pascals.
Property Documentation
pressure : const qreal
This property holds the measured atmospheric pressure.
Returned as Pascals.
Access functions:
| qreal | pressure() const |
See also QPressureReading Units.
temperature : const qreal
This property holds the pressure sensor's temperature.
The temperature is returned in degree Celsius. This property, if supported, provides the pressure sensor die temperature. Note that this temperature may be (and usually is) different than the temperature reported from QAmbientTemperatureSensor. Use QSensor::isFeatureSupported() with the QSensor::PressureSensorTemperature flag to determine its availability.
This property was introduced in Qt 5.2.
Access functions:
| qreal | temperature() const |