Thermal_module结构参考

Thermal_module结构参考

#include < thermal.h >

资料栏位

结构hw_module_t常见的
ssize_t(* getTemperatures )(结构Thermal_module *模块, temperature_t *列表,size_t大小)
ssize_t(* getCpuUsages )(结构thermal_module *模块, cpu_usage_t *名单)
ssize_t(* getCoolingDevices )(结构Thermal_module *模块, cooling_device_t *列表,size_t大小)

详细说明

在文件thermal.h的134行定义。

现场文件

struct hw_module_t通用

在文件thermal.h的135行定义。

ssize_t(* getCoolingDevices)(结构Thermal_module *模块, cooling_device_t *列表,size_t大小)

在文件thermal.h的201行定义。

为ssize_t(* getCpuUsages)(结构thermal_module *模块, cpu_usage_t *名单)

在文件thermal.h的177行定义。

ssize_t(* getTemperatures)(结构Thermal_module *模块, temperature_t *列表,size_t大小)

在文件thermal.h的159行定义。


该结构的文档是从以下文件生成的: