The QPressureReading class holds readings from the pressure sensor. More...
Header: | #include <QPressureReading> |
CMake: | find_package(Qt6 COMPONENTS Sensors REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Sensors) |
qmake: | QT += sensors |
Since: | Qt 5.1 |
Inherits: | QSensorReading |
qreal | pressure() const |
void | setPressure(qreal pressure) |
void | setTemperature(qreal temperature) |
qreal | temperature() const |
The pressure sensor returns atmospheric pressure values in Pascals.
[read-only]
pressure : const qreal
This property holds the measured atmospheric pressure.
Returned as Pascals.
Access functions:
qreal | pressure() const |
See also QPressureReading Units.
[read-only, since 5.2]
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 |
Sets the pressure to pressure.
See also pressure().
[since 5.2]
void QPressureReading::setTemperature(qreal temperature)
Sets the pressure sensor's temperature to temperature.
This function was introduced in Qt 5.2.
See also temperature().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qpressurereading.html