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 라인에 정의가 있습니다.


이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.