QGeoSatelliteInfo Class
QGeoSatelliteInfo クラスは、衛星の基本情報を保持しています。詳細...
Header: | #include <QGeoSatelliteInfo> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Positioning) target_link_libraries(mytarget PRIVATE Qt6::Positioning) |
qmake: | QT += positioning |
- 継承メンバを含む全メンバ一覧
- QGeoSatelliteInfo は、暗黙的に共有されるクラスの一部です。
パブリック型
enum | Attribute { Elevation, Azimuth } |
enum | SatelliteSystem { Undefined, GPS, GLONASS, GALILEO, BEIDOU, …, CustomType } |
パブリック関数
QGeoSatelliteInfo() | |
QGeoSatelliteInfo(const QGeoSatelliteInfo &other) | |
(since 6.2) | QGeoSatelliteInfo(QGeoSatelliteInfo &&other) |
~QGeoSatelliteInfo() | |
qreal | attribute(QGeoSatelliteInfo::Attribute attribute) const |
bool | hasAttribute(QGeoSatelliteInfo::Attribute attribute) const |
void | removeAttribute(QGeoSatelliteInfo::Attribute attribute) |
int | satelliteIdentifier() const |
QGeoSatelliteInfo::SatelliteSystem | satelliteSystem() const |
void | setAttribute(QGeoSatelliteInfo::Attribute attribute, qreal value) |
void | setSatelliteIdentifier(int satId) |
void | setSatelliteSystem(QGeoSatelliteInfo::SatelliteSystem system) |
void | setSignalStrength(int signalStrength) |
int | signalStrength() const |
(since 6.2) QGeoSatelliteInfo & | operator=(QGeoSatelliteInfo &&other) |
QGeoSatelliteInfo & | operator=(const QGeoSatelliteInfo &other) |
関連する非メンバー
bool | operator!=(const QGeoSatelliteInfo &lhs, const QGeoSatelliteInfo &rhs) |
QDataStream & | operator<<(QDataStream &stream, const QGeoSatelliteInfo &info) |
bool | operator==(const QGeoSatelliteInfo &lhs, const QGeoSatelliteInfo &rhs) |
QDataStream & | operator>>(QDataStream &stream, QGeoSatelliteInfo &info) |
QGeoSatelliteInfoSourceも参照してください 。
メンバ型ドキュメント
enum QGeoSatelliteInfo::Attribute
衛星情報の属性を定義します。
定数 | 値 | 説明 |
---|---|---|
QGeoSatelliteInfo::Elevation | 0 | 衛星の高度を度単位で表す。 |
QGeoSatelliteInfo::Azimuth | 1 | 真北に対する方位角。 |
enum QGeoSatelliteInfo::SatelliteSystem
衛星のGNSSシステムを定義します。
定数 | 値 | 説明 |
---|---|---|
QGeoSatelliteInfo::Undefined | 0x00 | 定義されていない。 |
QGeoSatelliteInfo::GPS | 0x01 | 全地球測位システム(アメリカ)。 |
QGeoSatelliteInfo::GLONASS | 0x02 | 全地球測位システム(ロシア)。 |
QGeoSatelliteInfo::GALILEO | 0x03 | 全地球航法衛星システム(EU)。 |
QGeoSatelliteInfo::BEIDOU | 0x04 | BeiDou航法衛星システム(中国)。 |
QGeoSatelliteInfo::QZSS | 0x05 | 準天頂衛星システム(日本)。 |
QGeoSatelliteInfo::Multiple | 0xFF | このタイプは通常、情報が複数の衛星システムをサポートするデバイスから受信されたことを示し、衛星システムは明示的に指定されていません。データ・ソースによっては、他の情報を使って実際のシステム・タイプを判断することもある。このタイプの使用例としては、NMEA $GNGSA メッセージがあり、使用されている衛星の ID が含まれていますが、システム・タイプは明示されていません。 |
QGeoSatelliteInfo::CustomType | 0x100 | ユーザが使用できる最初のタイプ。例えば、QNmeaSatelliteInfoSource でNMEAデータ解析を再実装する場合など。ユーザは、CustomType + 1 、CustomType + 2 などを使って、さらに型を追加することができる。 |
メンバ関数 ドキュメント
QGeoSatelliteInfo::QGeoSatelliteInfo()
衛星情報オブジェクトを生成する。
QGeoSatelliteInfo::QGeoSatelliteInfo(const QGeoSatelliteInfo &other)
other の値を持つ衛星情報オブジェクトを生成する。
[noexcept, since 6.2]
QGeoSatelliteInfo::QGeoSatelliteInfo(QGeoSatelliteInfo &&other)
other から移動して、衛星情報オブジェクトを生成する。
移動元の QGeoSatelliteInfo は、破棄または代入のみ可能であることに注意。デストラクタや代入演算子以外の関数を呼び出した場合の効果は未定義です。
この関数は Qt 6.2 で導入されました。
[noexcept]
QGeoSatelliteInfo::~QGeoSatelliteInfo()
衛星情報オブジェクトを破棄します。
[invokable]
qreal QGeoSatelliteInfo::attribute(QGeoSatelliteInfo::Attribute attribute) const
指定されたattribute の値をqreal値として返します。
値が設定されていない場合は-1を返します。
注意: この関数はメタオブジェクトシステムやQMLから呼び出すことができます。Q_INVOKABLE を参照してください。
hasAttribute() およびsetAttribute()も参照して ください。
[invokable]
bool QGeoSatelliteInfo::hasAttribute(QGeoSatelliteInfo::Attribute attribute) const
指定されたattribute がこの更新に存在する場合、true を返します。
注意: この関数はメタオブジェクトシステムおよび QML から呼び出すことができます。Q_INVOKABLE を参照してください。
void QGeoSatelliteInfo::removeAttribute(QGeoSatelliteInfo::Attribute attribute)
指定されたattribute とその値を削除する。
int QGeoSatelliteInfo::satelliteIdentifier() const
衛星識別子番号を返す。
衛星識別子番号は、衛星システム内で衛星を識別するために使用できる。
実際の値は、プラットフォームや選択したバックエンドによって異なる。
例えば、nmeaプラグインを使用している場合、GPS衛星システムの衛星識別子はPRN(疑似ランダムノイズ)番号を表し、GLONASS衛星システムの衛星識別子はスロット番号を表す。
NMEAベースのバックエンドでは、衛星識別子は、それが他のソースから利用できない場合は、衛星システムの種類を決定するために使用することができます。異なる衛星システムのID範囲を確認するには、衛星IDリストを参照することができます。
注: プラットフォームおよび選択したバックエンドによっては、異なる衛星システムの衛星 ID 範囲が交差することがある。衛星を一意に識別するには、satelliteIndetifier() とsatelliteSystem() の組み合わせを使用する必要があります。
注: プロパティ satelliteIdentifier のゲッター関数。
setSatelliteIdentifier() およびsatelliteSystem()も参照 。
QGeoSatelliteInfo::SatelliteSystem QGeoSatelliteInfo::satelliteSystem() const
衛星システム(GPS、GLONASS、...)を返す。
注: この値は、satelliteIdentifier ()と併用することで、衛星を一意に識別することができる。
注 :プロパティ satelliteSystem のゲッター関数。
setSatelliteSystem() およびsatelliteIdentifier()も参照 。
void QGeoSatelliteInfo::setAttribute(QGeoSatelliteInfo::Attribute attribute, qreal value)
attribute の値をvalue に設定する。
attribute() も参照 。
void QGeoSatelliteInfo::setSatelliteIdentifier(int satId)
衛星識別子番号をsatId に設定する。
衛星識別子番号は、衛星システム内で衛星を識別するために使用できる。
実際の値は、プラットフォームや選択したバックエンドによって異なる。
例えば、nmeaプラグインを使用している場合、GPS衛星システムの衛星識別子はPRN (Pseudo-random noise)番号を表し、GLONASS衛星システムの衛星識別子はスロット番号を表す。
satelliteIdentifier()も参照 。
void QGeoSatelliteInfo::setSatelliteSystem(QGeoSatelliteInfo::SatelliteSystem system)
Satellite System (GPS, GLONASS, ...) をsystem に設定する。
satelliteSystem() も参照 。
void QGeoSatelliteInfo::setSignalStrength(int signalStrength)
信号強度をsignalStrength に設定します(単位はデシベル)。
signalStrength() も参照 。
int QGeoSatelliteInfo::signalStrength() const
信号強度を返します。値が設定されていない場合は -1。
注釈 signalStrength プロパティのゲッター関数。
setSignalStrength()も参照して ください。
[noexcept, since 6.2]
QGeoSatelliteInfo &QGeoSatelliteInfo::operator=(QGeoSatelliteInfo &&other)
Move-other の値をこのオブジェクトに割り当てます。
移動元のQGeoSatelliteInfo は、破棄または代入しかできないことに注意。デストラクタや代入演算子以外の関数を呼び出した場合の効果は未定義です。
この関数は Qt 6.2 で導入されました。
QGeoSatelliteInfo &QGeoSatelliteInfo::operator=(const QGeoSatelliteInfo &other)
other の値をこのオブジェクトに代入します。
関連する非メンバー
bool operator!=(const QGeoSatelliteInfo &lhs, const QGeoSatelliteInfo &rhs)
lhs サテライトのパラメータのいずれかがrhs のパラメータと同じでない場合はtrue
を返します。 そうでない場合はfalse
を返します。
QDataStream &operator<<(QDataStream &stream, const QGeoSatelliteInfo &info)
指定されたstream に、指定されたinfo を書き込みます。
Qt データ型のシリアライズ」も参照してください 。
bool operator==(const QGeoSatelliteInfo &lhs, const QGeoSatelliteInfo &rhs)
lhs false
のすべてのパラメータが のパラメータと同じ場合、 を返す。rhs true
QDataStream &operator>>(QDataStream &stream, QGeoSatelliteInfo &info)
指定されたstream から、指定されたinfo に衛星情報を読み込みます。
Qt データ型のシリアライズ」も参照してください 。
本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。