... | ... | @@ -22,7 +22,7 @@ Moreover the EventBroker module also defines a macro that can be seen as a short |
|
|
#define sEventBroker Singleton<EventBroker>::getInstance()
|
|
|
```
|
|
|
|
|
|
You can find the complete definition of the EventBroker in `src/shared/events/EventBroker.h`.
|
|
|
You can find the complete implementation of the EventBroker in `src/shared/events/EventBroker.h`.
|
|
|
|
|
|
> :warning: **WARNING: note that the current *EventBroker* implementation does not support posting events that contain a payload. See the [events basics](Events) page to know how events are structured.**
|
|
|
|
... | ... | |