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

Method addDevice

src/libfreenect2.cpp:418–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416 }
417
418 void addDevice(Freenect2DeviceImpl *device)
419 {
420 if (!initialized)
421 return;
422
423 devices_.push_back(device);
424 }
425
426 void removeDevice(Freenect2DeviceImpl *device)
427 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected