SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::Startable Class Reference

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ Startable()

sensesp::Startable::Startable ( int  priority = 0)
inline

Definition at line 17 of file startable.h.

Member Function Documentation

◆ get_start_priority()

const int sensesp::Startable::get_start_priority ( )
inline

Definition at line 19 of file startable.h.

◆ set_start_priority()

void sensesp::Startable::set_start_priority ( int  priority)
inline

Definition at line 20 of file startable.h.

◆ start()

virtual void sensesp::Startable::start ( )
inlinevirtual

Definition at line 18 of file startable.h.

◆ start_all()

static void sensesp::Startable::start_all ( )
inlinestatic

Definition at line 21 of file startable.h.


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