allwpilib
allwpilib copied to clipboard
[commands] GenericHIDController: use composition in C++
Resolves #6293 Resolves #5095 Closes https://github.com/wpilibsuite/allwpilib/pull/5097
Are there any changes needed to the controller-specific classes?
Not sure but it builds so I don't think so
The other HID wrappers should also be fixed to inherit from CommandGenericHID, like in Java, instead of inheriting the HID itself.
This also resolves #5095 correct?