ESPHome 2026.5.0-dev
Loading...
Searching...
No Matches
esphome::WarnIfComponentBlockingGuard Class Reference

#include <component.h>

Public Member Functions

 WarnIfComponentBlockingGuard (Component *component, uint32_t start_time)
 
 ~WarnIfComponentBlockingGuard ()=default
 

Protected Attributes

uint32_t started_
 
Componentcomponent_
 
uint32_t started_us_
 

Detailed Description

Definition at line 641 of file component.h.

Constructor & Destructor Documentation

◆ WarnIfComponentBlockingGuard()

esphome::WarnIfComponentBlockingGuard::WarnIfComponentBlockingGuard ( Component * component,
uint32_t start_time )
inline

Definition at line 643 of file component.h.

◆ ~WarnIfComponentBlockingGuard()

esphome::WarnIfComponentBlockingGuard::~WarnIfComponentBlockingGuard ( )
default

Field Documentation

◆ component_

Component* esphome::WarnIfComponentBlockingGuard::component_
protected

Definition at line 675 of file component.h.

◆ started_

uint32_t esphome::WarnIfComponentBlockingGuard::started_
protected

Definition at line 674 of file component.h.

◆ started_us_

uint32_t esphome::WarnIfComponentBlockingGuard::started_us_
protected

Definition at line 677 of file component.h.


The documentation for this class was generated from the following file: