SensESP
3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp_base_app_builder.h
Go to the documentation of this file.
1
#ifndef SENSESP_BASE_APP_BUILDER_H_
2
#define SENSESP_BASE_APP_BUILDER_H_
3
4
#include "
sensesp_base_app.h
"
5
6
namespace
sensesp
{
7
11
class
SensESPBaseAppBuilder
{
12
protected
:
13
String
hostname_
=
"SensESP"
;
14
15
public
:
16
virtual
SensESPBaseAppBuilder
*
set_hostname
(String hostname) = 0;
17
};
18
19
}
// namespace sensesp
20
21
#endif
sensesp::SensESPBaseAppBuilder
Abstract base class for other SensESP*AppBuilder classes.
Definition
sensesp_base_app_builder.h:11
sensesp::SensESPBaseAppBuilder::hostname_
String hostname_
Definition
sensesp_base_app_builder.h:13
sensesp::SensESPBaseAppBuilder::set_hostname
virtual SensESPBaseAppBuilder * set_hostname(String hostname)=0
sensesp
Definition
sensesp.cpp:7
sensesp_base_app.h
src
sensesp_base_app_builder.h
Generated by
1.12.0