sensors_event_t 結構體參考資料

sensors_event_t 結構體參考資料

#include < sensors.h >

資料欄位

int32_t version
 
int32_t 感應器
 
int32_t type
 
int32_t reserved0
 
int64_t  時間戳記
 
union {
   union {
      float    資料 [16]
 
       sensors_vec_t     acceleration
 
       sensors_vec_t     magnetic
 
       sensors_vec_t     orientation
 
       sensors_vec_t     陀螺儀
 
      float    溫度
 
      浮點    距離
 
      float   
 
      浮點    氣壓
 
      float    相對濕度
 
       未校正的事件時間     未校正的陀螺儀
 
       未校正的事件時間     未校正的磁力
 
       heart_rate_event_t     heart_rate
 
       meta_data_event_t     meta_data
 
       dynamic_sensor_meta_event_t     dynamic_sensor_meta
 
       additional_info_event_t     additional_info
 
   } 
 
   union {
      uint64_t    資料 [8]
 
      uint64_t    step_counter
 
   }    u64
 
}; 
 
uint32_t flags
 
uint32_t reserved1 [3]
 

詳細說明

可傳回的各種感應器資料的聯集。

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

欄位說明文件

union { ... }
sensors_vec_t acceleration

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

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

浮點資料 [16]

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

uint64_t data[8]

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

浮點值距離

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

dynamic_sensor_meta_event_t dynamic_sensor_meta

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

uint32_t 旗標

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

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

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

浮燈

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

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

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

sensors_vec_t orientation

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

浮動壓力

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

float relative_humidity

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

int32_t reserved0

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

uint32_t reserved1[3]

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

int32_t 感應器

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

uint64_t step_counter

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

浮點溫度

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

int64_t timestamp

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

int32_t 類型

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

union { ... } u64
uncalibrated_event_t uncalibrated_gyro

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

uncalibrated_event_t uncalibrated_magnetic

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

int32_t 版本

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


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