supermileage / dynamometer-firmware

0 stars 0 forks source link

Adds virtual handle method to ControllerBase #68

Closed cosparks closed 1 year ago

cosparks commented 1 year ago

Certain ui states will need to be handled every control loop for certain behaviors (logging data, for example). Adding a handle method to the Controller class heirarchy makes this possible.

Base implementation doesn't do anything, because not all Controller classes need to update every control loop.