QMagnetometerReading Class ReferenceThe QMagnetometerReading class represents one reading from the magnetometer. More... #include <QMagnetometerReading> Inherits: QSensorReading. This class was introduced in Qt Mobility 1.0. Properties
Public Functions
Additional Inherited Members
Detailed DescriptionThe QMagnetometerReading class represents one reading from the magnetometer. QMagnetometerReading UnitsThe magnetometer returns magnetic flux density values along 3 axes. The scale of the values is teslas. The axes are arranged as follows. The magnetometer can report on either raw magnetic flux values or geomagnetic flux values. By default it returns raw magnetic flux values. The QMagnetometer::returnGeoValues property must be set to return geomagnetic flux values. The primary difference between raw and geomagnetic values is that extra processing is done to eliminate local magnetic interference from the geomagnetic values so they represent only the effect of the Earth's magnetic field. This process is not perfect and the accuracy of each reading may change. The image below shows the difference between geomagnetic (on the left) and raw (on the right) readings for a phone that is being subjected to magnetic interference. The accuracy of each reading is measured as a number from 0 to 1. A value of 1 is the highest level that the device can support and 0 is the worst. See also CS001671 - Calibrating the magnetometer sensor. Property Documentation
|
qreal | calibrationLevel () const |
See also QMagnetometerReading Units and CS001671 - Calibrating the magnetometer sensor.
This property holds the raw magnetic flux density on the X axis.
Measured as telsas.
This property was introduced in Qt Mobility 1.0.
Access functions:
qreal | x () const |
See also QMagnetometerReading Units.
This property holds the raw magnetic flux density on the Y axis.
Measured as telsas.
This property was introduced in Qt Mobility 1.0.
Access functions:
qreal | y () const |
See also QMagnetometerReading Units.
This property holds the raw magnetic flux density on the Z axis.
Measured as telsas.
This property was introduced in Qt Mobility 1.0.
Access functions:
qreal | z () const |
See also QMagnetometerReading Units.
Sets the accuracy of the reading to calibrationLevel.
This function was introduced in Qt Mobility 1.0.
See also calibrationLevel().
Sets the raw magnetic flux density on the X axis to x.
This function was introduced in Qt Mobility 1.0.
See also x().
Sets the raw magnetic flux density on the Y axis to y.
This function was introduced in Qt Mobility 1.0.
See also y().
Sets the raw magnetic flux density on the Z axis to z.
This function was introduced in Qt Mobility 1.0.
See also z().
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtmobility-1.2 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com