sensors_event_t 구조체 참조

sensors_event_t 구조체 참조

#include < sensors.h >

데이터 필드

int32_t  버전
 
int32_t  sensor
 
int32_t  유형
 
int32_t  reserved0
 
int64_t  timestamp
 
union {
   union {
      float    data [16]
 
       sensors_vec_t     acceleration
 
       sensors_vec_t     magnetic
 
       sensors_vec_t     orientation
 
       sensors_vec_t     gyro
 
      float    temperature
 
      float    distance
 
      float    light
 
      float    pressure
 
      float    relative_humidity
 
       uncalibrated_event_t     uncalibrated_gyro
 
       uncalibrated_event_t     uncalibrated_magnetic
 
       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    data [8]
 
      uint64_t    step_counter
 
   }    u64
 
}; 
 
uint32_t  플래그
 
uint32_t  reserved1 [3]
 

상세 설명

반환될 수 있는 다양한 유형의 센서 데이터의 합집합입니다.

sensors.h 파일의 1053 행에 정의가 있습니다.

필드 문서

union { ... }
sensors_vec_t 가속도

sensors.h 파일의 1074 행에 정의가 있습니다.

sensors.h FILE의 1122 라인에 정의가 있습니다.

부동 소수점 수 data[16]

sensors.h FILE의 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 FILE의 1113 행에 정의가 있습니다.

sensors.h 파일의 1080 행에 정의가 있습니다.

부유식 압력

sensors.h FILE의 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 FILE의 1129 라인에 정의가 있습니다.

부유 온도

sensors.h FILE의 1086 행에 정의가 있습니다.

int64_t timestamp

sensors.h 파일의 1067 행에 정의되어 있습니다.

int32_t 유형

sensors.h FILE의 1061 라인에 정의가 있습니다.

union { ... } u64
uncalibrated_event_t uncalibrated_gyro

sensors.h 파일의 1101 행에 정의가 있습니다.

uncalibrated_event_t uncalibrated_magnetic

sensors.h 파일의 1104 행에 정의가 있습니다.

int32_t 버전

sensors.h 파일의 1055 라인에 정의가 있습니다.


이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.