Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vovatrykoz authored Nov 22, 2024
1 parent 917a05d commit e84fc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ The code is split into the include folder containing all the headers and the sou
The include/io/ and source/io/ subfolders contain implementation and definitions for code that is responsible for taking in user input and logging the analysis results. Right now, two ways for reading and writing are supported: console-based and text-based.
Text based option supports a file that is formated as follows:
```
START <task_name>
START <timed_path_name>
<t1_period>,<t1_wcet>,<t1_priority>,<t1_activation_time>
...
<tn_period>,<tn_wcet>,<tn_priority>,<tn_activation_time>
END <task_name>
END <timed_path_name>
```
See example files as well

Expand Down

0 comments on commit e84fc56

Please sign in to comment.