MCPcopy 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
1471void Freenect2ReplayDevice::static_execute(void* arg)
1472{
1473 static_cast<Freenect2ReplayDevice*>(arg)->run();
1474}
1475
1476bool Freenect2ReplayDevice::start()
1477{

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected