HAMQTT 0.1.0
ESP-IDF component for integrating devices with Home Assistant over MQTT
Loading...
Searching...
No Matches
hamqtt_component_internal.h File Reference

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

Detailed Description

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.

Note
This file is not part of the public API and may change without notice.
Author
Ethan Barnes
Date
2025