ONLP
Open Network Linux Platform APIs
|
#include <thermal.h>
Data Fields | |
onlp_oid_hdr_t | hdr |
uint32_t | caps |
int | mcelsius |
struct { | |
int warning | |
int error | |
int shutdown | |
} | thresholds |
Thermal sensor information structure.
uint32_t onlp_thermal_info_s::caps |
Capabilities - a combination of onlp_thermal_caps_e
int onlp_thermal_info_s::error |
Error temperature threshold in milli-celsius
onlp_oid_hdr_t onlp_thermal_info_s::hdr |
OID Header
int onlp_thermal_info_s::mcelsius |
Current temperature in milli-celsius
int onlp_thermal_info_s::shutdown |
System shutdown temperature threshold in milli-celsius
struct { ... } onlp_thermal_info_s::thresholds |
Thermal Thresholds
int onlp_thermal_info_s::warning |
Warning temperature threshold in milli-celsius