|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <GPUInfoFreebsd.h>
Public Member Functions | |
| CGPUInfoFreebsd ()=default | |
| ~CGPUInfoFreebsd ()=default | |
Public Member Functions inherited from CGPUInfo | |
| CGPUInfo ()=default | |
| virtual | ~CGPUInfo ()=default |
| bool | GetTemperature (CTemperature &temperature) const |
| Get the temperature of the GPU. | |
Additional Inherited Members | |
Static Public Member Functions inherited from CGPUInfo | |
| static std::unique_ptr< CGPUInfo > | GetGPUInfo () |
| Getter from the specific platform GPUInfo. | |
Protected Member Functions inherited from CGPUInfoPosix | |
| CGPUInfoPosix ()=default | |
| virtual | ~CGPUInfoPosix ()=default |
| virtual bool | SupportsCustomTemperatureCommand () const override |
| Checks if the specific platform implementation supports obtaining the GPU temperature via the execution of a custom command line command. | |
| virtual bool | GetGPUTemperatureFromCommand (CTemperature &temperature, const std::string &cmd) const override |
| Get the GPU temperature from a user provided command (advanced settings) | |
|
default |
|
default |