27 Mart 2025'ten itibaren AOSP'yi derlemek ve AOSP'ye katkıda bulunmak için aosp-main
yerine android-latest-release
kullanmanızı öneririz. Daha fazla bilgi için AOSP'de yapılan değişiklikler başlıklı makaleyi inceleyin.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
GpsSvInfo Yapı Referansı
#include <
gps.h
>
SV bilgilerini temsil eden eski yapı. Desteği sonlandırıldı, sonraki Android sürümünde kaldırılacak. Bunun yerine
GnssSvInfo
kullanın.
Tanımı,
gps.h
dosyasının
562
satırı
SV'nin derece cinsinden azimutu.
Tanımı,
gps.h
dosyasının
572
satırı
SV'nin derece cinsinden yüksekliği.
gps.h
dosyasının
570
satırı
SV için sözde rastgele sayı.
Tanımı,
gps.h
dosyasının
566
satırı
sizeof(GpsSvInfo) olarak ayarlanır.
Tanımı,
gps.h
dosyasının
564
satırı
Sinyal-gürültü oranı.
gps.h
dosyasının
568
satırı
Bu yapının dokümanları aşağıdaki dosyadan oluşturulmuştur:
-
hardware/libhardware/include/hardware/
gps.h
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-27 UTC."],[],[],null,["# Android Hardware Abstraction Layer: GpsSvInfo Struct Reference\n\nGpsSvInfo Struct Reference\n==========================\n\n[Data Fields](#pub-attribs) \nGpsSvInfo Struct Reference \n\n`\n#include \u003c\n`[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)`\n\u003e\n`\n\n|--------|----------------------------------------------------------------------------------|\n| Data Fields ----------- ||\n| size_t | [size](/reference/hal/struct_gps_sv_info#a854352f53b148adc24983a58a1866d66) |\n| ||\n| int | [prn](/reference/hal/struct_gps_sv_info#a1a20174966be60ad4e9d2c1c00a75bf9) |\n| ||\n| float | [snr](/reference/hal/struct_gps_sv_info#a2f13c0d577ea505db647b3e3a8600831) |\n| ||\n| float | [elevation](/reference/hal/struct_gps_sv_info#a1c921d7f2f6a29b15d709c49d2df1797) |\n| ||\n| float | [azimuth](/reference/hal/struct_gps_sv_info#a01b03ebfa7d0a95760e743f611fecbc5) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\nLegacy struct to represents SV information. Deprecated, to be removed in the next Android release. Use\n[GnssSvInfo](/reference/hal/struct_gnss_sv_info)\ninstead.\n\n\nDefinition at line\n[562](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\nField Documentation\n-------------------\n\n\n|---------------|\n| float azimuth |\n\n\nAzimuth of SV in degrees.\n\n\nDefinition at line\n[572](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|-----------------|\n| float elevation |\n\n\nElevation of SV in degrees.\n\n\nDefinition at line\n[570](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|---------|\n| int prn |\n\n\nPseudo-random number for the SV.\n\n\nDefinition at line\n[566](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|-------------|\n| size_t size |\n\n\nset to sizeof(GpsSvInfo)\n\n\nDefinition at line\n[564](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|-----------|\n| float snr |\n\n\nSignal to noise ratio.\n\n\nDefinition at line\n[568](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n*** ** * ** ***\n\nThe documentation for this struct was generated from the following file:\n\n- hardware/libhardware/include/hardware/ [gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)"]]