DHB update #237
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#237
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat:mueller/DHB-update"
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?
Some form improvements and an important change for
DeviceHandlerBase
: NewPERFORM_OPERATION
step as an explicit step, which is not related to the communication functionalities,with the exception of ActionMessages setting the next sent packet for SEND_DATA.
This is an API change, however the adaptions are small (depending on size of polling sequence table).
If this is integrated into the FSFW, all users of the device handlers
have to correct their polling sequence tables to include the step
PERFORM_OPERATION
.Example:
Before:
After:
Implements #129
UPDATE: retarget into development
Pull request closed