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

Class PrintBusAndDevice

src/libfreenect2.cpp:331–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329};
330
331struct PrintBusAndDevice
332{
333 libusb_device *dev_;
334 int status_;
335
336 PrintBusAndDevice(libusb_device *dev, int status = 0) : dev_(dev), status_(status) {}
337};
338
339std::ostream &operator<<(std::ostream &out, const PrintBusAndDevice& dev)
340{

Callers 2

enumerateDevicesMethod · 0.85
openDeviceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected