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

Method PrintBusAndDevice

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

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected