Referência da estrutura thermal_module

Referência da estrutura thermal_module

#include < thermal.h >

Campos de dados

struct hw_module_t   comum
 
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)
 

Descrição detalhada

Definição na linha 134 do arquivo thermal.h .

Documentação do campo

struct hw_module_t common

Definição na linha 135 do arquivo thermal.h .

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

Definição na linha 201 do arquivo thermal.h .

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

Definição na linha 177 do arquivo thermal.h .

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

Definição na linha 159 do arquivo thermal.h .


A documentação desse struct foi gerada com base no seguinte arquivo: