![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Global firmware service. More...
#include <InternalServices.hpp>
Public Member Functions | |
| virtual bool | isRunning () |
| Check if the firmware daemons are already running. | |
Friends | |
| void | firmwareSetIsRunningState (bool state) |
Additional Inherited Members | |
Static Public Member Functions inherited from DependencyManager< FirmwareService > | |
| static FirmwareService & | call () |
| Get the service provider implementing the service. | |
| static void | inject (_Args &&...__args) |
| Inject a service provider. | |
| static void | inject (FirmwareService *provider) |
| Inject a service provider. | |
| static void | reset () |
| Remove the injected service provider (for testing) | |
Global firmware service.
Definition at line 628 of file InternalServices.hpp.
|
inlinevirtual |
Check if the firmware daemons are already running.
Definition at line 636 of file InternalServices.hpp.