| 186 | } |
| 187 | |
| 188 | UsbControl::~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 ." |
nothing calls this directly
no outgoing calls
no test coverage detected