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

Class EventLoop

include/internal/libfreenect2/usb/event_loop.h:37–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35{
36
37class EventLoop
38{
39public:
40 EventLoop();
41 virtual ~EventLoop();
42
43 void start(void *usb_context);
44
45 void stop();
46private:
47 bool shutdown_;
48 libfreenect2::thread *thread_;
49 void *usb_context_;
50
51 static void static_execute(void *cookie);
52 void execute();
53};
54
55} /* namespace usb */
56} /* namespace libfreenect2 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected