MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / static_run

Method static_run

src/openni2/DeviceDriver.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 libfreenect2::thread* thread;
62
63 static void static_run(void* cookie)
64 {
65 static_cast<DeviceImpl*>(cookie)->run();
66 }
67
68 VideoStream* getStream(libfreenect2::Frame::Type type)
69 {

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected