|
SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
|
No-op Startable shim kept only for source compatibility. More...
#include <sensesp/system/startable.h>
Public Member Functions | |
| Startable (int priority=0) | |
| virtual void | start () |
| const int | get_start_priority () |
| void | set_start_priority (int priority) |
Static Public Member Functions | |
| static void | start_all () |
No-op Startable shim kept only for source compatibility.
All methods are no-ops: there is no startup ordering or callback dispatch. Startup is now handled by the event loop, so inheritance from this class should be removed.
Definition at line 13 of file startable.h.
|
inline |
Definition at line 17 of file startable.h.
|
inline |
Definition at line 19 of file startable.h.
|
inline |
Definition at line 20 of file startable.h.
|
inlinevirtual |
Definition at line 18 of file startable.h.
|
inlinestatic |
Definition at line 21 of file startable.h.