RADLib
RADical C++ application framework
RADPower::ThermalZoneInfo Struct Reference

Thermal zone snapshot. More...

#include <RADPower.h>

Public Attributes

std::string name
 Zone name. More...
 
std::string type
 Zone type. More...
 
double temperatureC = 0.0
 Temperature in Celsius, or NaN when unknown. More...
 

Detailed Description

Thermal zone snapshot.

Member Data Documentation

◆ name

std::string RADPower::ThermalZoneInfo::name

Zone name.

◆ temperatureC

double RADPower::ThermalZoneInfo::temperatureC = 0.0

Temperature in Celsius, or NaN when unknown.

◆ type

std::string RADPower::ThermalZoneInfo::type

Zone type.


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