From 4206c06d48ed84e4d4a2851bf2e8b3a0cc1d62a4 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 2 Apr 2024 20:29:16 +0200 Subject: [PATCH] changelog --- satrs/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/satrs/CHANGELOG.md b/satrs/CHANGELOG.md index d6dc572..81b2cfc 100644 --- a/satrs/CHANGELOG.md +++ b/satrs/CHANGELOG.md @@ -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