![]() |
|
Uniot Core
|
| 0.8.1 |
Defines the interface for components that can connect to an EventBus. More...
#include "EventBus.h"Go to the source code of this file.
Classes | |
| class | uniot::IEventBusConnectionKit< T_topic, T_msg, T_data > |
Namespaces | |
| namespace | uniot |
| Contains all classes and functions related to the Uniot Core. | |
Typedefs | |
| using | uniot::ICoreEventBusConnectionKit = IEventBusConnectionKit<unsigned int, int, Bytes> |
| A specific instance of IEventBusConnectionKit for core system events. | |
Defines the interface for components that can connect to an EventBus.
This file contains the interface definition for components that need to register and unregister with an EventBus. It provides a standardized way for components to interact with the event bus system.