ตั้งแต่วันที่ 27 มีนาคม 2025 เป็นต้นไป เราขอแนะนำให้ใช้ android-latest-release
แทน aosp-main
เพื่อสร้างและมีส่วนร่วมใน AOSP โปรดดูข้อมูลเพิ่มเติมที่หัวข้อการเปลี่ยนแปลงใน AOSP
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การอ้างอิงโครงสร้าง uncalibrated_event_t
#include <
sensors.h
>
ข้อมูลเหตุการณ์จากเครื่องวัดการหมุนและแม่เหล็กไฟฟ้าที่ไม่ได้ปรับเทียบ
คําจํากัดความที่บรรทัด
915
ของไฟล์
sensors.h
.
เอกสารประกอบสำหรับโครงสร้างนี้สร้างขึ้นจากไฟล์ต่อไปนี้
-
hardware/libhardware/include/hardware/
sensors.h
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 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)"]]