Pus Srv 8 + ActionHelper::reportData #261
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
In the current implemenation a action can only have one Data Reply because the PUS Service will trigger an execution success message, if the data reply was sent.
Can this be fixed with
*isStep = true
? And this means that the developer has to call bothreportData
(dont know the exact name) andfinish
for the case that the data report is the finish?I think this is part of the FSFW now with
f40cdcf472
.