Thermal information.
| Type Params | Return Type | Name and description |
|---|---|---|
|
Float |
getLimit(String name)Gets critical temperature limit based on thermal domain name. |
|
Set<String> |
getNames()Gets a list of thermal domain names. |
|
Float |
getTemperature(String name)Gets temperature based on thermal domain name. |
|
boolean |
isCritical()Checks if any of the thermal domains have temperatures above critical limit. |
|
boolean |
isMoreThan(float q)Checks if any of the thermal domains have temperatures above a given limit. |
|
boolean |
isNearCritical()Checks if any of the thermal domains have temperatures close to critical limit. |
|
String |
toString() |
Gets critical temperature limit based on thermal domain name.
name - thermal domain nameGets a list of thermal domain names.
Gets temperature based on thermal domain name.
name - thermal domain nameChecks if any of the thermal domains have temperatures above critical limit.
Checks if any of the thermal domains have temperatures above a given limit.
q - temperature limit in deg CChecks if any of the thermal domains have temperatures close to critical limit.