SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp_base_app.cpp
Go to the documentation of this file.
1#include "sensesp_base_app.h"
2
10
11namespace sensesp {
12
13std::shared_ptr<SensESPBaseApp> SensESPBaseApp::instance_ = nullptr;
14
16 // Release shared_ptr-owning registries first so the objects they own are
17 // destroyed; each object's destructor then unregisters itself from the
18 // raw-pointer registries, which the clears below tidy up.
26}
27
28} // namespace sensesp
static void clear_registry()
Empty the config item registry.
static void clear_registry()
static void clear_registry()
static void clear_registries()
Clear all static object registries.
static std::shared_ptr< SensESPBaseApp > instance_
static void clear_registry()
Definition transform.cpp:22
static void clear_registry()
Empty the button registry.
Definition ui_button.cpp:7