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 行。


此结构体的文档是根据以下文件生成的: