SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::SensESPMinimalApp Class Reference

#include <sensesp_minimal_app.h>

Inheritance diagram for sensesp::SensESPMinimalApp:
[legend]

Public Member Functions

 SensESPMinimalApp (SensESPMinimalApp &other)=delete
 
void operator= (SensESPMinimalApp &other)=delete
 
- Public Member Functions inherited from sensesp::SensESPBaseApp
virtual void start ()
 Start the app (activate all the subcomponents)
 
virtual void reset ()
 Reset the device to factory defaults.
 
ObservableValue< String > * get_hostname_observable ()
 Get the hostname observable object.
 

Static Public Member Functions

static SensESPMinimalAppget ()
 Get the singleton instance of the SensESPMinimalApp.
 
- Static Public Member Functions inherited from sensesp::SensESPBaseApp
static SensESPBaseAppget ()
 Get the singleton instance of the SensESPBaseApp.
 
static String get_hostname ()
 Get the current hostname.
 

Protected Member Functions

 SensESPMinimalApp ()
 
- Protected Member Functions inherited from sensesp::SensESPBaseApp
 SensESPBaseApp ()
 Construct a new SensESP Base App object.
 
virtual void setup ()
 Perform initialization of SensESPBaseApp once builder configuration is done.
 
const SensESPBaseAppset_hostname (String hostname)
 

Friends

class SensESPMinimalAppBuilder
 

Additional Inherited Members

- Protected Attributes inherited from sensesp::SensESPBaseApp
ObservableValue< String > * hostname_
 
Filesystemfilesystem_
 
DebugOutputdebug_output_
 
- Static Protected Attributes inherited from sensesp::SensESPBaseApp
static SensESPBaseAppinstance_ = nullptr
 

Detailed Description

Definition at line 8 of file sensesp_minimal_app.h.

Constructor & Destructor Documentation

◆ SensESPMinimalApp() [1/2]

sensesp::SensESPMinimalApp::SensESPMinimalApp ( SensESPMinimalApp other)
delete

◆ SensESPMinimalApp() [2/2]

sensesp::SensESPMinimalApp::SensESPMinimalApp ( )
inlineprotected

Definition at line 19 of file sensesp_minimal_app.h.

Here is the caller graph for this function:

Member Function Documentation

◆ get()

SensESPMinimalApp * sensesp::SensESPMinimalApp::get ( )
static

Get the singleton instance of the SensESPMinimalApp.

Definition at line 5 of file sensesp_minimal_app.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

void sensesp::SensESPMinimalApp::operator= ( SensESPMinimalApp other)
delete

Friends And Related Symbol Documentation

◆ SensESPMinimalAppBuilder

Definition at line 21 of file sensesp_minimal_app.h.


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