aboutsummaryrefslogtreecommitdiffstats
path: root/bin/rtspin_edfwm.c
Commit message (Collapse)AuthorAge
* Initialize number of slices in edf_wm_params structure.Andrea Bastoni2011-01-26
| | | | Move parsing function in common.c
* Correclty invoking set_rt_param syscall.Andrea Bastoni2011-01-26
|
* Properly fill structure before passing pointer.Andrea Bastoni2011-01-26
|
* Add rtspin_edffm launcher functionAndrea Bastoni2011-01-26
It reads the parameter for a task from a text file. The format is: - <task-id, wcet, period, phase, firstcpu, number of slices> (for task parameters). - <task-id, cpu, deadline, wcet, phase> (for slices). Example: 15 2.96343109764 10 0 3 7 15 3 1.428571 1.175260 0.000000 15 7 2.857143 0.700065 1.428571 15 2 4.285714 0.504732 2.857143 15 0 5.714286 0.279637 4.285714 15 1 7.142857 0.185294 5.714286 15 4 8.571429 0.065379 7.142857 15 6 10.000000 0.053062 8.571429