SelfMaintenance.getCPUTemperature()
This commit is contained in:
parent
5434cf4c19
commit
9c7ae39ff0
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,12 @@ public:
|
||||||
|
|
||||||
static int getCPUTemperature();
|
static int getCPUTemperature();
|
||||||
static int getFileSystemAvailable();
|
static int getFileSystemAvailable();
|
||||||
|
|
||||||
|
private:
|
||||||
|
static int m_cpuSingleCoreSpeed;
|
||||||
|
static int m_cpuCoresCount;
|
||||||
|
static int m_cpuTemperatureC;
|
||||||
|
static int m_cpuTemperatureF;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue