Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1670 | pj | 1 | Hi all, |
2 | |||
3 | this is a scheduling module implementing HLP, The Highest Locker |
||
4 | Priority Protocol (similar somehow to the SRP protocol). |
||
5 | |||
6 | This demo has been done by Matley in the context of a student project |
||
7 | with the University of Pavia. |
||
8 | |||
9 | It works under Shark 1.4. |
||
10 | |||
11 | bye |
||
12 | |||
13 | PJ 16/12/2004 |
||
14 | |||
15 | Here is the original readme file... |
||
16 | |||
17 | ------------------------------------------------------------ |
||
18 | |||
19 | File in the archive: |
||
20 | |||
21 | Makefile to build the demos |
||
22 | makefile |
||
23 | |||
24 | Module source: |
||
25 | hlp.c |
||
26 | hlp.h |
||
27 | |||
28 | Demo source: |
||
29 | hlp.cfg |
||
30 | hlpdemo.h |
||
31 | hlpgraph.c |
||
32 | hlpgrxin.c |
||
33 | hlpparse.c |
||
34 | hlptext.c |
||
35 | hlptxtin.c |
||
36 | |||
37 | The graphical demos read (at runtime) in the current directory the |
||
38 | file hlp.cfg where you gives the task set specs |
||
39 | |||
40 | Comments to: |
||
41 | <matley@muppetslab.org> |