Strukturreferenz für „thermal_module“

Strukturreferenz für „thermal_module“

#include < thermal.h >

Datenfelder

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)
 

Detaillierte Beschreibung

Definition in Zeile 134 der Datei thermal.h .

Felddokumentation

struct hw_module_t common

Definition in Zeile 135 der Datei thermal.h .

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

Definition in Zeile 201 der Datei thermal.h .

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

Definition in Zeile 177 der Datei thermal.h .

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

Definition in Zeile 159 der Datei thermal.h .


Die Dokumentation für diese Struktur wurde aus der folgenden Datei generiert: