Update Package #378

Merged
gaisser merged 22 commits from KSat/fsfw:mueller/update-pack into development 2021-03-09 14:16:14 +01:00
Owner
  • ActionHelper finish and ActionMessage setCompletionReply now explicitely expects information whether
    to generate a failure or success message, API change added to CHANGELOG.
  • PoolReadHelper renamed to PoolReadGuard
  • ReturnValue_t CCSDSTime::convertFromCcsds(timeval* to, const uint8_t* from, size_t* foundLength, size_t maxLength) can now process ASCII strings as well
  • Provides high-level documentation for the local pools in the doc folder
  • Increased exception safety for local pool object classes by introducing more nullptr checks
- ActionHelper `finish` and ActionMessage `setCompletionReply` now explicitely expects information whether to generate a failure or success message, API change added to CHANGELOG. - `PoolReadHelper` renamed to `PoolReadGuard` - `ReturnValue_t CCSDSTime::convertFromCcsds(timeval* to, const uint8_t* from, size_t* foundLength, size_t maxLength)` can now process ASCII strings as well - Provides high-level documentation for the local pools in the `doc` folder - Increased exception safety for local pool object classes by introducing more nullptr checks
muellerr added the
feature
API Change
labels 2021-03-04 16:43:31 +01:00
muellerr added 7 commits 2021-03-04 16:43:32 +01:00
muellerr added 1 commit 2021-03-04 16:44:29 +01:00
muellerr added 1 commit 2021-03-04 16:45:44 +01:00
muellerr added 1 commit 2021-03-04 16:46:47 +01:00
muellerr added 1 commit 2021-03-04 16:48:30 +01:00
muellerr added 2 commits 2021-03-04 17:46:54 +01:00
muellerr added 6 commits 2021-03-04 18:14:54 +01:00
muellerr added 3 commits 2021-03-04 18:45:56 +01:00
gaisser reviewed 2021-03-04 20:57:42 +01:00
@ -36,3 +39,3 @@
static void setDataReply(CommandMessage* message, ActionId_t actionId,
store_address_t data);
static void setCompletionReply(CommandMessage* message, ActionId_t fid,
static void setCompletionReply(bool success, CommandMessage* message, ActionId_t fid,
Owner

Good Idea. But it might look more consistent if the bool is the last parameter.

Good Idea. But it might look more consistent if the bool is the last parameter.
Author
Owner

Solved in #380 follow up

Solved in #380 follow up
gaisser self-assigned this 2021-03-04 21:00:42 +01:00
gaisser added this to the ASTP 1.0.0 Local pools milestone 2021-03-04 21:00:44 +01:00
Owner

Fixes #376

Fixes #376
Owner

Implements #377

Implements #377
gaisser merged commit dbda6fee82 into development 2021-03-09 14:16:14 +01:00
gaisser deleted branch mueller/update-pack 2021-03-09 15:38:26 +01:00
Sign in to join this conversation.
No description provided.