Start implementation of sensors wrapper, rename files and classes, sort usings
This commit is contained in:
11
app/include/Nvidia.h
Normal file
11
app/include/Nvidia.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef NVIDIA_H_
|
||||
#define NVIDIA_H_
|
||||
|
||||
class Nvidia {
|
||||
public:
|
||||
Nvidia();
|
||||
~Nvidia();
|
||||
double get_gpu_temperature();
|
||||
};
|
||||
|
||||
#endif // NVIDIA_H_
|
||||
Reference in New Issue
Block a user