HAMQTT 0.1.0
ESP-IDF component for integrating devices with Home Assistant over MQTT
|
Internal declarations for the HAMQTT_Component system. More...
#include "hamqtt_component.h"
Go to the source code of this file.
Classes | |
struct | HAMQTT_Component_VTable |
struct | HAMQTT_Component |
Base struct representing a generic Home Assistant MQTT component. More... |
Typedefs | |
typedef struct HAMQTT_Component_VTable | HAMQTT_Component_VTable |
Internal declarations for the HAMQTT_Component system.
This internal header defines the HAMQTT_Component_VTable structure used for polymorphic behavior and the internal fields of the HAMQTT_Component base type. This header should only be included by component implementations or core library code.