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

@@ -11,7 +11,7 @@ public:
const sensors_subfeature *subfeature);
int value() override;
std::string name() override;
const std::string toString() const override;
private:
const sensors_chip_name *mChipName;