Alternative reply ID activation #595
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#595
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "meier/alternativeReply"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Until now it was necessary to enable an alternative reply by overwriting enableReplyInReplyMap although the reply ID has already been provided with fillCommandAndReplyMap. The changes proposed with this PR bypass the extra step of overwriting enableReplyInReplyMap by adding the alternative reply ID directly to the device command info.
LGTM