ESPHome  2024.4.1
Public Member Functions | Protected Attributes
esphome::WarnIfComponentBlockingGuard Class Reference

#include <component.h>

Public Member Functions

 WarnIfComponentBlockingGuard (Component *component)
 
 ~WarnIfComponentBlockingGuard ()
 

Protected Attributes

uint32_t started_
 
Componentcomponent_
 

Detailed Description

Definition at line 322 of file component.h.

Constructor & Destructor Documentation

◆ WarnIfComponentBlockingGuard()

esphome::WarnIfComponentBlockingGuard::WarnIfComponentBlockingGuard ( Component component)

Definition at line 231 of file component.cpp.

◆ ~WarnIfComponentBlockingGuard()

esphome::WarnIfComponentBlockingGuard::~WarnIfComponentBlockingGuard ( )

Definition at line 233 of file component.cpp.

Field Documentation

◆ component_

Component* esphome::WarnIfComponentBlockingGuard::component_
protected

Definition at line 329 of file component.h.

◆ started_

uint32_t esphome::WarnIfComponentBlockingGuard::started_
protected

Definition at line 328 of file component.h.


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