OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
Loading...
Searching...
No Matches
UIService Class Reference

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 UIServicecall ()
 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)
 

Detailed Description

User interface service.

Definition at line 606 of file InternalServices.hpp.

Member Function Documentation

◆ getMaxFPS()

virtual uint8_t UIService::getMaxFPS ( )
inlinevirtual

Get the maximum frames per seconds value required by UI instances.

Definition at line 614 of file InternalServices.hpp.


The documentation for this class was generated from the following file: