Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
inline std::string getInterface() { return
"tracker"
; }
53
54
inline std::string getInterfacePath() {
55
return getDevicePath() +
"/"
+ getInterface();
56
}
57
58
inline int getSensor() { return 1; }
59
Callers
2
getFullSourcePath
Function · 0.85
setupDummyDevice
Function · 0.85
Calls
2
getInterface
Function · 0.85
getDevicePath
Function · 0.70
Tested by
no test coverage detected