ESPHome 2026.5.0
Loading...
Searching...
No Matches
application.h File Reference

Go to the source code of this file.

Data Structures

struct  esphome::HasLoopOverride< T, typename >
 SFINAE helper: detects whether T overrides Component::loop(). More...
 
struct  esphome::HasLoopOverride< T, std::void_t< decltype(&T::loop)> >
 
class  esphome::Application
 
class  esphome::Application::ComponentPhaseGuard
 

Namespaces

namespace  esphome
 
namespace  esphome::runtime_stats
 

Functions

void setup ()
 
void original_setup ()
 

Variables

Application esphome::App
 Global storage of Application pointer - only one Application can exist.
 

Function Documentation

◆ original_setup()

void original_setup ( )

◆ setup()

void setup ( )