timeslot update #179
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller/FixedTimeslotUpdate"
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?
similar to #178 . fixes #119
FixedSlotSequence component moved to task folder.
Post task initialization moved to task functionality, so initializeAfterTaskCreation
will be called by executing task.
Also added a generic way to add a custom check for a polling sequence table.
WIP: timeslot update for FreeRTOSto timeslot update@ -0,0 +139,4 @@
*/
ReturnValue_t checkSequence() const;
void addCustomCheck(ReturnValue_t (*customCheckFunction)(const SlotList &));
This feature needs documentation
#fixes 119