Tài liệu tham khảo về cấu trúc thermal_module

Tài liệu tham khảo về cấu trúc thermal_module

#include < thermal.h >

Trường dữ liệu

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)
 

Nội dung mô tả chi tiết

Định nghĩa tại dòng 134 của tệp thermal.h .

Tài liệu về trường

cấu trúc hw_module_t phổ biến

Định nghĩa tại dòng 135 của tệp thermal.h .

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

Định nghĩa tại dòng 201 của tệp thermal.h .

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

Định nghĩa tại dòng 177 của tệp thermal.h .

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

Định nghĩa tại dòng 159 của tệp thermal.h .


Tài liệu cho cấu trúc này được tạo từ tệp sau: