SensESP 2.7.2
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
6namespace sensesp {
7
12 protected:
13 String hostname_ = "SensESP";
14
15 public:
17 virtual SensESPBaseApp* get_app() = 0;
18};
19
20} // namespace sensesp
21
22#endif
Construct a new transform based on a single function.
Abstract base class for other SensESP*AppBuilder classes.
virtual SensESPBaseAppBuilder * set_hostname(String hostname)=0
virtual SensESPBaseApp * get_app()=0
The base class for SensESP applications.