Uniot Core
0.8.1
Loading...
Searching...
No Matches
IEventBusConnectionKit.h File Reference

Defines the interface for components that can connect to an EventBus. More...

#include "EventBus.h"
Include dependency graph for IEventBusConnectionKit.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.