sensors_module_t 结构参考文档
sensors_module_t 结构参考文档
#include <
sensors.h
>
数据字段 |
|
struct hw_module_t | 常见 |
int(* | get_sensors_list )(struct sensors_module_t *module, struct sensor_t const **list) |
int(* | set_operation_mode )(unsigned int mode) |
详细说明
每个硬件模块都必须有一个名为 HAL_MODULE_INFO_SYM 的数据结构,并且此数据结构的字段必须以 hw_module_t 开头,后跟模块专用信息。
字段文档
struct hw_module_t common |
int(* get_sensors_list)(struct sensors_module_t *module, struct sensor_t const **list) |
int(* set_operation_mode)(unsigned int mode) |
此结构体的文档是根据以下文件生成的:
- hardware/libhardware/include/hardware/ sensors.h