Inherits AZ::EBusTraits.
 | 
| 
static const AZ::EBusAddressPolicy  | AddressPolicy = AZ::EBusAddressPolicy::Single | 
|   | 
| 
static const AZ::EBusHandlerPolicy  | HandlerPolicy = AZ::EBusHandlerPolicy::Single | 
|   | 
◆ GetSensorOverheatingTemp()
  
  
      
        
          | virtual float ThermalInfoHandler::GetSensorOverheatingTemp  | 
          ( | 
          ThermalSensorType  | 
          sensor | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Returns the temperature that is considered as overheating for a specific sensor. The value returned is in Celcius degrees.
- Parameters
 - 
  
  
 
 
 
◆ GetSensorTemp()
  
  
      
        
          | virtual float ThermalInfoHandler::GetSensorTemp  | 
          ( | 
          ThermalSensorType  | 
          sensor | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Returns the current temperature of a specific sensor in Celcius degrees. If the type of sensor is not available on the device it returns 0.
- Parameters
 - 
  
  
 
 
 
The documentation for this class was generated from the following file:
- Code/Framework/AzFramework/AzFramework/Thermal/ThermalInfo.h