thermal_module Struct Reference

thermal_module Struct Reference

#include < thermal.h >

Data Fields

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)
 

Detailed Description

Definition at line 134 of file thermal.h .

Field Documentation

struct hw_module_t common

Definition at line 135 of file thermal.h .

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

Definition at line 201 of file thermal.h .

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

Definition at line 177 of file thermal.h .

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

Definition at line 159 of file thermal.h .


The documentation for this struct was generated from the following file: