thermal_module 構造体リファレンス

thermal_module 構造体リファレンス

#include < thermal.h >

データ フィールド

struct hw_module_t   common
 
ssize_t(*  getTemperatures )(struct thermal_module *module, temperature_t *list, size_t size)
 
ssize_t(*  getCpuUsages )(struct thermal_module *module, cpu_usage_t *list)
 
ssize_t(*  getCoolingDevices )(struct thermal_module *module, cooling_device_t *list, size_t size)
 

詳細な説明

ファイル thermal.h 134 行の定義。

フィールドのドキュメント

struct hw_module_t common

ファイル thermal.h の行 135 の定義。

ssize_t(* getCoolingDevices)(struct thermal_module *module, cooling_device_t *list, size_t size)

ファイル thermal.h 201 行の定義。

ssize_t(* getCpuUsages)(struct thermal_module *module, cpu_usage_t *list)

ファイル thermal.h 177 行 の定義。

ssize_t(* getTemperatures)(struct thermal_module *module, temperature_t *list, size_t size)

ファイル thermal.h 159 行 の定義。


この構造体のドキュメントは、次のファイルから生成されました。