Add documentation, cleanup
This commit is contained in:
15
app/include/sensor/NvidiaSensor.h
Normal file
15
app/include/sensor/NvidiaSensor.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef NVIDIASENSOR_H_
|
||||
#define NVIDIASENSOR_H_
|
||||
|
||||
#include <sensor/Sensor.h>
|
||||
|
||||
class NvidiaSensor : public Sensor {
|
||||
public:
|
||||
NvidiaSensor();
|
||||
~NvidiaSensor();
|
||||
|
||||
int value() override;
|
||||
std::string name() override;
|
||||
};
|
||||
|
||||
#endif // NVIDIASENSOR_H_
|
||||
Reference in New Issue
Block a user