11 #include "utils/Temperature.h" 65 const std::string& cmd)
const = 0;
static std::unique_ptr< CGPUInfo > GetGPUInfo()
Getter from the specific platform GPUInfo.
Definition: GPUInfoAndroid.cpp:11
Class to concentrate all methods related to GPU information.
Definition: GpuInfo.h:19
virtual bool SupportsCustomTemperatureCommand() const
Checks if the specific platform implementation supports obtaining the GPU temperature via the executi...
Definition: GpuInfo.h:43
Definition: Temperature.h:15
bool GetTemperature(CTemperature &temperature) const
Get the temperature of the GPU.
Definition: GpuInfo.cpp:15
virtual bool SupportsPlatformTemperature() const
Checks if the specific platform implementation supports obtaining the GPU temperature from the platfo...
Definition: GpuInfo.h:50
virtual bool GetGPUTemperatureFromCommand(CTemperature &temperature, const std::string &cmd) const =0
Get the GPU temperature from a user provided command (advanced settings)
virtual bool GetGPUPlatformTemperature(CTemperature &temperature) const =0
Get the GPU temperature from the platform SDK.