USB updates, remove iostream usage
This commit is contained in:
@@ -15,6 +15,7 @@ class Usb : public IUsb {
|
||||
bool close(UsbDevice) override;
|
||||
|
||||
private:
|
||||
libusb_device** mLibUsbDevs;
|
||||
// TODO: This should be a std::map with handles & locking on access
|
||||
std::vector<UsbDevice> mDevices{};
|
||||
};
|
||||
|
Reference in New Issue
Block a user