Changes between Initial Version and Version 1 of Ticket #149
- Timestamp:
- 06/05/15 11:20:46 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #149 – Description
initial v1 10 10 11 11 {{{ 12 Dynamic_Priority_Tcb_Ptr (Si.Tcbs (i)).Dynamic_Deadline :=13 Si.Tcbs (i).wake_up_time +14 Periodic_Task_Ptr (Si.Tcbs (i).Tsk).deadline;12 96 Dynamic_Priority_Tcb_Ptr (Si.Tcbs (i)).Dynamic_Deadline := 13 97 Si.Tcbs (i).wake_up_time + 14 98 Periodic_Task_Ptr (Si.Tcbs (i).Tsk).deadline; 15 15 }}} 16 16 17 17 Indeed, i only have aperiodic tasks and the task is forced to be a periodic one. 18 19 18 Feature or bug? 20 19