cooling_device_t Struct Reference

cooling_device_t Struct Reference

#include < thermal.h >

Data Fields

enum cooling_type   type
 
const char *  name
 
float  current_value
 

Detailed Description

Definition at line 92 of file thermal.h .

Field Documentation

float current_value

Current cooling device value. Units depend on cooling device "type".

Definition at line 107 of file thermal.h .

const char* name

Name of this cooling device. All cooling devices of the same "type" must have a different "name".

Definition at line 102 of file thermal.h .

enum cooling_type type

This cooling device type.

Definition at line 96 of file thermal.h .


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