MagnetometerReading QML Type
MagnetometerReading 元素保存最新的磁强计读数。更多
Import Statement: | import QtSensors |
Since: | QtSensors 5.0 |
Inherits: |
属性
- calibrationLevel : real
- x : real
- y : real
- z : real
详细说明
MagnetometerReading 元素保存最新的磁强计读数。
该元素封装了QMagnetometerReading 类。详情请查看QMagnetometerReading 文档。
该元素不能直接创建。
属性文档
calibrationLevel : real |
该属性表示读数的精确度。
有关此属性的信息,请参阅QMagnetometerReading::calibrationLevel 。
x : real |
该属性表示 X 轴上的原始磁通密度。
有关此属性的信息,请参阅QMagnetometerReading::x 。
y : real |
该属性用于保存 Y 轴上的原始磁通密度。
有关此属性的信息,请参阅QMagnetometerReading::y 。
z : real |
该属性保存 Z 轴上的原始磁通密度。
有关此属性的信息,请参阅QMagnetometerReading::z 。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.