![]() |
|
Uniot Core
|
| 0.8.1 |
Entity that can connect to and interact with EventBus instances. More...
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... | |
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.