#include <sensesp_app.h>
Public Member Functions | |
SensESPApp (SensESPApp &other)=delete | |
void | operator= (const SensESPApp &)=delete |
virtual bool | destroy () override |
Destroy the SensESPBaseApp instance. | |
std::shared_ptr< SKDeltaQueue > | get_sk_delta () |
std::shared_ptr< SystemStatusController > | get_system_status_controller () |
std::shared_ptr< Networking > & | get_networking () |
std::shared_ptr< SKWSClient > | get_ws_client () |
![]() | |
virtual void | start () |
Start the app (activate all the subcomponents) | |
virtual void | reset () |
Reset the device to factory defaults. | |
std::shared_ptr< ObservableValue< String > > | get_hostname_observable () |
Get the hostname observable object. | |
Static Public Member Functions | |
static std::shared_ptr< SensESPApp > | get () |
Get the singleton instance of the SensESPApp. | |
![]() | |
static const std::shared_ptr< SensESPBaseApp > & | get () |
Get the singleton instance of the SensESPBaseApp. | |
static String | get_hostname () |
Get the current hostname. | |
static std::shared_ptr< reactesp::EventLoop > | get_event_loop () |
Get the event loop object from the singleton SensESPBaseApp instance. | |
Protected Member Functions | |
SensESPApp () | |
SensESPApp constructor. | |
const SensESPApp * | set_hostname (String hostname) |
const SensESPApp * | set_ssid (String ssid) |
const SensESPApp * | set_wifi_password (String wifi_password) |
const SensESPApp * | set_ap_ssid (const String &ssid) |
const SensESPApp * | set_ap_password (const String &password) |
const SensESPApp * | set_sk_server_address (String sk_server_address) |
const SensESPApp * | set_sk_server_port (uint16_t sk_server_port) |
const SensESPApp * | set_system_status_led (std::shared_ptr< SystemStatusLed > &system_status_led) |
const SensESPApp * | set_admin_user (const char *username, const char *password) |
const SensESPApp * | enable_ota (const char *password) |
const SensESPApp * | set_button_pin (int pin) |
void | setup () |
Perform initialization of SensESPApp once builder configuration is done. | |
void | connect_status_page_items () |
![]() | |
SensESPBaseApp () | |
Construct a new SensESP Base App object. | |
~SensESPBaseApp () | |
void | init_hostname () |
void | set_instance (const std::shared_ptr< SensESPBaseApp > &instance) |
const SensESPBaseApp * | set_hostname (String hostname) |
Friends | |
class | WebServer |
class | SensESPAppBuilder |
Additional Inherited Members | |
![]() | |
static std::shared_ptr< SensESPBaseApp > | instance_ = nullptr |
The default SensESP application object with networking and Signal K communication.
Definition at line 34 of file sensesp_app.h.
|
delete |
Singletons should not be cloneable
|
inlineprotected |
SensESPApp constructor.
Note that the constructor is protected, so SensESPApp should only be instantiated using SensESPAppBuilder.
Definition at line 86 of file sensesp_app.h.
|
inlineprotected |
Definition at line 221 of file sensesp_app.h.
|
inlineoverridevirtual |
Destroy the SensESPBaseApp instance.
Reimplemented from sensesp::SensESPBaseApp.
Definition at line 56 of file sensesp_app.h.
|
inlineprotected |
Definition at line 127 of file sensesp_app.h.
|
inlinestatic |
Get the singleton instance of the SensESPApp.
Definition at line 49 of file sensesp_app.h.
|
inline |
Definition at line 75 of file sensesp_app.h.
|
inline |
Definition at line 71 of file sensesp_app.h.
|
inline |
Definition at line 72 of file sensesp_app.h.
|
inline |
Definition at line 76 of file sensesp_app.h.
|
delete |
Singletons should not be assignable
|
inlineprotected |
Definition at line 123 of file sensesp_app.h.
|
inlineprotected |
Definition at line 106 of file sensesp_app.h.
|
inlineprotected |
Definition at line 102 of file sensesp_app.h.
|
inlineprotected |
Definition at line 131 of file sensesp_app.h.
|
inlineprotected |
|
inlineprotected |
Definition at line 110 of file sensesp_app.h.
|
inlineprotected |
Definition at line 114 of file sensesp_app.h.
|
inlineprotected |
Definition at line 94 of file sensesp_app.h.
|
inlineprotected |
Definition at line 118 of file sensesp_app.h.
|
inlineprotected |
Definition at line 98 of file sensesp_app.h.
|
inlineprotectedvirtual |
Perform initialization of SensESPApp once builder configuration is done.
This should be only called from the builder!
Reimplemented from sensesp::SensESPBaseApp.
Definition at line 143 of file sensesp_app.h.
|
friend |
Definition at line 382 of file sensesp_app.h.
|
friend |
Definition at line 381 of file sensesp_app.h.
|
protected |
Definition at line 302 of file sensesp_app.h.
|
protected |
Definition at line 301 of file sensesp_app.h.
|
protected |
Definition at line 371 of file sensesp_app.h.
|
protected |
Definition at line 311 of file sensesp_app.h.
|
protected |
Definition at line 312 of file sensesp_app.h.
|
protected |
Definition at line 340 of file sensesp_app.h.
|
protected |
Definition at line 338 of file sensesp_app.h.
|
protected |
Definition at line 354 of file sensesp_app.h.
|
protected |
Definition at line 349 of file sensesp_app.h.
|
protected |
Definition at line 343 of file sensesp_app.h.
|
protected |
Definition at line 345 of file sensesp_app.h.
|
protected |
Definition at line 347 of file sensesp_app.h.
|
protected |
Definition at line 362 of file sensesp_app.h.
|
protected |
Definition at line 376 of file sensesp_app.h.
|
protected |
Definition at line 320 of file sensesp_app.h.
|
protected |
Definition at line 324 of file sensesp_app.h.
|
protected |
Definition at line 306 of file sensesp_app.h.
|
protected |
Definition at line 378 of file sensesp_app.h.
|
protected |
Definition at line 325 of file sensesp_app.h.
|
protected |
Definition at line 305 of file sensesp_app.h.
|
protected |
Definition at line 314 of file sensesp_app.h.
|
protected |
Definition at line 316 of file sensesp_app.h.
|
protected |
Definition at line 303 of file sensesp_app.h.
|
protected |
Definition at line 369 of file sensesp_app.h.
|
protected |
Definition at line 317 of file sensesp_app.h.
|
protected |
Definition at line 299 of file sensesp_app.h.
|
protected |
Definition at line 332 of file sensesp_app.h.
|
protected |
Definition at line 336 of file sensesp_app.h.
|
protected |
Definition at line 300 of file sensesp_app.h.
|
protected |
Definition at line 334 of file sensesp_app.h.
|
protected |
Definition at line 297 of file sensesp_app.h.
|
protected |
Definition at line 375 of file sensesp_app.h.
|
protected |
Definition at line 309 of file sensesp_app.h.
|
protected |
Definition at line 308 of file sensesp_app.h.
|
protected |
Definition at line 360 of file sensesp_app.h.
|
protected |
Definition at line 356 of file sensesp_app.h.
|
protected |
Definition at line 364 of file sensesp_app.h.
|
protected |
Definition at line 352 of file sensesp_app.h.
|
protected |
Definition at line 358 of file sensesp_app.h.
|
protected |
Definition at line 366 of file sensesp_app.h.
|
protected |
Definition at line 377 of file sensesp_app.h.
|
protected |
Definition at line 322 of file sensesp_app.h.
|
protected |
Definition at line 298 of file sensesp_app.h.
|
protected |
Definition at line 329 of file sensesp_app.h.
|
protected |
Definition at line 379 of file sensesp_app.h.
|
protected |
Definition at line 327 of file sensesp_app.h.
|
protected |
Definition at line 318 of file sensesp_app.h.