uncalibrated_event_t 結構體參考資料

uncalibrated_event_t 結構體參考資料

#include < sensors.h >

資料欄位

union {
   浮點    未校正 [3]
 
   struct {
      float    x_uncalib
 
      float    y_uncalib
 
      float    z_uncalib
 
   } 
 
}; 
 
union {
   float    偏差 [3]
 
   struct {
      float    x_bias
 
      float    y_bias
 
      float    z_bias
 
   } 
 
}; 
 

詳細說明

未校正的陀螺儀和磁力計事件資料

定義位於檔案 sensors.h 915 行。

欄位說明文件

union { ... }
union { ... }
浮動偏差 [3]

定義位於檔案 sensors.h 925 行。

float uncalib[3]

定義位於檔案 sensors.h 917 行。

float x_bias

定義位於檔案 sensors.h 927 行。

float x_uncalib

定義位於檔案 sensors.h 919 行。

float y_bias

定義位於檔案 sensors.h 928 行。

float y_uncalib

定義位於檔案 sensors.h 920 行。

float z_bias

定義位於檔案 sensors.h 929 行。

float z_uncalib

定義位於檔案 sensors.h 921 行。


這個結構體的說明文件是由下列檔案產生: