cooling_device_t 结构体参考文档

cooling_device_t 结构体参考文档

#include < thermal.h >

数据字段

enum cooling_type type
 
const char *  name
 
浮点数 current_value
 

详细说明

定义位于文件 thermal.h 92 行

字段文档

float current_value

当前的冷却装置值。单位取决于冷却设备的“类型”。

定义位于文件 thermal.h 107 行。

const char* name

此冷却设备的名称。同一“类型”的所有制冷设备都必须具有不同的“名称”。

定义位于文件 thermal.h 102 行。

enum cooling_type type

此冷却设备类型。

定义位于文件 thermal.h 96 行。


此结构体的文档是根据以下文件生成的: