Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ static_execute
Method
static_execute
src/libfreenect2.cpp:1471–1474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1469
}
1470
1471
void Freenect2ReplayDevice::static_execute(void* arg)
1472
{
1473
static_cast<Freenect2ReplayDevice*>(arg)->run();
1474
}
1475
1476
bool Freenect2ReplayDevice::start()
1477
{
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected