event manager improvements #741

Merged
mohr merged 6 commits from eive/fsfw:event_manager_improvements into development 2023-05-25 15:46:43 +02:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit 2c17af4ef8 - Show all commits

View File

@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
## Added
- `EventManager`: Add function to print all listeners.
## Changed
- `EventManager` queue depth is configurable now
# [v6.0.0] 2023-02-10
## Fixes