MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / getInterfacePath

Function getInterfacePath

tests/cplusplus/Common/DummyTree.h:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52inline std::string getInterface() { return "tracker"; }
53
54inline std::string getInterfacePath() {
55 return getDevicePath() + "/" + getInterface();
56}
57
58inline int getSensor() { return 1; }
59

Callers 2

getFullSourcePathFunction · 0.85
setupDummyDeviceFunction · 0.85

Calls 2

getInterfaceFunction · 0.85
getDevicePathFunction · 0.70

Tested by

no test coverage detected