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

Method addDevice

src/libfreenect2.cpp:600–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598 }
599
600 void addDevice(Freenect2ReplayDevice *device)
601 {
602 devices_.push_back(device);
603 }
604
605 void removeDevice(Freenect2ReplayDevice *device)
606 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected