Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ EventLoop
Method
EventLoop
src/event_loop.cpp:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
EventLoop::EventLoop() :
53
shutdown_(false),
54
thread_(0),
55
usb_context_(0)
56
{
57
}
58
59
EventLoop::~EventLoop()
60
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected