| 37 | void EmptyRegisterInterface::writeBytes(uint8_t regAddr, uint8_t size, uint8_t* buffer) |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected