Mulai 27 Maret 2025, sebaiknya gunakan android-latest-release
, bukan aosp-main
, untuk mem-build dan berkontribusi pada AOSP. Untuk mengetahui informasi selengkapnya, lihat Perubahan pada AOSP.
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Referensi Struct uncalibrated_event_t
#include <
sensors.h
>
data peristiwa magnetometer dan giroskop yang tidak dikalibrasi
Definisi pada baris
915
file
sensors.h
.
Dokumentasi untuk struct ini dibuat dari file berikut:
-
hardware/libhardware/include/hardware/
sensors.h
Konten dan contoh kode di halaman ini tunduk kepada lisensi yang dijelaskan dalam Lisensi Konten. Java dan OpenJDK adalah merek dagang atau merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-26 UTC."],[],[],null,["# Android Hardware Abstraction Layer: uncalibrated_event_t Struct Reference\n\nuncalibrated_event_t Struct Reference\n=====================================\n\n[Data Fields](#pub-attribs) \nuncalibrated_event_t Struct Reference \n\n`\n#include \u003c\n`[sensors.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)`\n\u003e\n`\n\n|------------------------------------------------------------------------------------------------------|---|\n| Data Fields ----------- ||\n| union { |\n| float [uncalib](/reference/hal/structuncalibrated__event__t#a9c22454e765672782b7198d57a92f5fd) \\[3\\] |\n| ||\n| struct { |\n| float [x_uncalib](/reference/hal/structuncalibrated__event__t#ac8b7f8daea042eaa2b86f0bf2160c44a) |\n| ||\n| float [y_uncalib](/reference/hal/structuncalibrated__event__t#a43437dd77e26c6b89ab1c91aeb63fd64) |\n| ||\n| float [z_uncalib](/reference/hal/structuncalibrated__event__t#ae677be5f98570cc5a1fd7fddcd8a6841) |\n| ||\n| } | |\n| ||\n| }; | |\n| ||\n| union { |\n| float [bias](/reference/hal/structuncalibrated__event__t#a52bd7f09c4decadcfbc0347fda4163d6) \\[3\\] |\n| ||\n| struct { |\n| float [x_bias](/reference/hal/structuncalibrated__event__t#a56c4ea73587a9ea20595cca9bcfe9593) |\n| ||\n| float [y_bias](/reference/hal/structuncalibrated__event__t#a130457eaa905b467bc43fedb02cbb16a) |\n| ||\n| float [z_bias](/reference/hal/structuncalibrated__event__t#a6e265324293107afbfa9e587941a4036) |\n| ||\n| } | |\n| ||\n| }; | |\n| ||\n\n\nDetailed Description\n--------------------\n\n\nuncalibrated gyroscope and magnetometer event data\n\n\nDefinition at line\n[915](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\nof file\n[sensors.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\n.\n\nField Documentation\n-------------------\n\n\n|---------------|\n| union { ... } |\n\n\n|---------------|\n| union { ... } |\n\n\n|-----------------|\n| float bias\\[3\\] |\n\n\nDefinition at line\n[925](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\nof file\n[sensors.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\n.\n\n|--------------------|\n| float uncalib\\[3\\] |\n\n\nDefinition at line\n[917](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\nof file\n[sensors.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\n.\n\n|--------------|\n| float x_bias |\n\n\nDefinition at line\n[927](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\nof file\n[sensors.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\n.\n\n|-----------------|\n| float x_uncalib |\n\n\nDefinition at line\n[919](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\nof file\n[sensors.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\n.\n\n|--------------|\n| float y_bias |\n\n\nDefinition at line\n[928](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\nof file\n[sensors.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\n.\n\n|-----------------|\n| float y_uncalib |\n\n\nDefinition at line\n[920](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\nof file\n[sensors.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\n.\n\n|--------------|\n| float z_bias |\n\n\nDefinition at line\n[929](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\nof file\n[sensors.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\n.\n\n|-----------------|\n| float z_uncalib |\n\n\nDefinition at line\n[921](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\nof file\n[sensors.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)\n.\n\n*** ** * ** ***\n\nThe documentation for this struct was generated from the following file:\n\n- hardware/libhardware/include/hardware/ [sensors.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h)"]]