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

Function sigint_handler

tools/streamer_recorder/ProtonectSR.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53bool protonect_shutdown = false; ///< Whether the running application should shut down.
54
55void sigint_handler(int s)
56{
57 protonect_shutdown = true;
58}
59
60bool protonect_paused = false;
61libfreenect2::Freenect2Device *devtopause;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected