IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QPressureReading Class

The QPressureReading class holds readings from the pressure sensor.

This class was introduced in Qt 5.1.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QPressureReading Class

  • Header: QPressureReading

  • Since: Qt 5.1

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS Sensors)

    target_link_libraries(mytarget PRIVATE Qt6::Sensors)

  • qmake: QT += sensors

  • Inherits: QSensorReading

  • Group: QPressureReading is part of sensors_reading

Detailed Description

 

QPressureReading Units

The pressure sensor returns atmospheric pressure values in Pascals.

Property Documentation

 

[read-only] pressure : const qreal

This property holds the measured atmospheric pressure.

Returned as Pascals.

Access functions:

  • qreal pressure() const

See Also

[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

Member Function Documentation

 

void QPressureReading::setPressure(qreal pressure)

Sets the pressure to pressure.

See Also

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

See also temperature()

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+