SensESP 3.0.0-beta.6
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::Startable Class Reference

Dummy Startable class for backward 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

Dummy Startable class for backward compatibility.

Definition at line 10 of file startable.h.

Constructor & Destructor Documentation

◆ Startable()

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

Definition at line 12 of file startable.h.

Member Function Documentation

◆ get_start_priority()

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

Definition at line 14 of file startable.h.

◆ set_start_priority()

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

Definition at line 15 of file startable.h.

◆ start()

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

Definition at line 13 of file startable.h.

◆ start_all()

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

Definition at line 16 of file startable.h.


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