You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow slots to return Slot_Duration equal to 0 to inform the scheduler that this slot has to be skipped without checking if the task is waiting or not. The behaviour has to be equivalent to an empty slot.
This will allow the user to effectively deactivate part of the plan. It can be useful to implement mixed criticality plans, where some slots are deactivated depending on the criticality level.
The text was updated successfully, but these errors were encountered:
Allow slots to return Slot_Duration equal to 0 to inform the scheduler that this slot has to be skipped without checking if the task is waiting or not. The behaviour has to be equivalent to an empty slot.
This will allow the user to effectively deactivate part of the plan. It can be useful to implement mixed criticality plans, where some slots are deactivated depending on the criticality level.
The text was updated successfully, but these errors were encountered: