sensors_vec_t 結構體參考資料

sensors_vec_t 結構體參考資料

#include < sensors.h >

資料欄位

union {
   float    v [3]
 
   struct {
      float    x
 
      float    y
 
      float    z
 
   } 
 
   struct {
      浮點值    方位角
 
      float    音調
 
      float    roll
 
   } 
 
}; 
 
int8_t  狀態
 
uint8_t 保留 [3]
 

詳細說明

感應器事件資料

定義位於檔案 sensors.h 的第 894 行。

欄位說明文件

union { ... }
浮點方位角

定義位於檔案 sensors.h 的第 903 行。

浮點音調

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

uint8_t reserved[3]

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

浮動滾動

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

int8_t 狀態

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

float v[3]

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

float x

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

float y

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

浮點值 z

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


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