![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
User interface service. More...
#include <InternalServices.hpp>
Public Member Functions | |
| virtual uint8_t | getMaxFPS () |
| Get the maximum frames per seconds value required by UI instances. | |
Additional Inherited Members | |
Static Public Member Functions inherited from DependencyManager< UIService > | |
| static UIService & | call () |
| Get the service provider implementing the service. | |
| static void | inject (_Args &&...__args) |
| Inject a service provider. | |
| static void | inject (UIService *provider) |
| Inject a service provider. | |
| static void | reset () |
| Remove the injected service provider (for testing) | |
User interface service.
Definition at line 606 of file InternalServices.hpp.
|
inlinevirtual |
Get the maximum frames per seconds value required by UI instances.
Definition at line 614 of file InternalServices.hpp.