sensors_poll_device_1 구조체 참조

sensors_poll_device_1 구조체 참조

#include < sensors.h >

데이터 필드

union {
   struct sensors_poll_device_t     v0
 
   struct {
      struct hw_device_t     common
 
      int(*    activate )(struct sensors_poll_device_t
         *dev, int sensor_handle, int
         enabled)
 
      int(*    setDelay )(struct sensors_poll_device_t
         *dev, int sensor_handle,
         int64_t sampling_period_ns)
 
      int(*    poll )(struct sensors_poll_device_t
         *dev, sensors_event_t *data,
         int count)
 
   } 
 
}; 
 
int(*  batch )(struct sensors_poll_device_1 *dev, int sensor_handle, int flags, int64_t sampling_period_ns, int64_t max_report_latency_ns)
 
int(*  flush )(struct sensors_poll_device_1 *dev, int sensor_handle)
 
int(*  inject_sensor_data )(struct sensors_poll_device_1 *dev, const sensors_event_t *data)
 
void(*  reserved_procs [7])(void)
 

상세 설명

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

필드 문서

union { ... }
int(* activate)(struct sensors_poll_device_t *dev, int sensor_handle, int enabled)

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

int(* batch)(struct sensors_poll_device_1 *dev, int sensor_handle, int flags, int64_t sampling_period_ns, int64_t max_report_latency_ns)

sensors.h 파일의 1349 번 라인에 정의되어 있습니다.

struct hw_device_t common

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

int(* flush)(struct sensors_poll_device_1 *dev, int sensor_handle)

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

int(* inject_sensor_data)(struct sensors_poll_device_1 *dev, const sensors_event_t *data)

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

int(* poll)(struct sensors_poll_device_t *dev, sensors_event_t *data, int count)

센서 데이터 배열을 반환합니다.

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

void(* reserved_procs[7])(void)

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

int(* setDelay)(struct sensors_poll_device_t *dev, int sensor_handle, int64_t sampling_period_ns)

지정된 센서의 이벤트 기간을 나노초 단위로 설정합니다. sampling_period_ns가 max_delay보다 크면 max_delay로 잘리고 sampling_period_ns가 min_delay보다 작으면 min_delay로 대체됩니다.

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

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


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