Add mapping logic, refactor stuff

This commit is contained in:
2022-09-19 20:02:18 +02:00
parent dccd6f2773
commit f507912623
19 changed files with 275 additions and 187 deletions

View File

@@ -9,7 +9,8 @@ public:
~NvidiaSensor();
int value() override;
std::string name() override;
const std::string toString() const override;
};
#endif // NVIDIASENSOR_H_