QtMobility Reference Documentation

QPressureReading Class Reference

The QPressureReading class holds readings from the pressure sensor. More...

 #include <QPressureReading>

Inherits: QSensorReading.

Properties

Public Functions

qreal pressure () const
void setPressure ( qreal pressure )
void setTemperature ( qreal temperature )
qreal temperature () const

Additional Inherited Members

  • 1 public slot inherited from QObject
  • 1 signal inherited from QObject
  • 1 public variable inherited from QObject
  • 4 static public members inherited from QObject
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QPressureReading class holds readings from the pressure sensor.

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 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

Member Function Documentation

void QPressureReading::setPressure ( qreal pressure )

Sets the pressure to pressure.

See also pressure().

void QPressureReading::setTemperature ( qreal temperature )

Sets the pressure sensor's temperature to temperature.

See also temperature().

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.