SatelliteInfo (C++/QML)

Key Qt Positioning 類被用於此範例:

The example displays the signal strength of all satellites in view. Any satellite that is currently used to calculate the GPS fix has been marked pink. The number at the bottom of each signal bar is the individual satellite identifier.

The application operates in three different modes:

應用程序模式 描述
running The application continuously queries the system for satellite updates. When new data is available it will be displayed.
stopped The application stops updating the satellite information.
single The application makes a single update request with a timeout of 10s. The display remains empty until the request was answered by the system.

If the platform does not provide satellite information the application automatically switches into a demo mode whereby it continuously switches between predefined sets of satellite data.

運行範例

要運行範例從 Qt Creator ,打開 歡迎 模式,然後選擇範例從 範例 。更多信息,拜訪 構建和運行範例 .

文件: