Tài liệu tham khảo về cấu trúc sensors_poll_device_1

Tài liệu tham khảo về cấu trúc sensors_poll_device_1

#include < sensors.h >

Trường dữ liệu

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(*  )(cấu trúc 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)
 

Nội dung mô tả chi tiết

Định nghĩa tại dòng 1301 của tệp sensors.h .

Tài liệu về trường

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

Định nghĩa tại dòng 1318 của tệp sensors.h .

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

Định nghĩa tại dòng 1349 của tệp sensors.h .

cấu trúc hw_device_t phổ biến

Định nghĩa tại dòng 1309 của tệp sensors.h .

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

Định nghĩa tại dòng 1365 của tệp sensors.h .

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

Định nghĩa tại dòng 1374 của tệp sensors.h .

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

Trả về một mảng dữ liệu cảm biến.

Định nghĩa tại dòng 1333 của tệp sensors.h .

void(* reserved_procs[7])(void)

Định nghĩa tại dòng 1376 của tệp sensors.h .

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

Đặt chu kỳ của sự kiện tính bằng nano giây cho một cảm biến nhất định. Nếu sampling_period_ns > max_delay, thì giá trị này sẽ bị cắt bớt thành max_delay và nếu sampling_period_ns < min_delay, thì giá trị này sẽ được thay thế bằng min_delay.

Định nghĩa tại dòng 1327 của tệp sensors.h .

Định nghĩa tại dòng 1306 của tệp sensors.h .


Tài liệu cho cấu trúc này được tạo từ tệp sau: