1#ifndef SENSESP_MINIMAL_APP_H_
2#define SENSESP_MINIMAL_APP_H_
18 static const std::shared_ptr<SensESPMinimalApp>
get() {
22 return std::static_pointer_cast<SensESPMinimalApp>(
instance_);
The base class for SensESP applications.
static std::shared_ptr< SensESPBaseApp > instance_
static const std::shared_ptr< SensESPMinimalApp > get()
Get the singleton instance of the SensESPMinimalApp.
SensESPMinimalApp(SensESPMinimalApp &other)=delete
void operator=(SensESPMinimalApp &other)=delete