|
|
|
Events are widley used in *skyward-boardcore* as a form of communication among software components.
|
|
|
|
Events are widley used in _skyward-boardcore_ as a form of communication among software components.
|
|
|
|
|
|
|
|
The `src/shared/events/Event.h` file defines the **Event** struct which only contains the event ID as a member:
|
|
|
|
```cpp
|
| ... | ... | |