| 38 | const {}; |
| 39 | [[nodiscard]] uint8_t EmptyRegisterInterface::getAddress() const { return 0; }; |
| 40 | bool EmptyRegisterInterface::hasSensorOnBus() { return true; }; |
| 41 | [[nodiscard]] std::string EmptyRegisterInterface::toString() const { return "Empty"; }; |
| 42 | |
| 43 | EmptyRegisterInterface EmptyRegisterInterface::instance; |
nothing calls this directly
no outgoing calls
no test coverage detected