|
SensESP 3.1.1
Universal Signal K sensor toolkit ESP32
|
#include <sensesp_minimal_app_builder.h>
Public Member Functions | |
| SensESPMinimalAppBuilder () | |
| SensESPMinimalAppBuilder * | set_hostname (String hostname) override |
| std::shared_ptr< SensESPMinimalApp > | get_app () |
Protected Attributes | |
| std::shared_ptr< SensESPMinimalApp > | app_ |
Protected Attributes inherited from sensesp::SensESPBaseAppBuilder | |
| String | hostname_ = "SensESP" |
Definition at line 9 of file sensesp_minimal_app_builder.h.
|
inline |
Definition at line 14 of file sensesp_minimal_app_builder.h.
|
inline |
Definition at line 19 of file sensesp_minimal_app_builder.h.
|
inlineoverridevirtual |
Implements sensesp::SensESPBaseAppBuilder.
Definition at line 15 of file sensesp_minimal_app_builder.h.
|
protected |
Definition at line 11 of file sensesp_minimal_app_builder.h.