Persistent TM Store #320
19
CHANGELOG.md
19
CHANGELOG.md
@ -16,16 +16,6 @@ will consitute of a breaking change warranting a new major release:
|
|||||||
|
|
||||||
# [unreleased]
|
# [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
|
## Fixed
|
||||||
|
|
||||||
- ADIS1650X: Added missing MDL_RANG pool entry for configuration set
|
- 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
|
## 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`
|
- Commented out commanding of actuators as part of the `AcsController`
|
||||||
- Collection sets of the `AcsController` now get updated before running the actual ACS
|
- Collection sets of the `AcsController` now get updated before running the actual ACS
|
||||||
algorithm
|
algorithm
|
||||||
- `GpsController` now always gets scheduled
|
- `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
|
||||||
|
|
||||||
|
- 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.
|
- `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
|
- Added `AcsController` action command to confirm solar array deployment, which then deletes
|
||||||
two files
|
two files
|
||||||
|
Loading…
Reference in New Issue
Block a user