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

Class EmptySensorInterface

src/sensorinterface/SensorInterface.h:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37class EmptySensorInterface : public SensorInterface {
38public:
39 EmptySensorInterface(){};
40 bool init() override final { return true; };
41 void swapIn() override final{};
42 [[nodiscard]] std::string toString() const final { return "None"; }
43
44 static EmptySensorInterface instance;
45};
46} // namespace SlimeVR
47
48#endif // SENSORINTERFACE_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected