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

Method getAddress

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

Source from the content-addressed store, hash-verified

37void EmptyRegisterInterface::writeBytes(uint8_t regAddr, uint8_t size, uint8_t* buffer)
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected