From 9501d0802fd31074f5f47682a260a51157c6519c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 24 Feb 2023 19:03:03 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c999804b..3d0593a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,16 +16,6 @@ will consitute of a breaking change warranting a new major release: # [unreleased] -## Added - -- Added basic persistent TM store for PUS telemetry and basic interface to dump and delete - telemetry. - PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/320/files - -## Changed - -- Changed format of `getCurrentMountPrefix` to return a `const char*`. - ## Fixed - ADIS1650X: Added missing MDL_RANG pool entry for configuration set @@ -39,13 +29,22 @@ will consitute of a breaking change warranting a new major release: ## Changed +- Added basic persistent TM store for PUS telemetry and basic interface to dump and delete + telemetry. Implementation is based on a timed rotating files, with the addition that files + might be generated more often if the maximum file size of 8192 bytes is exceeded. + PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/320/files - Commented out commanding of actuators as part of the `AcsController` - Collection sets of the `AcsController` now get updated before running the actual ACS algorithm - `GpsController` now always gets scheduled +- The `CoreController` now initializes the initial clock from the time file as early as possible + (in the constructor) if possible, which should usually be the case. ## Added +- Added basic persistent TM store for PUS telemetry and basic interface to dump and delete + telemetry. + PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/320/files - `ExecutableComIfDummy` class to have a dummy for classes like the RTD polling class. - Added `AcsController` action command to confirm solar array deployment, which then deletes two files