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 行。


這個結構體的說明文件是由下列檔案產生: