MCPcopy Create free account
hub / github.com/SlimeVR/SlimeVR-Tracker-ESP / toString

Method toString

src/sensorinterface/RegisterInterface.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39[[nodiscard]] uint8_t EmptyRegisterInterface::getAddress() const { return 0; };
40bool EmptyRegisterInterface::hasSensorOnBus() { return true; };
41[[nodiscard]] std::string EmptyRegisterInterface::toString() const { return "Empty"; };
42
43EmptyRegisterInterface EmptyRegisterInterface::instance;
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected