Remove RGB controllers argument from standard detector
This commit is contained in:
parent
060567548f
commit
92f0720639
30 changed files with 35 additions and 51 deletions
|
|
@ -35,7 +35,7 @@
|
|||
struct hid_device_info;
|
||||
|
||||
typedef std::function<bool()> I2CBusDetectorFunction;
|
||||
typedef std::function<void(std::vector<RGBController*>&)> DeviceDetectorFunction;
|
||||
typedef std::function<void()> DeviceDetectorFunction;
|
||||
typedef std::function<void(std::vector<i2c_smbus_interface*>&)> I2CDeviceDetectorFunction;
|
||||
typedef std::function<void(i2c_smbus_interface*, uint8_t, const std::string&)> I2CPCIDeviceDetectorFunction;
|
||||
typedef std::function<void(hid_device_info*, const std::string&)> HIDDeviceDetectorFunction;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue