Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ devid_to_uri
Method
devid_to_uri
src/openni2/DeviceDriver.cpp:390–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
libfreenect2::Freenect2 freenect2;
389
390
std::string devid_to_uri(int id) {
391
return uriScheme +
"://"
+ to_string(id);
392
}
393
394
int uri_to_devid(const std::string uri) {
395
int id;
Callers
nothing calls this directly
Calls
1
to_string
Function · 0.85
Tested by
no test coverage detected