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

Method shutdown

src/openni2/DeviceDriver.cpp:552–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550 }
551
552 void shutdown()
553 {
554 for (OniDeviceMap::iterator iter = devices.begin(); iter != devices.end(); iter++)
555 {
556 if (iter->second) {
557 deviceClose(iter->second);
558 }
559 }
560 }
561
562
563 /* todo: for DriverBase

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected