Antoine Bertout 9 years ago
parent
commit
1da9f07e5d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      rtsched-doc.tex

+ 2
- 2
rtsched-doc.tex View File

@@ -82,7 +82,7 @@ Figure \ref{fig:ex1a}. Available periodic versions of the commands can be found
82 82
 \begin{table}[!htbp]
83 83
 \begin{tabular}{|l|l|}
84 84
  \hline
85
-  Atomic version & Periodic version  \\
85
+  Command & Periodic version  \\
86 86
  \hline
87 87
  \verb+\TaskArrival{i}{t}+ & \verb+\TaskNArrival{i}{t}{p}{n}+ \\
88 88
  \verb+\TaskDeadline{i}{t}+ & \verb+\TaskNDeadline{i}{t}{p}{n}+ \\
@@ -312,7 +312,7 @@ style. An example is in Figure~\ref{fig:resp-time} that uses command
312 312
   \begin{RTGrid}{2}{20}
313 313
   
314 314
     \TaskNArrDead{1}{0}{4}{4}{5}    % draws the arrivals and deadlines
315
-    \TasNkExecDelta{1}{0}{1}{4}{5}  % draws executions (highest priority) 
315
+    \TaskNExecDelta{1}{0}{1}{4}{5}  % draws executions (highest priority) 
316 316
                                     % for 5 instances of period 4 
317 317
 
318 318
  

Loading…
Cancel
Save