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

Method hasSensorOnBus

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

Source from the content-addressed store, hash-verified

38 const {};
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected