DHB additional step for performOperation #281
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw: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:
This implements #129