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

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

Detailed Description

Global firmware service.

Definition at line 628 of file InternalServices.hpp.

Member Function Documentation

◆ isRunning()

virtual bool FirmwareService::isRunning ( )
inlinevirtual

Check if the firmware daemons are already running.

Returns
true If running
false If not running

Definition at line 636 of file InternalServices.hpp.


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