This commit is contained in:
parent
dd39b374bf
commit
4206c06d48
@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## Changed
|
||||
|
||||
- Renamed `EventManagerBase` to `EventReportCreator`
|
||||
- Renamed `VerificationReporterCore` to `VerificationReportCreator`.
|
||||
- Removed `VerificationReporterCore`. The high-level API exposed by `VerificationReporter` and
|
||||
the low level API exposed by `VerificationReportCreator` should be sufficient for all use-cases.
|
||||
- Refactored `EventManager` to heavily use generics instead of trait objects.
|
||||
- `SendEventProvider` -> `EventSendProvider`. `id` trait method renamed to `channel_id`.
|
||||
- `ListenerTable` -> `ListenerMapProvider`
|
||||
@ -46,7 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Renamed `PusService11SchedHandler` to `PusSchedServiceHandler`.
|
||||
- Fixed general naming of PUS handlers from `handle_one_tc` to `poll_and_handle_next_tc`.
|
||||
- Reworked verification module: The sender (`impl EcssTmSenderCore`)
|
||||
now need to be passed explicitely to the `VerificationReportingProvider` abstraction. This
|
||||
now needs to be passed explicitely to the `VerificationReportingProvider` abstraction. This
|
||||
allows easier sharing of the TM sender component.
|
||||
|
||||
## Fixed
|
||||
|
Loading…
Reference in New Issue
Block a user