MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / ~UsbControl

Method ~UsbControl

src/usb_control.cpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188UsbControl::~UsbControl()
189{
190}
191
192#define CHECK_LIBUSB_RESULT(__CODE, __RESULT) if((__CODE = (__RESULT == LIBUSB_SUCCESS ? Success : Error)) == Error) LOG_ERROR
193#define WRITE_LIBUSB_ERROR(__RESULT) libusb_error_name(__RESULT) << " " << libusb_strerror((libusb_error)__RESULT) << ". Try debugging with environment variable: export LIBUSB_DEBUG=3 ."

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected