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

Abstract base class for other SensESP*AppBuilder classes. More...

#include <sensesp_base_app_builder.h>

Inheritance diagram for sensesp::SensESPBaseAppBuilder:
[legend]

Public Member Functions

virtual SensESPBaseAppBuilderset_hostname (String hostname)=0
 
virtual SensESPBaseAppget_app ()=0
 

Protected Attributes

String hostname_ = "SensESP"
 

Detailed Description

Abstract base class for other SensESP*AppBuilder classes.

Definition at line 11 of file sensesp_base_app_builder.h.

Member Function Documentation

◆ get_app()

virtual SensESPBaseApp * sensesp::SensESPBaseAppBuilder::get_app ( )
pure virtual

◆ set_hostname()

virtual SensESPBaseAppBuilder * sensesp::SensESPBaseAppBuilder::set_hostname ( String  hostname)
pure virtual

Member Data Documentation

◆ hostname_

String sensesp::SensESPBaseAppBuilder::hostname_ = "SensESP"
protected

Definition at line 13 of file sensesp_base_app_builder.h.


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