update fur current gpu config
This commit is contained in:
parent
ef6b0c7d4b
commit
8c93f843b5
3 changed files with 80 additions and 99 deletions
2
sensor.h
2
sensor.h
|
|
@ -13,5 +13,5 @@ public:
|
|||
public:
|
||||
Sensor() = default;
|
||||
Sensor(std::string chipI, std::string nameI, int idI = 0): name(nameI), chip(chipI), id(idI) {}
|
||||
bool operator==(const Sensor& other) {return other.name == name && other.chip == chip;}
|
||||
bool operator==(const Sensor& other) const {return other.name == name && other.chip == chip;}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue