ESPHome  2024.4.1
Data Structures | Namespaces | Functions
globals_component.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::globals::GlobalsComponent< T >
 
class  esphome::globals::RestoringGlobalsComponent< T >
 
class  esphome::globals::RestoringGlobalStringComponent< T, SZ >
 
class  esphome::globals::GlobalVarSetAction< C, Ts >
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::globals
 

Functions

template<typename T >
T & esphome::globals::id (GlobalsComponent< T > *value)
 
template<typename T >
T & esphome::globals::id (RestoringGlobalsComponent< T > *value)
 
template<typename T , uint8_t SZ>
T & esphome::globals::id (RestoringGlobalStringComponent< T, SZ > *value)