#include <hardware_interface.hpp>
The CustomHW class provides an easy way to add more hardware to the HardwareInterface. Inherit from that class to add a new type of hardware, containing the data you want.
Definition at line 113 of file hardware_interface.hpp.