Uniot Core
0.8.1
Loading...
Searching...
No Matches

Entity that can connect to and interact with EventBus instances. More...

Collaboration diagram for Event Entity:

Topics

 Emitter
 A template class for emitting events to registered event buses.
 
 Listener
 Listener for EventBus events that can subscribe to specific topics.
 

Classes

class  uniot::EventEntity< T_topic, T_msg, T_data >
 Entity that can connect to and interact with EventBus instances. More...
 

Detailed Description

Entity that can connect to and interact with EventBus instances.

Entity serves as a base class for components that need to communicate through the event system. It can connect to multiple EventBus instances and provides methods for sending and receiving data through channels.