sensors_module_t 構造体リファレンス
sensors_module_t 構造体リファレンス
#include <
sensors.h
>
データ フィールド |
|
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) |
詳細な説明
すべてのハードウェア モジュールには 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