timeslot update #179

Merged
gaisser merged 18 commits from KSat/fsfw:mueller/FixedTimeslotUpdate into master 2020-09-29 14:31:00 +02:00
Owner

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.

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.
muellerr added the
feature
label 2020-08-27 16:22:40 +02:00
muellerr changed title from WIP: timeslot update for FreeRTOS to timeslot update 2020-09-04 16:32:50 +02:00
gaisser reviewed 2020-09-15 16:56:31 +02:00
@ -0,0 +139,4 @@
*/
ReturnValue_t checkSequence() const;
void addCustomCheck(ReturnValue_t (*customCheckFunction)(const SlotList &));
Owner

This feature needs documentation

This feature needs documentation
Author
Owner

#fixes 119

#fixes 119
gaisser merged commit dae79f30d7 into master 2020-09-29 14:30:59 +02:00
gaisser deleted branch mueller/FixedTimeslotUpdate 2020-09-29 14:31:03 +02:00
Sign in to join this conversation.
No description provided.