33template <
class T_topic,
class T_msg,
class T_data>
51template <
class T_topic,
class T_msg,
class T_data>
Definition IEventBusConnectionKit.h:52
virtual ~IEventBusConnectionKit()
Virtual destructor to ensure proper cleanup of derived classes.
Definition IEventBusConnectionKit.h:57
virtual void unregisterFromBus(EventBus< T_topic, T_msg, T_data > &eventBus)=0
Unregisters this component from the specified event bus.
virtual void registerWithBus(EventBus< T_topic, T_msg, T_data > &eventBus)=0
Registers this component with the specified event bus.
IEventBusConnectionKit< unsigned int, int, Bytes > ICoreEventBusConnectionKit
A specific instance of IEventBusConnectionKit for core system events.
Definition IEventBusConnectionKit.h:87
Contains all classes and functions related to the Uniot Core.