thermal_module 結構體參考

thermal_module 結構體參考資料

#include < thermal.h >

資料欄位

struct hw_module_t   通用
 
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 行。


這個結構體的說明文件是由下列檔案產生: